Skip to content

hypershift: restrict periodic-review-agent to weekdays only - #74226

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:masterfrom
bryan-cox:master
Feb 2, 2026
Merged

openshift-merge-bot[bot] merged 1 commit into
openshift:masterfrom
bryan-cox:master

Conversation

@bryan-cox

Copy link
Copy Markdown
Member

Summary

Test plan

  • Verify cron expression syntax is valid
  • Confirm job runs only Mon-Fri after merge

🤖 Generated with Claude Code

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@openshift-ci
openshift-ci Bot requested review from enxebre and muraee February 2, 2026 02:25
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 2, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@bryan-cox: 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-openshift-hypershift-main-periodic-review-agent 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.

@bryan-cox

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

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

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Feb 2, 2026
@enxebre

enxebre commented Feb 2, 2026

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Feb 2, 2026
@openshift-ci

openshift-ci Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bryan-cox, enxebre

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 999643e into openshift:master Feb 2, 2026
14 of 15 checks passed
richardsonnick pushed a commit to richardsonnick/release that referenced this pull request Feb 10, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
richardsonnick pushed a commit to richardsonnick/release that referenced this pull request Feb 18, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
memodi pushed a commit to memodi/release that referenced this pull request Feb 18, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
dhensel-rh pushed a commit to dhensel-rh/release that referenced this pull request Feb 19, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
weinliu pushed a commit to weinliu/release that referenced this pull request Mar 6, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
sdodson pushed a commit to sdodson/release that referenced this pull request Mar 8, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
tareqalayan pushed a commit to tareqalayan/release that referenced this pull request Mar 13, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
eliorerz pushed a commit to eliorerz/release that referenced this pull request Jun 3, 2026
…t#74226)

Change cron schedule from `0 8-23/3 * * *` to `0 8-23/3 * * 1-5`
to run the periodic review agent only on weekdays (Monday-Friday)
between 8:00 and 23:00 UTC.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <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. 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.

3 participants