hypershift: reorder kubevirt presub flow to fix break - #69606
Conversation
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-kubevirt-aws-ovn-reduced |
|
@sjenning: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 46 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
| timeout: 1h0m0s | ||
| - chain: hypershift-kubevirt-destroy | ||
| env: | ||
| - default: "/tmp/secret/kubeconfig" |
There was a problem hiding this comment.
is this env var not needed anymore?
There was a problem hiding this comment.
That's what the rehearsal is for 😅. Other chains like hypershift-dump do not specify a KUBECONFIG so I think it is already set.
There was a problem hiding this comment.
good point 😁 tagged and 🤞🏽 for the rehearsal
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: devguyio, sjenning 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 |
|
/pj-rehearse ack |
|
@sjenning: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sjenning: all tests passed! 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. |
#68540 regressed the kubevirt presub job because the test cluster is destroyed before the dump stage.
https://prow.ci.openshift.org/job-history/gs/test-platform-results/pr-logs/directory/pull-ci-openshift-hypershift-main-e2e-kubevirt-aws-ovn-reduced
This reorders the flow so that the k8sgpt script no longer errors and we get meaningful dump artifacts from the test cluster.