Skip to content

Commit

Permalink
Shorten N-1 test organization name
Browse files Browse the repository at this point in the history
There is a bug in Candlepin 4.4 that breaks product creation if
the organization name is greater than 32 characters.
  • Loading branch information
ehelms committed May 2, 2024
1 parent 1b4a838 commit b17aa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/upgrade/08-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bats_test_name_prefix: "{{ pipeline_os }} n-1 upgrade: "
environment:
FOREMAN_EXPECTED_VERSION: "{{ foreman_expected_version | default('') }}"
ORG_SUFFIX: "_proxy_n-1_upgrade"
ORG_SUFFIX: "_n-1_upgrade" # TODO: reset this back to _proxy_n-1_upgrade when CP 4.4.6+ is released
roles:
- role: forklift_versions
scenario: "{{ pipeline_type }}"
Expand Down

0 comments on commit b17aa20

Please sign in to comment.