Skip to content

Commit

Permalink
only m4 manager
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Reddy <[email protected]>
  • Loading branch information
Vivek Reddy committed Nov 15, 2024
1 parent ce7ee29 commit 3be2a4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions test/deploy-gcp-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3be2a4b

Please sign in to comment.