Remove openshift-tests-private jobs with invalid cron schedules#81760
Remove openshift-tests-private jobs with invalid cron schedules#81760jogeo wants to merge 1 commit into
Conversation
This commit removes periodic jobs with cron expressions that will never execute because they reference non-existent calendar dates: - Jobs scheduled for February 30th (2 files) - February has max 29 days - Jobs scheduled for February 31st (9 files) - February has max 29 days - Jobs scheduled for February 29th (331 jobs) - Only runs on leap years These jobs were effectively disabled but consumed CI configuration space. Config files containing only these invalid jobs have been removed entirely as they no longer serve any purpose. Files modified: 65 config files updated, 67 config files deleted Jobs removed: 342 total periodic jobs with invalid cron schedules 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (9)
📒 Files selected for processing (132)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jogeo, pruan-rht 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 |
|
@jogeo: 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. |
This commit removes periodic jobs with cron expressions that will never execute because they reference non-existent calendar dates:
These jobs were effectively disabled but consumed CI configuration space. Config files containing only these invalid jobs have been removed entirely as they no longer serve any purpose.
Files modified: 65 config files updated, 67 config files deleted
Jobs removed: 342 total periodic jobs with invalid cron schedules
🤖 Generated with Claude Code
Summary by CodeRabbit
openshift-tests-privateperiodic jobs, including February 30/31 schedules and February 29 schedules.