Skip to content
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

Add openshift-extended-test-clusterinfrastructure step for cluster in… #58864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -15,6 +15,10 @@ base_images:
name: cli-ocm
namespace: ci
tag: latest
cluster-api-actuator-pkg-test:
name: cluster-api-actuator-pkg-test
namespace: ci
tag: "4.18"
dev-scripts:
name: test
namespace: ocp-kni
Expand Down Expand Up @@ -470,10 +474,8 @@ tests:
cluster_profile: aws-outpost-qe
env:
BASE_DOMAIN: outpost-dev.devcluster.openshift.com
TEST_SCENARIOS: Cluster_Infrastructure
TEST_TIMEOUT: "90"
test:
- chain: openshift-e2e-test-qe-longrun
- chain: openshift-e2e-test-qe-longrun-clusterinfra
workflow: cucushift-installer-rehearse-aws-ipi-outpost-day2
- as: aws-ipi-ovn-stress-f30
cron: 46 13 4 * *
Expand Down Expand Up @@ -3336,11 +3338,8 @@ tests:
cron: 11 20 22 * *
steps:
cluster_profile: vsphere-elastic
env:
TEST_SCENARIOS: Cluster_Infrastructure
TEST_TIMEOUT: "90"
test:
- chain: openshift-e2e-test-qe-longrun
- chain: openshift-e2e-test-qe-longrun-clusterinfra
workflow: cucushift-installer-rehearse-vsphere-ipi-zones
- as: vsphere-ipi-zones-multisubnets-external-lb-f28
cron: 21 20 18 * *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ base_images:
name: "4.18"
namespace: ocp
tag: cli
cluster-api-actuator-pkg-test:
name: cluster-api-actuator-pkg-test
namespace: ci
tag: "4.18"
dev-scripts:
name: test
namespace: ocp-kni
Expand Down Expand Up @@ -237,11 +241,9 @@ tests:
COMPUTE_NODE_REPLICAS: "2"
E2E_RUN_TAGS: '@disconnected'
EXTRACT_MANIFEST_INCLUDED: "true"
TEST_SCENARIOS: Cluster_Infrastructure
TEST_TIMEOUT: "90"
test:
- ref: ipi-install-heterogeneous
- chain: openshift-e2e-test-qe-longrun
- chain: openshift-e2e-test-qe-longrun-clusterinfra
workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private
- as: aws-ipi-disc-priv-arm-mixarch-f2
cron: 10 14 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30 * *
Expand Down Expand Up @@ -797,11 +799,9 @@ tests:
BASE_DOMAIN: qe.azure.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "2"
E2E_RUN_TAGS: '@disconnected'
TEST_SCENARIOS: Cluster_Infrastructure
TEST_TIMEOUT: "90"
test:
- ref: ipi-install-heterogeneous
- chain: openshift-e2e-test-qe-longrun
- chain: openshift-e2e-test-qe-longrun-clusterinfra
workflow: cucushift-installer-rehearse-azure-ipi-disconnected-fullyprivate
- as: azure-ipi-fullyprivate-internal-registry-amd-f28-destructive
cron: 33 1 5 * *
Expand Down Expand Up @@ -1406,11 +1406,9 @@ tests:
ADDITIONAL_WORKERS: "1"
COMPUTE_NODE_REPLICAS: "2"
E2E_RUN_TAGS: '@disconnected'
TEST_SCENARIOS: Cluster_Infrastructure
TEST_TIMEOUT: "90"
test:
- ref: ipi-install-heterogeneous
- chain: openshift-e2e-test-qe-longrun
- chain: openshift-e2e-test-qe-longrun-clusterinfra
workflow: cucushift-installer-rehearse-gcp-ipi-disconnected-private
- as: gcp-ipi-disk-encryption-amd-f28-destructive
cron: 45 21 14 * *
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
approvers:
- jianzhangbjz
- kuiwang02
reviewers:
- jianzhangbjz
- kuiwang02
- xia-zhao-rh
Loading