Skip to content

Commit 994fb99

Browse files
committed
hard code vars
1 parent af45eb4 commit 994fb99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gke-connectivity-smoke.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
runs-on: ubuntu-latest
5050
timeout-minutes: 20
5151
env:
52-
PROJECT_ID: ${{ inputs.project_id || vars.GCP_PROJECT_ID }}
53-
CLUSTER_NAME: ${{ inputs.cluster_name || vars.GKE_CLUSTER_NAME }}
54-
CLUSTER_LOCATION: ${{ inputs.cluster_location || vars.GKE_CLUSTER_LOCATION }}
55-
WORKLOAD_IDENTITY_PROVIDER: ${{ inputs.workload_identity_provider || vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
56-
SERVICE_ACCOUNT: ${{ vars.GCP_SERVICE_ACCOUNT }}
52+
PROJECT_ID: ${{ inputs.project_id || vars.GCP_PROJECT_ID || 'tpu-service-473302' }}
53+
CLUSTER_NAME: ${{ inputs.cluster_name || vars.GKE_CLUSTER_NAME || 'tpu-service' }}
54+
CLUSTER_LOCATION: ${{ inputs.cluster_location || vars.GKE_CLUSTER_LOCATION || 'us-east5' }}
55+
WORKLOAD_IDENTITY_PROVIDER: ${{ inputs.workload_identity_provider || vars.GCP_WORKLOAD_IDENTITY_PROVIDER || 'projects/785128357837/locations/global/workloadIdentityPools/github-actions/providers/github' }}
56+
SERVICE_ACCOUNT: ${{ vars.GCP_SERVICE_ACCOUNT || 'github-ci-sa@tpu-service-473302.iam.gserviceaccount.com' }}
5757
NODE_POOL: ${{ inputs.node_pool || 'v6e-16-chips-performance-accuracy-tests' }}
5858
NAMESPACE: ${{ inputs.namespace || 'default' }}
5959
steps:

0 commit comments

Comments
 (0)