-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: master
Are you sure you want to change the base?
Conversation
/pj-rehearse ack periodic-ci-openshift-openshift-tests-private-release-4.14-amd64-nightly-aws-ipi-ovn-hypershift-pub-private-guest-f28-destructive |
@kuiwang02: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
@kuiwang02: job(s): ack either don't exist or were not found to be affected, and cannot be rehearsed |
57ed415
to
d6c0b0e
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kuiwang02 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 |
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
@kuiwang02: The following test 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. |
@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 |
/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.