NO-JIRA: sippy: adapt to generic verify presubmit#81749
Conversation
Repurpose the verify-migrations job to run the broader `make verify` target and always run on PRs instead of only on migration changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@smg247: This pull request explicitly references no jira issue. 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. |
|
Caution Review failedAn error occurred during the review process. Please try again later. WalkthroughThe Sippy CI configuration replaces the migrations-only verification step with a broader ChangesSippy CI verification
Estimated code review effort: 2 (Simple) | ~5 minutes Possibly related PRs
Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-sippy-main-verify |
|
@smg247: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@smg247: The following test 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mstaeble, smg247 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 |
Repurpose the verify-migrations job to run the broader
make verifytarget and always run on PRs instead of only on migration changes. This is okay, asverify-migrationsis cheap. It makes more sense to include the apm verification along with it in the same job and run on all PRs to ensure we are always up-to-date.Summary by CodeRabbit
verify-migrationspresubmit job toverifyand runs the broaderHOME=/tmp make verifytarget.