diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml index 01de2c85cbaa2..33735dce288a5 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml @@ -219,7 +219,7 @@ tests: OCP_IMAGE_N1: release:n1minor OCP_IMAGE_N2: release:n2minor env: - CI_TESTS_RUN: ^(TestCreateCluster|TestAzurePrivateTopology|TestAzureOAuthLoadBalancer)$ + CI_TESTS_RUN: ^(TestCreateCluster$|TestAutoscaling|TestNodePool|TestUpgradeControlPlane|TestHAEtcdChaos|TestAzureOAuthLoadBalancer|TestAzurePrivateTopology)$ ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true" HYPERSHIFT_AZURE_LOCATION: centralus post: diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23.yaml index 02c14a62960a6..62d141ca014d1 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.23.yaml @@ -212,7 +212,7 @@ tests: OCP_IMAGE_N1: release:n1minor OCP_IMAGE_N2: release:n2minor env: - CI_TESTS_RUN: ^(TestCreateCluster|TestAzurePrivateTopology|TestAzureOAuthLoadBalancer)$ + CI_TESTS_RUN: ^(TestCreateCluster$|TestAutoscaling|TestNodePool|TestUpgradeControlPlane|TestHAEtcdChaos|TestAzureOAuthLoadBalancer|TestAzurePrivateTopology)$ ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true" HYPERSHIFT_AZURE_LOCATION: centralus post: diff --git a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0.yaml b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0.yaml index 0f467f27a0f0b..9962c731437e0 100644 --- a/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0.yaml +++ b/ci-operator/config/openshift/hypershift/openshift-hypershift-release-5.0.yaml @@ -212,7 +212,7 @@ tests: OCP_IMAGE_N1: release:n1minor OCP_IMAGE_N2: release:n2minor env: - CI_TESTS_RUN: ^(TestCreateCluster|TestAzurePrivateTopology|TestAzureOAuthLoadBalancer)$ + CI_TESTS_RUN: ^(TestCreateCluster$|TestAutoscaling|TestNodePool|TestUpgradeControlPlane|TestHAEtcdChaos|TestAzureOAuthLoadBalancer|TestAzurePrivateTopology)$ ENABLE_HYPERSHIFT_CERT_ROTATION_SCALE: "true" HYPERSHIFT_AZURE_LOCATION: centralus post: diff --git a/ci-operator/step-registry/hypershift/setup-nested-management-cluster/hypershift-setup-nested-management-cluster-chain.yaml b/ci-operator/step-registry/hypershift/setup-nested-management-cluster/hypershift-setup-nested-management-cluster-chain.yaml index 2844ae911914a..985a8256ce98b 100644 --- a/ci-operator/step-registry/hypershift/setup-nested-management-cluster/hypershift-setup-nested-management-cluster-chain.yaml +++ b/ci-operator/step-registry/hypershift/setup-nested-management-cluster/hypershift-setup-nested-management-cluster-chain.yaml @@ -46,7 +46,7 @@ chain: export KUBECONFIG=/etc/hypershift-kubeconfig-azure/hypershift-ops-admin.kubeconfig AZURE_GUEST_INFRA_CREDENTIALS_FILE="/etc/hypershift-ci-jobs-self-managed-azure/credentials.json" DEFAULT_BASE_DOMAIN=hcp-sm-azure.azure.devcluster.openshift.com - HYPERSHIFT_INSTANCE_TYPE=Standard_D4s_v4 + HYPERSHIFT_INSTANCE_TYPE=Standard_D16s_v3 HYPERSHIFT_AZURE_LOCATION=${HYPERSHIFT_AZURE_LOCATION:-centralus} else AWS_GUEST_INFRA_CREDENTIALS_FILE="/etc/hypershift-ci-jobs-awscreds/credentials" @@ -61,7 +61,7 @@ chain: DOMAIN=${HYPERSHIFT_BASE_DOMAIN:-$DEFAULT_BASE_DOMAIN} DEFAULT_RELEASE_STREAM=4-stable - HYPERSHIFT_HC_RELEASE_IMAGE=${HYPERSHIFT_HC_RELEASE_IMAGE:-quay.io/openshift-release-dev/ocp-release:4.22.0-ec.1-multi} + HYPERSHIFT_HC_RELEASE_IMAGE=${HYPERSHIFT_HC_RELEASE_IMAGE:-quay.io/openshift-release-dev/ocp-release:4.22.0-ec.3-multi} CLUSTER_NAME="$(echo -n $PROW_JOB_ID|sha256sum|cut -c-10)-mgmt"