Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ tests:
steps:
cluster_profile: azure4
workflow: openshift-upgrade-azure
- as: e2e-aws-selfupgrade
- as: e2e-aws-downgrade
steps:
cluster_profile: aws
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ tests:
cluster_profile: gcp
workflow: openshift-e2e-gcp-libvirt-cert-rotation
- as: e2e-azure-fips
cron: '@yearly'
interval: 48h
steps:
cluster_profile: azure4
env:
Expand All @@ -212,7 +212,7 @@ tests:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-fips
cron: '@yearly'
interval: 48h
steps:
cluster_profile: gcp
env:
Expand All @@ -222,7 +222,7 @@ tests:
- ref: fips-check
workflow: openshift-e2e-gcp
- as: e2e-azure-fips-serial
cron: '@yearly'
interval: 48h
steps:
cluster_profile: azure4
env:
Expand All @@ -233,7 +233,7 @@ tests:
- ref: fips-check
workflow: openshift-e2e-azure
- as: e2e-aws-fips-serial
cron: '@yearly'
interval: 48h
steps:
cluster_profile: aws
env:
Expand All @@ -244,7 +244,7 @@ tests:
- ref: fips-check
workflow: openshift-e2e-aws
- as: e2e-gcp-fips-serial
cron: '@yearly'
interval: 48h
steps:
cluster_profile: gcp
env:
Expand Down Expand Up @@ -278,7 +278,7 @@ tests:
RT_ENABLED: "true"
workflow: openshift-e2e-gcp
- as: e2e-aws-upgrade
cron: '@yearly'
interval: 48h
steps:
cluster_profile: aws
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tests:
RUN_UPGRADE_TEST: "true"
workflow: baremetalds-e2e-upgrade
- as: e2e-aws-upgrade
cron: '@yearly'
interval: 24h
steps:
cluster_profile: aws
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ tests:
cluster_profile: gcp
workflow: openshift-e2e-gcp-libvirt-cert-rotation
- as: e2e-azure-fips
cron: '@yearly'
interval: 48h
steps:
cluster_profile: azure4
env:
Expand All @@ -225,7 +225,7 @@ tests:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-fips
cron: '@yearly'
interval: 48h
steps:
cluster_profile: gcp
env:
Expand All @@ -235,7 +235,7 @@ tests:
- ref: fips-check
workflow: openshift-e2e-gcp
- as: e2e-azure-fips-serial
cron: '@yearly'
interval: 48h
steps:
cluster_profile: azure4
env:
Expand All @@ -246,7 +246,7 @@ tests:
- ref: fips-check
workflow: openshift-e2e-azure
- as: e2e-aws-fips-serial
cron: '@yearly'
interval: 48h
steps:
cluster_profile: aws
env:
Expand All @@ -257,7 +257,7 @@ tests:
- ref: fips-check
workflow: openshift-e2e-aws
- as: e2e-gcp-fips-serial
cron: '@yearly'
interval: 48h
steps:
cluster_profile: gcp
env:
Expand Down Expand Up @@ -291,7 +291,7 @@ tests:
RT_ENABLED: "true"
workflow: openshift-e2e-gcp
- as: e2e-aws-upgrade
cron: '@yearly'
interval: 24h
steps:
cluster_profile: aws
env:
Expand Down
Loading