Skip to content

Commit da6cec6

Browse files
authored
ROSAENG-1077: use separated shard for hcp provision (#79446)
1 parent c9c6271 commit da6cec6

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__periodics.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ tests:
4040
cluster_profile: rosa-e2e-01
4141
env:
4242
CHANNEL_GROUP: stable
43+
CLUSTER_SECTOR: rosa-e2e
4344
ENABLE_BILLING_ACCOUNT: "yes"
4445
HOSTED_CP: "true"
45-
LABEL_FILTER: '!Access:MC'
46+
LABEL_FILTER: Platform:HCP
4647
OCM_LOGIN_ENV: staging
4748
OPENSHIFT_VERSION: "4.19"
4849
REPLICAS: "3"
@@ -53,9 +54,10 @@ tests:
5354
cluster_profile: rosa-e2e-01
5455
env:
5556
CHANNEL_GROUP: stable
57+
CLUSTER_SECTOR: rosa-e2e
5658
ENABLE_BILLING_ACCOUNT: "yes"
5759
HOSTED_CP: "true"
58-
LABEL_FILTER: '!Access:MC'
60+
LABEL_FILTER: Platform:HCP
5961
OCM_LOGIN_ENV: staging
6062
OPENSHIFT_VERSION: "4.20"
6163
REPLICAS: "3"
@@ -66,9 +68,10 @@ tests:
6668
cluster_profile: rosa-e2e-01
6769
env:
6870
CHANNEL_GROUP: stable
71+
CLUSTER_SECTOR: rosa-e2e
6972
ENABLE_BILLING_ACCOUNT: "yes"
7073
HOSTED_CP: "true"
71-
LABEL_FILTER: '!Access:MC'
74+
LABEL_FILTER: Platform:HCP
7275
OCM_LOGIN_ENV: staging
7376
OPENSHIFT_VERSION: "4.21"
7477
REPLICAS: "3"
@@ -79,9 +82,10 @@ tests:
7982
cluster_profile: rosa-e2e-01
8083
env:
8184
CHANNEL_GROUP: candidate
85+
CLUSTER_SECTOR: rosa-e2e
8286
ENABLE_BILLING_ACCOUNT: "yes"
8387
HOSTED_CP: "true"
84-
LABEL_FILTER: '!Access:MC'
88+
LABEL_FILTER: Platform:HCP
8589
OCM_LOGIN_ENV: staging
8690
OPENSHIFT_VERSION: "4.22"
8791
REPLICAS: "3"
@@ -92,9 +96,10 @@ tests:
9296
cluster_profile: rosa-e2e-01
9397
env:
9498
CHANNEL_GROUP: nightly
99+
CLUSTER_SECTOR: rosa-e2e
95100
ENABLE_BILLING_ACCOUNT: "yes"
96101
HOSTED_CP: "true"
97-
LABEL_FILTER: '!Access:MC'
102+
LABEL_FILTER: Platform:HCP
98103
OCM_LOGIN_ENV: staging
99104
OPENSHIFT_VERSION: "5.0"
100105
REPLICAS: "3"

0 commit comments

Comments
 (0)