From f9178d450633bc2e06d10e0f4aa354100b1aa5a7 Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Wed, 16 Oct 2024 12:34:31 -0700 Subject: [PATCH] fixed cluster name --- .github/workflows/int-test-gcp-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/int-test-gcp-workflow.yml b/.github/workflows/int-test-gcp-workflow.yml index c720e9d8a..3afcd1704 100644 --- a/.github/workflows/int-test-gcp-workflow.yml +++ b/.github/workflows/int-test-gcp-workflow.yml @@ -78,7 +78,7 @@ jobs: TEST_CLUSTER_PLATFORM: gcp CLUSTER_PROVIDER: gcp ARTIFACT_REGISTRY: ${{ secrets.GCP_ARTIFACT_REGISTRY }} - CLUSTER_NAME: test-${{ github.run_id }}-${{ matrix.test_focus }} + CLUSTER_NAME: gke-smoke-test-${{ github.run_id }} GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} GCP_REGION: ${{ secrets.GCP_REGION }} GCP_ZONE: ${{ secrets.GCP_ZONE }}