Skip to content

Commit

Permalink
fixed cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 16, 2024
1 parent d903e33 commit f9178d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f9178d4

Please sign in to comment.