Add ARO classic (ARO-RP) prow jobs to sippy config#3500
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
WalkthroughThis PR restructures ARO CI/CD job configurations by removing three Azure HCP production jobs from ChangesConfiguration Restructuring
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 16 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (16 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
|
Hi @abiduke612. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@config/openshift-customizations.yaml`:
- Around line 41-52: Presubmits pseudorelease's regex currently only matches
^pull-ci-Azure-ARO-HCP-main.* and therefore misses ARO Classic pull jobs; update
the Presubmits regexp list to include ^pull-ci-Azure-ARO-RP-master.* so
pull-ci-Azure-ARO-RP-master-images and other RP-master pull jobs are matched and
surface in Sippy alongside the added periodic jobs; locate the Presubmits entry
(symbol: Presubmits) and append the ^pull-ci-Azure-ARO-RP-master.* pattern to
its regex array.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 2e69c475-c1cd-484d-a3b1-5aead626cf15
📒 Files selected for processing (1)
config/openshift-customizations.yaml
| periodic-ci-Azure-ARO-HCP-main-periodic-prod-uksouth-e2e-parallel: true | ||
| periodic-ci-Azure-ARO-HCP-main-periodic-prod-e2e-parallel-ocp-nightly: true | ||
| branch-ci-Azure-ARO-HCP-main-e2e-prod-e2e-parallel: true | ||
| aro-classic-integration: |
There was a problem hiding this comment.
Seems like the preferred ordering is changing the config first and creating the releases in bigquery afterwards
|
/ok-to-test |
|
Scheduling required tests: |
|
@coderabbitai approve |
✅ Actions performedComments resolved and changes approved. |
|
@abiduke612: 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abiduke612, petr-muller 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 |
With Classic now using prow jobs as well, we want that data available via Sippy.
Added the following jobs to config:
Summary by CodeRabbit