ROX-21457: Disable daily ibmcloudz periodic tests - #80606
Conversation
Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@janisz: This pull request references ROX-21457 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "5.0.0" version, but no target version was set. 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. |
WalkthroughTwo cron schedule fields in the CI operator config for ChangesIBM Cloud Z E2E cron schedule update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 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: |
|
@janisz: 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. |
|
/pj-rehearse ack |
|
@davdhacs: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davdhacs, janisz, jdao-rh 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 |
Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 0 31 2 *(Feb 31 never fires)Summary by CodeRabbit
This PR disables the daily periodic test executions for IBM Cloud Z cluster E2E tests in the StackRox repository's OpenShift CI infrastructure. The change modifies the cron schedules for two periodic jobs:
daily-ibmcloudz-lts-qa-e2e-testsanddaily-ibmcloudz-latest-qa-e2e-tests, setting both to0 0 31 2 *— a cron expression that will never trigger since February 31st does not exist.The goal is to stop the recurring generation of Jira issues caused by persistent failures in ibmcloudz cluster creation that were being triggered by the daily automated test execution. The change effectively pauses these tests while the underlying infrastructure issues are addressed.
All other job configurations remain unchanged — test parameters and workflow references are preserved; only the cron scheduling mechanism is disabled.