MULTIARCH-5391: Add new featuregate test to check if desired.Architecture is set as intended#29808
Conversation
|
/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.
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.
9d53ca0 to
bca8bc2
Compare
|
/retest-required |
|
/cc |
|
/test e2e-gcp-ovn-techpreview-serial |
|
@Prashanth684: The specified target(s) for The following commands are available to trigger optional jobs: Use 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-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
|
|
@Prashanth684: This pull request references MULTIARCH-5391 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.20.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 openshift-eng/jira-lifecycle-plugin repository. |
…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. This field in the ClusterVersion was added as part of https://issues.redhat.com/browse/MULTIARCH-4552 and is under the ImageStreamImportMode feature gate.
bca8bc2 to
764dbfd
Compare
|
/test e2e-gcp-ovn-techpreview |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgoodwin, Prashanth684 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 |
|
/retest-required |
|
Job Failure Risk Analysis for sha: 764dbfd
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 764dbfd
New tests seen in this PR at sha: 764dbfd
|
|
/override ci/prow/e2e-vsphere-ovn-upi |
|
@Prashanth684: Overrode contexts on behalf of Prashanth684: ci/prow/e2e-vsphere-ovn-upi 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-sigs/prow repository. |
|
@Prashanth684: 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-sigs/prow repository. I understand the commands that are listed here. |
757cf53
into
openshift:main
|
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
OCPBUGS-57632: Revert "Merge pull request #29808 from Prashanth684/4552-cvo-test"
…o-test" This reverts commit 5018491.
MULTIARCH-5390: Reapply "Merge pull request #29808 from Prashanth684/4552-cvo-test"
…o-test" This reverts commit 5018491.
A new featuregated field was introduced a while ago under clusterversion status -
desired.Architecturewhich 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.Architectureis set based on therelease.openshift.io/architecture: multibeing present as part of the release metadata.