Skip to content

ROX-21457: Disable daily ibmcloudz periodic tests - #80606

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
janisz:skip_ibmcloudz
Jun 16, 2026
Merged

ROX-21457: Disable daily ibmcloudz periodic tests#80606
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
janisz:skip_ibmcloudz

Conversation

@janisz

@janisz janisz commented Jun 16, 2026

Copy link
Copy Markdown
Contributor
  • Disable daily ibmcloudz periodic tests (daily-ibmcloudz-lts-qa-e2e-tests and daily-ibmcloudz-latest-qa-e2e-tests) by setting cron to 0 0 31 2 * (Feb 31 never fires)
  • ibmcloudz cluster creation has been persistently failing
  • Removing test entries would also require removing the ibmcloudz base image and the on-demand presubmit variants. Reverting that removal later is error-prone because make update regenerates job files - a simple git revert may not cleanly apply. Changing the cron makes re-enabling trivial: restore the original schedule.
  • The determinize-ci-operator tool strips YAML comments during make update, so inline comments cannot survive the config normalization pipeline.

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-tests and daily-ibmcloudz-latest-qa-e2e-tests, setting both to 0 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.

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>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 16, 2026
@openshift-ci-robot

openshift-ci-robot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@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.

Details

In response to this:

Set cron to Feb 31 (never fires) to stop daily Jira spam from persistent ibmcloudz cluster creation failures.

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.

@openshift-ci
openshift-ci Bot requested review from davdhacs and msugakov June 16, 2026 15:10
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Two cron schedule fields in the CI operator config for stackrox-stackrox-master are changed from active weekday expressions to 0 0 31 2 * for daily-ibmcloudz-lts-qa-e2e-tests and daily-ibmcloudz-latest-qa-e2e-tests. All other job configuration (env vars, workflow) remains unchanged.

Changes

IBM Cloud Z E2E cron schedule update

Layer / File(s) Summary
Set impossible cron to disable IBM Cloud Z E2E jobs
ci-operator/config/stackrox/stackrox/stackrox-stackrox-master.yaml
Cron fields for daily-ibmcloudz-lts-qa-e2e-tests and daily-ibmcloudz-latest-qa-e2e-tests are replaced with 0 0 31 2 *, a schedule that never triggers (February 31 does not exist).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ROX-21457: Disable daily ibmcloudz periodic tests' directly and clearly describes the main change: disabling daily periodic tests for ibmcloudz by modifying cron schedules to an impossible date.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed This PR modifies CI configuration files (YAML) and utility tools, not Ginkgo test code. The check for stable test names is inapplicable.
Test Structure And Quality ✅ Passed PR modifies only CI configuration (YAML), not Ginkgo test code. Custom check for test structure/quality is not applicable to non-test-code changes.
Microshift Test Compatibility ✅ Passed PR only modifies CI configuration (cron schedules), not test code. No new Ginkgo e2e tests are added, so MicroShift test compatibility check does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only modifies CI operator configuration (cron schedules), not test code. The SNO compatibility check applies only when new Ginkgo e2e tests are added, which is not the case here.
Topology-Aware Scheduling Compatibility ✅ Passed This PR modifies only a CI Operator configuration file's cron schedule. It introduces no deployment manifests, operator code, controllers, or any Kubernetes scheduling constraints that would affect...
Ote Binary Stdout Contract ✅ Passed PR only modifies CI job scheduling in YAML config; check applies only to source/test code that produces stdout. No applicable code touched.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only modifies CI cron scheduling for existing tests in a YAML configuration file; no new Ginkgo e2e tests are added, so the IPv6/disconnected network compatibility check is not applicable.
No-Weak-Crypto ✅ Passed PR modifies only a YAML CI/CD configuration file with cron schedule changes. No cryptographic code, algorithms, or implementations present; no weak crypto patterns found.
Container-Privileges ✅ Passed File is a CI operator config, not a K8s/container manifest. Contains no privileged settings (privileged: true, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation, or securityContext).
No-Sensitive-Data-In-Logs ✅ Passed The PR modifies cron schedules in a CI config file without introducing any logging statements or exposing passwords, tokens, API keys, PII, or other sensitive data.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 16, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 16, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@janisz: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
periodic-ci-stackrox-stackrox-master-daily-ibmcloudz-latest-qa-e2e-tests N/A periodic Ci-operator config changed
periodic-ci-stackrox-stackrox-master-daily-ibmcloudz-lts-qa-e2e-tests N/A periodic Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@janisz: all tests passed!

Full PR test history. Your PR dashboard.

Details

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.

@davdhacs

Copy link
Copy Markdown
Contributor

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@davdhacs: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 16, 2026
@davdhacs

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot
openshift-merge-bot Bot merged commit ed7a1e0 into openshift:main Jun 16, 2026
17 checks passed
@janisz
janisz deleted the skip_ibmcloudz branch June 17, 2026 10:11
kasturinarra pushed a commit to kasturinarra/release that referenced this pull request Jun 19, 2026
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>
krisnababu pushed a commit to krisnababu/release that referenced this pull request Jun 29, 2026
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>
krisnababu pushed a commit to oharan2/release that referenced this pull request Jul 3, 2026
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>
andrej1991 pushed a commit to andrej1991/release that referenced this pull request Jul 6, 2026
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>
TimurMP pushed a commit to TimurMP/release that referenced this pull request Jul 8, 2026
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>
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants