File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,17 +49,14 @@ 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 :
60- - name : Checkout code
61- uses : actions/checkout@v5
62-
6360 - name : Inspect repository variable visibility
6461 shell : bash
6562 env :
You can’t perform that action at this time.
0 commit comments