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

fix hypershift workflow to set qe-app-registry on hosted cluster #60179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kuiwang02
Copy link
Contributor

@kuiwang02 kuiwang02 commented Dec 26, 2024

/cc @Xia-Zhao-rh

during checking failing case in https://gcsweb-qe-private-deck-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/qe-private-deck/logs/periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-pub-private-guest-f28-destructive/1870535735631679488/artifacts/aws-ipi-ovn-hypershift-pub-private-guest-f28-destructive/openshift-extended-test-disruptive/build-log.txt, we find the case which use operator from qe-app-registry catsrc fails

after checking, we find the workflow cucushift-installer-rehearse-aws-ipi-ovn-hypershift-public-private-guest does not install qe-app-registry on hosted cluster. it uses chain cucushift-installer-rehearse-aws-ipi-ovn-hypershift-public-private-provision, and after hypershift-aws-create, no step to create it on hosted cluster.

we find similar workflow cucushift-installer-rehearse-aws-ipi-ovn-hypershift-private-guest, it uses chain cucushift-installer-rehearse-aws-ipi-ovn-hypershift-private-provision, and after hypershift-aws-create, it uses cucushift-hypershift-extended-enable-qe-catalogsource to create it on hosted cluster.

So, here I add cucushift-hypershift-extended-enable-qe-catalogsource into chain cucushift-installer-rehearse-aws-ipi-ovn-hypershift-public-private-provision to see if it resolve the issue.

@openshift-ci openshift-ci bot requested a review from Xia-Zhao-rh December 26, 2024 08:08
@kuiwang02 kuiwang02 changed the title fix hypershift workflow to set qe-app-registry on hosted cluster [WIP]fix hypershift workflow to set qe-app-registry on hosted cluster Dec 26, 2024
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 26, 2024
@kuiwang02
Copy link
Contributor Author

/pj-rehearse ack periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-pub-private-guest-f28-destructive

@openshift-ci-robot
Copy link
Contributor

@kuiwang02: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Contributor

@kuiwang02: job(s): ack either don't exist or were not found to be affected, and cannot be rehearsed

@kuiwang02 kuiwang02 force-pushed the fixhypershiftworkflow branch from 57ed415 to d6c0b0e Compare December 27, 2024 00:51
@kuiwang02 kuiwang02 changed the title [WIP]fix hypershift workflow to set qe-app-registry on hosted cluster fix hypershift workflow to set qe-app-registry on hosted cluster Dec 27, 2024
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 27, 2024
Copy link
Contributor

openshift-ci bot commented Dec 27, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: kuiwang02
Once this PR has been reviewed and has the lgtm label, please assign liangquanli930 for approval. For more information see the Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@kuiwang02: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-public-private-guest-f28 N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-pub-private-guest-f28-destructive N/A periodic Registry content changed
periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-public-private-mgmt-f28 N/A periodic Registry content changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

Copy link
Contributor

openshift-ci bot commented Dec 27, 2024

@kuiwang02: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-pub-private-guest-f28-destructive 57ed415 link unknown /pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-pub-private-guest-f28-destructive

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.

@kuiwang02
Copy link
Contributor Author

@LiangquanLi930 could you please review and approve it if it is ok? thanks

I already tested it and the result is #60179 (comment). per the result, it passes.

@heliubj18 I find you also are working on it with PR #60181, and actually it is same issue, so suggest to merge PR #60179

Thanks

@kuiwang02
Copy link
Contributor Author

/cc @LiangquanLi930 @heliubj18

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.

2 participants