Skip to content

kola/test: update rhcos upgrade test to new s3 dir#3480

Merged
jlebon merged 1 commit intocoreos:mainfrom
mike-nguyen:rhcos_upgrade_path
May 19, 2023
Merged

kola/test: update rhcos upgrade test to new s3 dir#3480
jlebon merged 1 commit intocoreos:mainfrom
mike-nguyen:rhcos_upgrade_path

Conversation

@mike-nguyen
Copy link
Copy Markdown
Member

Originally RHCOS only had one stream named after the OCP major minor version. Around the 4.12 timeframe, the ability to produce concurrent RHCOS versions based on different RHEL content was introduced. This changed the stream name used in the mirror where this test downloads the latest released RHCOS version.

Since the stream name is not in the build metadata, the RHEL version portion of the stream name can only be inferred from the RHCOS version string. This may be cause issues when there is a three digit RHEL version.

Originally RHCOS only had one stream named after the OCP major minor
version. Around the 4.12 timeframe, the ability to produce concurrent
RHCOS versions based on different RHEL content was introduced. This
changed the stream name used in the mirror where this test downloads
the latest released RHCOS version.

Since the stream name is not in the build metadata, the RHEL version
portion of the stream name can only be inferred from the RHCOS version
string. This may be cause issues when there is a three digit RHEL
version.
ocpVersionF := fmt.Sprintf("%s.%s", ocpVersion[:1], ocpVersion[1:])
// The stream name isn't anywhere in the build so we can only infer
// the RHEL version from the RHCOS version string. This will break
// on three digit versions like 10.1 or 9.10.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's #3390.

@mike-nguyen
Copy link
Copy Markdown
Member Author

/cherry-pick rhcos-4.13

@openshift-cherrypick-robot
Copy link
Copy Markdown

@mike-nguyen: new pull request created: #3482

Details

In response to this:

/cherry-pick rhcos-4.13

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants