USHIFT-7041: Switch CI Doctor jobs to the new directory structure#80264
Conversation
|
Skipping CI for Draft Pull Request. |
|
@ggiguash: This pull request references USHIFT-7041 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
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 (3)
WalkthroughTwo CI workflows standardize report artifact filenames. MicroShift CI Doctor and LVMS CI Doctor each update their YAML report template definitions and shell script download functions to use new, consistent filename conventions, ensuring templates and generated artifacts align. ChangesCI Report Filename Standardization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 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 |
|
[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: |
|
/pj-rehearse periodic-ci-openshift-eng-edge-tooling-main-lvms-ci-doctor periodic-ci-openshift-eng-edge-tooling-main-microshift-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ggiguash, kasturinarra 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 |
|
@ggiguash: 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. |
Blocked on openshift-eng/edge-tooling#181
Summary by CodeRabbit
This PR updates CI Doctor job configuration and scripts for the OpenShift Edge Tooling CI infrastructure to align with a new directory/naming structure.
Changes made:
Configuration Template Updates (
openshift-eng-edge-tooling-main.yaml):lvm-operator-ci-doctor-report.html→report-lvm-operator-ci-doctor.htmlandmicroshift-ci-doctor-report.html→report-microshift-ci-doctor.html)LVMS CI Post-Commands Script: Updated the
download_report()function to use the renamed artifact filename (report-lvm-operator-ci-doctor.html)MicroShift CI Post-Commands Script: Updated the
download_report()function to use the renamed artifact filename (report-microshift-ci-doctor.html)Status: This PR is currently blocked pending completion of openshift-eng/edge-tooling#181, indicating these are dependent changes in a larger CI restructuring effort.