just a meaningless change#80776
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: andrej1991 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse help |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe cron schedule for the ChangesCron Schedule Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@andrej1991: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[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: |
|
@andrej1991: job(s): help either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse periodic-ci-openshift-assisted-service-release-ocm-2.15-e2e-ai-operator-ztp-remove-node-periodic |
|
@andrej1991: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@andrej1991: The following test failed, say
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. |
Summary by CodeRabbit
This PR adjusts the periodic testing schedule for the assisted-service repository's OpenShift CI infrastructure.
Changes: The
e2e-ai-operator-ztp-remove-node-periodicjob's cron schedule has been updated to run on Saturday instead of Friday. Specifically, the day-of-week field in the cron expression changed from5(Friday) to6(Saturday), while keeping the same time of 22:00 UTC.Practical impact: This end-to-end test, which validates the node removal workflow in Zero Touch Provisioning (ZTP) deployments using the assisted-installer operator, will now execute on Saturdays instead of Fridays. The test exercises a scenario where nodes are removed from an already-deployed spoke cluster with 3 control plane agents, 2 worker agents, and 5 additional workers.
Context: The job runs on the
packet-assistedcluster profile and uses the assisted-service repository's CI configuration. This appears to be a minor scheduling adjustment, possibly to balance test execution load or align with team availability on different days.