Skip to content
Open

c2s-dns #75586

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 @@ -146,6 +146,64 @@ tests:
- ref: olmv1-performance
- ref: openshift-qe-orion-olmv1
workflow: cucushift-installer-rehearse-gcp-ipi
- as: aws-c2s-ipi-custom-dns-disc-priv-fips-tp-f7
cron: 41 2 5,12,19,28 * *
steps:
cluster_profile: aws-c2s-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@disconnected'
EXTRACT_MANIFEST_INCLUDED: "true"
FEATURE_GATES: '["AWSClusterHostedDNSInstall=true"]'
FEATURE_SET: CustomNoUpgrade
FIPS_ENABLED: "true"
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-c2s-ipi-custom-dns-disconnected-private
- as: aws-c2s-ipi-custom-dns-disc-priv-fips-tp-f28-destructive
cron: 13 12 7 * *
steps:
cluster_profile: aws-c2s-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@disconnected'
EXTRACT_MANIFEST_INCLUDED: "true"
FEATURE_GATES: '["AWSClusterHostedDNSInstall=true"]'
FEATURE_SET: CustomNoUpgrade
FIPS_ENABLED: "true"
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-c2s-ipi-custom-dns-disconnected-private
- as: aws-sc2s-ipi-disc-priv-fips-tp-f7
cron: 4 0 6,13,20,27 * *
steps:
cluster_profile: aws-sc2s-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@disconnected'
FEATURE_GATES: '["AWSClusterHostedDNSInstall=true"]'
FEATURE_SET: CustomNoUpgrade
FIPS_ENABLED: "true"
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-c2s-ipi-custom-dns-disconnected-private
- as: aws-sc2s-ipi-disc-priv-fips-tp-f28-destructive
cron: 45 7 15 * *
steps:
cluster_profile: aws-sc2s-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@disconnected'
FEATURE_GATES: '["AWSClusterHostedDNSInstall=true"]'
FEATURE_SET: CustomNoUpgrade
FIPS_ENABLED: "true"
TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-c2s-ipi-custom-dns-disconnected-private
- as: aws-c2s-ipi-disc-priv-fips-f7
cron: 36 16 3,12,19,26 * *
steps:
Expand Down
Loading