cnf ran: update schedule job#80530
Conversation
|
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 selected for processing (1)
WalkthroughThe schedule gating script gains an ChangesSaturday Schedule Gate
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)
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. Comment |
|
/lgtm |
|
[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: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kononovn, rdiscala 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 |
|
@kononovn: 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 |
|
@kononovn: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Summary by CodeRabbit
This PR updates the scheduling logic for the CNF (Cloud Native Function) network functional tests in the Telco v1 OpenShift test suite. Specifically, it modifies
ci-operator/step-registry/telcov10n/functional/cnf-network/schedule-job/telcov10n-functional-cnf-network-schedule-job-commands.shto expand when these tests are scheduled to run.The script implements a 14-day event cycle scheduling mechanism. Previously, it only triggered test execution on Fridays when there were 1-6 days remaining until the next event. The change adds Saturday as an additional valid test run day (when 0-5 days remain until the event), extending the test scheduling window in the week before events occur.
This adjustment allows the CNF network functional tests to run on both Friday and Saturday in the days leading up to scheduled events, likely to provide more comprehensive pre-event testing coverage for the Telco v1 scenario validation on OpenShift.