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 @@ -1222,6 +1222,29 @@ tests:
- ref: idp-htpasswd
- ref: openshift-extended-test-longduration
workflow: cucushift-installer-rehearse-aws-ipi-private
- as: aws-ipi-private-shared-vpc-phz-sts-f14
cron: 37 5 1,16 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips'
TAG_VERSION: '@4.13'
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-ipi-private-shared-vpc-phz-sts
- as: aws-ipi-private-shared-vpc-phz-sts-f28-destructive
cron: 24 14 16 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips
and @destructive'
TAG_VERSION: '@4.13'
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-private-shared-vpc-phz-sts
- as: aws-ipi-proxy-sdn-workers-rhel8-p2-f14
cron: 17 0 14,29 * *
steps:
Expand Down Expand Up @@ -1390,6 +1413,53 @@ tests:
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-sdn
- as: aws-ipi-shared-vpc-phz-f14
cron: 45 13 2,17 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips'
TAG_VERSION: '@4.13'
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz
- as: aws-ipi-shared-vpc-phz-f28-destructive
cron: 52 22 9 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips
and @destructive'
TAG_VERSION: '@4.13'
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz
- as: aws-ipi-shared-vpc-phz-sts-fips-f14
cron: 35 19 10,25 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes'
FIPS_ENABLED: "true"
TAG_VERSION: '@4.13'
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz-sts
- as: aws-ipi-shared-vpc-phz-sts-fips-f28-destructive
cron: 35 21 18 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and @destructive'
FIPS_ENABLED: "true"
TAG_VERSION: '@4.13'
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz-sts
- as: aws-ipi-to-multiarch-p2-f14
cron: 35 11 5,20 * *
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,31 @@ tests:
- ref: cucushift-installer-check
- chain: openshift-upgrade-qe-test
workflow: cucushift-installer-rehearse-aws-ipi-proxy-cco-manual-security-token-service
- as: aws-ipi-shared-vpc-phz-f14
cron: 41 17 5,20 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
UPGRADE_CHECK_RUN_TAGS: '@upgrade-check and @4.13 and @aws-ipi and not @fips'
UPGRADE_PRE_RUN_TAGS: '@upgrade-prepare and @4.13 and @aws-ipi and not @fips'
test:
- ref: cucushift-installer-check
- chain: openshift-upgrade-qe-test
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz
- as: aws-ipi-shared-vpc-phz-sts-fips-f14
cron: 9 15 8,23 * *
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
FIPS_ENABLED: "true"
UPGRADE_CHECK_RUN_TAGS: '@upgrade-check and @4.13 and @aws-ipi'
UPGRADE_PRE_RUN_TAGS: '@upgrade-prepare and @4.13 and @aws-ipi'
test:
- ref: cucushift-installer-check
- chain: openshift-upgrade-qe-test
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz-sts
- as: aws-ipi-usertags-fips-f28
cron: 55 7 9 * *
steps:
Expand Down
Loading