Add Prow periodic for OSDFM stage basic periodic tests - #81563
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: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdds a ROSA E2E CI Operator configuration for an OCM FVT staging job with image, release, resource, scheduling, environment, timeout, source ref, and metadata settings. ChangesROSA E2E OCM FVT Staging Job
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ 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 |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-staging-ocm-fvt-periodic-osdfm-basic-periodic-stage |
|
@anfranci14: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
rehearsal 1 passed |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-staging-ocm-fvt-periodic-osdfm-basic-periodic-stage |
|
@anfranci14: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
second rehearsal passed |
|
/lgtm /approve /pj-rehearse ack |
|
@gdbranco: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/approve cancel |
|
/pj-rehearse reject |
|
@anfranci14: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
c2ad3a8 to
d01f91f
Compare
d01f91f to
95b19eb
Compare
|
@anfranci14, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
95b19eb to
7bb8f4e
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/approve |
|
/hold |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anfranci14, dustman9000, jfrazierRedHat 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 |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-staging-ocm-fvt-periodic-osdfm-basic-periodic-stage |
|
@anfranci14: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Will try a rerun after Prod rollout |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-staging-ocm-fvt-periodic-osdfm-basic-periodic-stage |
|
@anfranci14: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
rehearsal passed |
|
/pj-rehearse ack |
|
@anfranci14: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/unhold |
|
@anfranci14: 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. |
New OCM FVT OSDFM STG category tracking the OSDFM basic periodic staging job migrated to Prow in openshift/release#81563.
Migrate OSDFM stage periodic CI from Jenkins (
osdfm-periodic-ci-tests-stage) to Prow by adding a newocm-fvt-osdfm-stagingci-operator variant.Prow
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-staging-ocm-fvt-periodic-osdfm-basic-periodic-stageocm-fvt-periodic-osdfm-basic-periodic-stageocm-fvt-osdfm-staging0 9 * * 1(aligned with app-interface)rosa-e2e-ocm-fvt-longrunning(12h step timeout)10h0m0sOCM_FVT_JOB_NAME=osdfm-basic-periodic-stage,OCM_FVT_OCM_ENV=stage,OCM_FVT_SERVICE=osdfmUses
rosa-e2e-ocm-fvt-longrunning(from ROSAENG-60420) so the step is not killed at the shared 5hrosa-e2e-ocm-fvtlimit while Ginkgo allows up to 10h.Files changed
ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osdfm-staging.yaml— new variant configci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml— generated periodic job (make update)Summary by CodeRabbit
This PR migrates the
openshift-online/rosa-e2eOSDFM staging periodic CI job from Jenkins to Prow by adding a newocm-fvt-osdfm-stagingci-operatorvariant and generating the corresponding periodic Prow job.Concretely, it introduces
ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osdfm-staging.yamldefining a weekly cron job (0 9 * * 1) that runs therosa-e2e-ocm-fvt-longrunningstep with a 12-hour step timeout and a 10-hour test timeout. The job targets the stage environment (OCM_FVT_OCM_ENV=stage), sets the OSDFM service (OCM_FVT_SERVICE=osdfm), and passes the job name (OCM_FVT_JOB_NAME=osdfm-basic-periodic-stage), enablingnested-podmanfor execution. The generated periodic jobs metadata is updated for branchmaininopenshift-online/rosa-e2eunder the new variant.CI rehearsal/testing notes: two
pj-rehearseruns for the new periodic job passed;gdbrancoposted/lgtm,/approve, and/pj-rehearse ack, then later posted/approve cancel.anfranci14subsequently posted/pj-rehearse reject.