Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 19, 2023

Conversation

mike-nguyen
Copy link
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
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
Member Author

/cherry-pick rhcos-4.13

@openshift-cherrypick-robot

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

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