-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add new featuregate test to check if desired.Architecture is set as intended #29808
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Prashanth684 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test e2e-gcp-ovn-techpreview-serial |
/test e2e-gcp-ovn-techpreview |
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 9d53ca0
New tests seen in this PR at sha: 9d53ca0
|
@@ -0,0 +1,5 @@ | |||
reviewers: | |||
- cluster-version-operator-test-case-reviewers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our existing consumer for this alias is in test/extended/util/openshift/clusterversionoperator
. I'm not all that clear on how test/extended
is organized, but it seems like we should keep these CVO-functionality tests collected in the same directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ntended A new featuregated field was introduced a while ago under clusterversion status - `desired.Architecture` which denotes the architecture of the release image being reconciled to. As we plan to promote the feature gate to default - this adds a basic test to check if the `desired.Architecture` is set based on the `release.openshift.io/architecture: multi` being present as part of the release metadata.
9d53ca0
to
bca8bc2
Compare
/retest-required |
@Prashanth684: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/cc |
/test e2e-gcp-ovn-techpreview-serial |
@Prashanth684: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In 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-sigs/prow repository. |
/test e2e-gcp-ovn-techpreview |
Job Failure Risk Analysis for sha: bca8bc2
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: bca8bc2
New tests seen in this PR at sha: bca8bc2
|
A new featuregated field was introduced a while ago under clusterversion status -
desired.Architecture
which denotes the architecture of the release image being reconciled to. As we plan to promote the feature gate to default - this adds a basic test to check if thedesired.Architecture
is set based on therelease.openshift.io/architecture: multi
being present as part of the release metadata.