-
Notifications
You must be signed in to change notification settings - Fork 2.1k
USHIFT-6741: Fix bootc release periodic jobs for 4.22 #76664
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
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 |
|---|---|---|
|
|
@@ -186,24 +186,44 @@ tests: | |
| SCENARIO_TYPE: releases | ||
| TEST_EXECUTION_TIMEOUT: 60m | ||
| workflow: openshift-microshift-e2e-metal-tests | ||
| - as: e2e-aws-tests-bootc-release-periodic | ||
| - as: e2e-aws-tests-bootc-release-periodic-el9 | ||
| cron: 0 3 * * 0,2,4 | ||
| steps: | ||
| cluster_profile: openshift-org-aws | ||
| env: | ||
| EC2_INSTANCE_TYPE: c5.metal | ||
| MICROSHIFT_OS: rhel-9.6 | ||
| SCENARIO_TYPE: bootc-releases | ||
| SCENARIO_TYPE: bootc-releases-el9 | ||
| TEST_EXECUTION_TIMEOUT: 60m | ||
| workflow: openshift-microshift-e2e-metal-tests | ||
| - as: e2e-aws-tests-bootc-release-arm-periodic | ||
| - as: e2e-aws-tests-bootc-release-periodic-el10 | ||
| cron: 0 3 * * 0,2,4 | ||
| steps: | ||
| cluster_profile: openshift-org-aws | ||
| env: | ||
| EC2_INSTANCE_TYPE: c5.metal | ||
| MICROSHIFT_OS: rhel-9.6 | ||
| SCENARIO_TYPE: bootc-releases-el10 | ||
| TEST_EXECUTION_TIMEOUT: 60m | ||
| workflow: openshift-microshift-e2e-metal-tests | ||
| - as: e2e-aws-tests-bootc-release-arm-periodic-el9 | ||
| cron: 0 3 * * 0,2,4 | ||
| steps: | ||
| cluster_profile: openshift-org-aws | ||
| env: | ||
| EC2_INSTANCE_TYPE: c7g.metal | ||
| MICROSHIFT_OS: rhel-9.6 | ||
|
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. why
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. this is only for the EC2 machine, so |
||
| SCENARIO_TYPE: bootc-releases-el9 | ||
| TEST_EXECUTION_TIMEOUT: 60m | ||
| workflow: openshift-microshift-e2e-metal-tests | ||
| - as: e2e-aws-tests-bootc-release-arm-periodic-el10 | ||
| cron: 0 3 * * 0,2,4 | ||
| steps: | ||
| cluster_profile: openshift-org-aws | ||
| env: | ||
| EC2_INSTANCE_TYPE: c7g.metal | ||
| MICROSHIFT_OS: rhel-9.6 | ||
| SCENARIO_TYPE: bootc-releases | ||
| SCENARIO_TYPE: bootc-releases-el10 | ||
| TEST_EXECUTION_TIMEOUT: 60m | ||
| workflow: openshift-microshift-e2e-metal-tests | ||
| zz_generated_metadata: | ||
|
|
||
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.
why
rhel-9.6here? tbh, I'm not sure if this env var is usedThere 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.
It was
rhel-9.6before, I left it like it is, it's 9.6 in all the other jobs as well. If I remember correctly that's the host OSThere 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.
you are right, this is only for the EC2 machine, so
rhel-9.6is correct here, thanks. We can merge the PR.