Skip to content
Merged
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 @@ -40,9 +40,10 @@ tests:
cluster_profile: rosa-e2e-01
env:
CHANNEL_GROUP: stable
CLUSTER_SECTOR: rosa-e2e
ENABLE_BILLING_ACCOUNT: "yes"
HOSTED_CP: "true"
LABEL_FILTER: '!Access:MC'
LABEL_FILTER: Platform:HCP
OCM_LOGIN_ENV: staging
OPENSHIFT_VERSION: "4.19"
REPLICAS: "3"
Expand All @@ -53,9 +54,10 @@ tests:
cluster_profile: rosa-e2e-01
env:
CHANNEL_GROUP: stable
CLUSTER_SECTOR: rosa-e2e
ENABLE_BILLING_ACCOUNT: "yes"
HOSTED_CP: "true"
LABEL_FILTER: '!Access:MC'
LABEL_FILTER: Platform:HCP
OCM_LOGIN_ENV: staging
OPENSHIFT_VERSION: "4.20"
REPLICAS: "3"
Expand All @@ -66,9 +68,10 @@ tests:
cluster_profile: rosa-e2e-01
env:
CHANNEL_GROUP: stable
CLUSTER_SECTOR: rosa-e2e
ENABLE_BILLING_ACCOUNT: "yes"
HOSTED_CP: "true"
LABEL_FILTER: '!Access:MC'
LABEL_FILTER: Platform:HCP
OCM_LOGIN_ENV: staging
OPENSHIFT_VERSION: "4.21"
REPLICAS: "3"
Expand All @@ -79,9 +82,10 @@ tests:
cluster_profile: rosa-e2e-01
env:
CHANNEL_GROUP: candidate
CLUSTER_SECTOR: rosa-e2e
ENABLE_BILLING_ACCOUNT: "yes"
HOSTED_CP: "true"
LABEL_FILTER: '!Access:MC'
LABEL_FILTER: Platform:HCP
OCM_LOGIN_ENV: staging
OPENSHIFT_VERSION: "4.22"
REPLICAS: "3"
Expand All @@ -92,9 +96,10 @@ tests:
cluster_profile: rosa-e2e-01
env:
CHANNEL_GROUP: nightly
CLUSTER_SECTOR: rosa-e2e
ENABLE_BILLING_ACCOUNT: "yes"
HOSTED_CP: "true"
LABEL_FILTER: '!Access:MC'
LABEL_FILTER: Platform:HCP
OCM_LOGIN_ENV: staging
OPENSHIFT_VERSION: "5.0"
REPLICAS: "3"
Expand Down