Skip to content
Closed
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 @@ -317,6 +317,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
env:
CNV_SUBSCRIPTION_SOURCE: redhat-operators
COMPUTE_NODE_REPLICAS: "1"
COMPUTE_NODE_TYPE: c5n.metal
E2E_TEST_REGEX: ^TestCreateCluster$|TestAutoscaling
Expand All @@ -332,6 +333,7 @@ tests:
steps:
cluster_profile: openshift-org-aws
env:
CNV_SUBSCRIPTION_SOURCE: redhat-operators
COMPUTE_NODE_REPLICAS: "1"
COMPUTE_NODE_TYPE: c5n.metal
ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true"
Expand Down