-
Notifications
You must be signed in to change notification settings - Fork 120
Add ARO classic (ARO-RP) prow jobs to sippy config #3500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,6 +38,18 @@ releases: | |
| 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: | ||
| jobs: | ||
| periodic-ci-Azure-ARO-RP-master-periodic-integration-e2e-parallel-csp: true | ||
| periodic-ci-Azure-ARO-RP-master-periodic-integration-e2e-parallel-miwi: true | ||
| aro-classic-stage: | ||
| jobs: | ||
| periodic-ci-Azure-ARO-RP-master-periodic-stage-e2e-parallel-csp: true | ||
| periodic-ci-Azure-ARO-RP-master-periodic-stage-e2e-parallel-miwi: true | ||
| aro-classic-production: | ||
| jobs: | ||
| periodic-ci-Azure-ARO-RP-master-periodic-prod-e2e-parallel-csp: true | ||
| periodic-ci-Azure-ARO-RP-master-periodic-prod-e2e-parallel-miwi: true | ||
|
Comment on lines
+41
to
+52
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "Current Presubmits config:"
sed -n '16,22p' config/openshift-customizations.yaml
echo
echo "ARO Classic pull jobs currently exposed by prow:"
curl -fsSL https://prow.ci.openshift.org/prowjobs.js \
| rg -o 'pull-ci-Azure-ARO-RP-master[^"]*' \
| sort -uRepository: openshift/sippy Length of output: 1326 Add ARO-RP-master pull jobs to the Presubmits pattern. The 🤖 Prompt for AI Agents |
||
| rosa-stage: | ||
| jobs: | ||
| # ROSA Classic/STS nightly (stage) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this release exist yet?