no-jira: revert: lower frequency of 4.22 all-regions jobs#80802
Conversation
… 4.22" This reverts commit 32eaaf1.
|
@tthvo: 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. |
|
/hold |
WalkthroughThree cron schedule fields in the 4.22 nightly installation config are updated: ChangesNightly 4.22 Job Cron Schedules
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)
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: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@ci-operator/config/openshift/verification-tests/openshift-verification-tests-main__installation-nightly-4.22.yaml`:
- Line 1137: The cron expression at line 1137 is configured to run only on odd
days of the month (using the day-of-month field
`1,3,5,7,9,11,13,15,17,19,21,23,25,27,29`), not daily. To align with the PR goal
of reverting to daily execution, modify the cron value from `39 13
1,3,5,7,9,11,13,15,17,19,21,23,25,27,29 * *` to `39 13 * * *` which will execute
the job daily at 13:39 UTC regardless of which day of the month it is.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: a17efe3c-b80d-4fe3-8b5f-0dac3ddf6cb9
⛔ Files ignored due to path filters (1)
ci-operator/jobs/openshift/verification-tests/openshift-verification-tests-main-periodics.yamlis excluded by!ci-operator/jobs/**
📒 Files selected for processing (1)
ci-operator/config/openshift/verification-tests/openshift-verification-tests-main__installation-nightly-4.22.yaml
|
@tthvo: 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 |
|
@tthvo: 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: pruan-rht, tthvo 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 |
|
I'm holding so we can get a few more runs over the weekends :D Will cancel hold on Monday 👍 |
This reverts commit 32eaaf1.
Background: Previously, we bumped the frequency of these jobs to 4 times per day to accelerate test result collection. As of now, we have enough data so let's lower the frequency to as before.
Summary by CodeRabbit
This pull request reverts the OpenShift 4.22 nightly verification tests back to daily execution schedules for three all-regions installation jobs.
Changes Made:
The PR modifies three cron schedules in the OpenShift verification-tests CI configuration for 4.22 nightly releases:
0,6,12,18hours) to once daily at 04:02 UTC0,6,12,18hours) to once daily at 17:44 UTC0,6,12,18hours) to once on odd-numbered days at 13:39 UTCContext:
These all-regions test jobs validate OpenShift installation across multiple cloud regions and instance types. The previous increase to 4x daily execution was a temporary measure to accelerate test data collection during an earlier phase. Now that sufficient test coverage has been achieved, the execution frequency is being normalized back to the standard daily schedule to reduce infrastructure load and operational overhead.