From 3be2a4bd4039fe3a2348dffdb58085c230efe0a1 Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Fri, 15 Nov 2024 08:00:09 -0800 Subject: [PATCH] only m4 manager Signed-off-by: Vivek Reddy --- .github/workflows/int-test-gcp-workflow.yml | 4 ++-- test/deploy-gcp-cluster.sh | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/int-test-gcp-workflow.yml b/.github/workflows/int-test-gcp-workflow.yml index 46ac0a14c..3077affaa 100644 --- a/.github/workflows/int-test-gcp-workflow.yml +++ b/.github/workflows/int-test-gcp-workflow.yml @@ -68,8 +68,8 @@ jobs: #- { order: 1, name: "c3_gcp_sanity" } #- { order: 2, name: "c3_mgr_gcp_sanity" } #- { order: 3, name: "m4_gcp_sanity" } - #- { order: 4, name: "m4_mgr_gcp_sanity" } - - { order: 5, name: "s1_gcp_sanity" } + - { order: 4, name: "m4_mgr_gcp_sanity" } + #- { order: 5, name: "s1_gcp_sanity" } runs-on: ubuntu-latest needs: build-operator-image env: diff --git a/test/deploy-gcp-cluster.sh b/test/deploy-gcp-cluster.sh index 483620adb..ceb7ba515 100755 --- a/test/deploy-gcp-cluster.sh +++ b/test/deploy-gcp-cluster.sh @@ -45,9 +45,8 @@ function createCluster() { --num-nodes=${CLUSTER_WORKERS} \ --zone=${GCP_ZONE} \ --disk-size 50 \ - #--network ${{ env.GCP_NETWORK }} \ - #--subnetwork=${GCP_VPC_PUBLIC_SUBNET_STRING} \ - #--cluster-version=${GKE_CLUSTER_K8_VERSION} \ + --network ${GCP_NETWORK} \ + --subnetwork ${GCP_SUBNETWORK} \ --machine-type n2-standard-8 \ --scopes "https://www.googleapis.com/auth/cloud-platform" \ --enable-ip-alias