Add Depends-On install_yamls support to kuttl CI step#76481
Add Depends-On install_yamls support to kuttl CI step#76481openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
Conversation
The build step already supports Depends-On for install_yamls PRs, but the kuttl step clones install_yamls independently without checking for cross-repo dependencies. This adds the same Depends-On handling so that kuttl tests can use a custom install_yamls PR branch when specified in the operator PR body. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8306b7d to
5753cd6
Compare
|
Hi @lmiccini. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/ok-to-test |
|
[REHEARSALNOTIFIER]
A total of 30 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: |
|
/pj-rehearse pull-ci-openstack-k8s-operators-infra-operator-18.0-fr5-infra-operator-build-deploy-kuttl |
|
@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openstack-k8s-operators-openstack-operator-main-openstack-operator-build-deploy-kuttl-4-18 |
|
@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 30 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: |
|
/pj-rehearse ack |
|
@stuggi: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lmiccini, stuggi 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 |
|
/test step-registry-shellcheck |
1 similar comment
|
/test step-registry-shellcheck |
|
/retest |
|
/test step-registry-shellcheck |
|
/retest |
|
@lmiccini: 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. |
The build step already supports Depends-On for install_yamls PRs, but the kuttl step clones install_yamls independently without checking for cross-repo dependencies. This adds the same Depends-On handling so that kuttl tests can use a custom install_yamls PR branch when specified in the operator PR body.