-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
OCPQE-21002 - Review 4.14 upgrade ci jobs and add missing jobs #60384
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,20 @@ tests: | |
test: | ||
- chain: openshift-upgrade-qe-sanity-disconnected | ||
workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private-cco-manual-security-token-service-private-s3-with-ep-sts-ec2-elb | ||
- as: aws-ipi-usertags-custom-sg-f28 | ||
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. For stable-stable upgrade, we are aim to make sure payloads with signature can be upgraded, so don't need to cover all profiles. so following this rule, you just need to check here we have covered all platforms, you don't need to add extra jobs. |
||
cron: 56 4 23 * * | ||
steps: | ||
cluster_profile: aws-qe | ||
dependencies: | ||
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest | ||
env: | ||
BASE_DOMAIN: qe.devcluster.openshift.com | ||
COMPUTE_NODE_TYPE: m6g.xlarge | ||
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge | ||
OCP_ARCH: arm64 | ||
test: | ||
- chain: cucushift-installer-check-cluster-health | ||
workflow: cucushift-installer-rehearse-aws-ipi-usertags-custom-security-groups | ||
- as: azure-ipi-disc-fullyprivate-f28 | ||
cron: 26 14 26 * * | ||
steps: | ||
|
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.
For stable-stable upgrade, we are aim to make sure payloads with signature can be upgraded, so don't need to cover all profiles. so following this rule, you just need to check here we have covered all platforms, you don't need to add extra jobs.