OCPBUGS-60593: Skip oauth test for external control plane topology#30200
Conversation
|
/payload-job periodic-ci-openshift-hypershift-release-4.20-periodics-e2e-aws-ovn-conformance-serial |
|
@dinhxuanvu: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/74f7ed50-8803-11f0-8764-482860b01723-0 |
|
@dinhxuanvu: This pull request references Jira Issue OCPBUGS-60593, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/jira refresh |
|
@dinhxuanvu: This pull request references Jira Issue OCPBUGS-60593, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
@everettraven Hey Bryce, I think this PR is good to go unless you have any further comments. PTAL. Thanks. |
ef4a4dd to
7338129
Compare
|
@dinhxuanvu: This pull request references Jira Issue OCPBUGS-60593, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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. |
For HyperShift, the control plane topology is external as control plane components are not deployed in management cluster. As a result, the oauth operator is unavailable and this test should be skipped. Moving the topology check to the top before the cluster auth operator check will ensure this test is skipped in external topology mode. Signed-off-by: Vu Dinh <vudinh@outlook.com>
7338129 to
02635e1
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, everettraven 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 |
|
/hold Revision 02635e1 was retested 3 times: holding |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/hold cancel |
|
/retest e2e-aws-ovn-microshift |
|
@dinhxuanvu: The 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-aws-ovn-microshift |
|
/test e2e-aws-ovn-serial-2of2 |
|
/test e2e-aws-ovn-serial-2of2 |
|
/hold Revision 02635e1 was retested 3 times: holding |
|
@dinhxuanvu: 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. |
|
Job Failure Risk Analysis for sha: 02635e1
|
|
Job Failure Risk Analysis for sha: 02635e1
|
|
/retest-required |
|
/hold cancel |
bb9f65a
into
openshift:main
|
@dinhxuanvu: Jira Issue Verification Checks: Jira Issue OCPBUGS-60593 Jira Issue OCPBUGS-60593 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
|
Fix included in accepted release 4.21.0-0.nightly-2025-10-12-115019 |
|
/cherry-pick release-4.20 |
|
@alebedev87: new pull request created: #30848 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. |
For HyperShift, the control plane topology is external as control
plane components are not deployed in management cluster. As a result,
the oauth operator is unavailable and this test should be skipped.
Moving the topology check to the top before the cluster auth operator
check will ensure this test is skipped in external topology mode.