-
Notifications
You must be signed in to change notification settings - Fork 462
MCO-501: Infer OS version from image labels #3557
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
MCO-501: Infer OS version from image labels #3557
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheesesashimi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
635a23b to
2155c19
Compare
- Inspect OS image labels during e2e for early warning - Unify constants between osrelease and e2e tests - Handles additional edge-cases with OS detection
2155c19 to
c0d4135
Compare
|
/test unit |
|
@cheesesashimi: This pull request references MCO-501 which is a valid jira issue. DetailsIn response to this:
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. |
|
/test unit |
|
@cheesesashimi: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
@cheesesashimi: This pull request references MCO-501 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. DetailsIn response to this:
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. |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn response to this:
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. |
- What I did
NOTE: Except for the e2e test, this code does not actually query the image registry which contains the new node OS container. It only parses the results from it.
- How to verify it
node_os_test.go:38: Found OS image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:329a8968765c2eca37d8cbd95ecab0400b5252a680eea9d279f41d7a8b4fdb93" matching tag "rhel-coreos-8" in OCP / OKD release image "registry.ci.openshift.org/ocp/release@sha256:21a7209435eb0461c1a931e0245b9e77ea7fe9ae266acca90e53b93cb2dbc4ea". Will compare to what is on cluster nodesis contained therein.- Description for the changelog
Enables inferring what the next node OS will be before upgrading