Skip to content
Draft
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 @@ -107,21 +107,6 @@ releases:
product: ocp
stream: ci
version: "4.22"
n2minor:
candidate:
product: ocp
stream: ci
version: "4.21"
n3minor:
candidate:
product: ocp
stream: ci
version: "4.20"
n4minor:
candidate:
product: ocp
stream: ci
version: "4.19"
resources:
'*':
limits:
Expand All @@ -145,9 +130,6 @@ tests:
cluster_profile: hypershift-aks
dependencies:
OCP_IMAGE_N1: release:n1minor
OCP_IMAGE_N2: release:n2minor
OCP_IMAGE_N3: release:n3minor
OCP_IMAGE_N4: release:n4minor
env:
AUTH_THROUGH_CERTS: "true"
ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true"
Expand All @@ -168,9 +150,6 @@ tests:
dependencies:
OCP_IMAGE_LATEST: release:latest-422
OCP_IMAGE_N1: release:latest-421
OCP_IMAGE_N2: release:latest-420
OCP_IMAGE_N3: release:latest-419
OCP_IMAGE_N4: release:latest-418
OCP_IMAGE_PREVIOUS: release:initial-422
env:
AUTH_THROUGH_CERTS: "true"
Expand All @@ -196,9 +175,6 @@ tests:
cluster_profile: hypershift-aws
dependencies:
OCP_IMAGE_N1: release:n1minor
OCP_IMAGE_N2: release:n2minor
OCP_IMAGE_N3: release:n3minor
OCP_IMAGE_N4: release:n4minor
env:
ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true"
REQUEST_SERVING_COMPONENT_TEST: "true"
Expand Down Expand Up @@ -230,7 +206,6 @@ tests:
cluster_profile: hypershift-azure
dependencies:
OCP_IMAGE_N1: release:n1minor
OCP_IMAGE_N2: release:n2minor
env:
CI_TESTS_RUN: ^(TestCreateCluster$|TestAutoscaling|TestNodePool|TestUpgradeControlPlane|TestHAEtcdChaos|TestAzureOAuthLoadBalancer|TestAzurePrivateTopology)$
E2E_RESOURCE_REQUEST_OVERRIDES: "1"
Expand Down Expand Up @@ -258,9 +233,6 @@ tests:
cluster_profile: hypershift-aws
dependencies:
OCP_IMAGE_N1: release:n1minor
OCP_IMAGE_N2: release:n2minor
OCP_IMAGE_N3: release:n3minor
OCP_IMAGE_N4: release:n4minor
env:
CI_TESTS_RUN: (^(TestCreateCluster$|TestCreateClusterV2$))
ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true"
Expand All @@ -273,9 +245,6 @@ tests:
cluster_profile: hypershift-aws
dependencies:
OCP_IMAGE_N1: release:n1minor
OCP_IMAGE_N2: release:n2minor
OCP_IMAGE_N3: release:n3minor
OCP_IMAGE_N4: release:n4minor
env:
ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true"
REQUEST_SERVING_COMPONENT_TEST: "true"
Expand Down Expand Up @@ -316,9 +285,6 @@ tests:
dependencies:
OCP_IMAGE_LATEST: release:latest-422
OCP_IMAGE_N1: release:latest-421
OCP_IMAGE_N2: release:latest-420
OCP_IMAGE_N3: release:latest-419
OCP_IMAGE_N4: release:latest-418
OCP_IMAGE_PREVIOUS: release:initial-422
env:
ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true"
Expand Down Expand Up @@ -488,9 +454,6 @@ tests:
cluster_profile: hypershift-aws
dependencies:
OCP_IMAGE_N1: release:n1minor
OCP_IMAGE_N2: release:n2minor
OCP_IMAGE_N3: release:n3minor
OCP_IMAGE_N4: release:n4minor
env:
CI_TESTS_RUN: ^TestKarpenter$
ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true"
Expand Down