File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
22
22
env :
23
23
# Names must be unique in parallel running tests.
24
- TPU_CLUSTER_NAME : build-xpk-2-v4-8-nodepools
24
+ TPU_CLUSTER_NAME : build-xpk-2-v4-8-nodepools-${{ github.run_attempt }}
25
25
WORKLOAD_NAME : xpktest-build-${{ github.run_attempt }}
26
26
PATHWAYS_WORKLOAD_NAME : xpkpw-build-${{ github.run_attempt }}
27
27
28
28
jobs :
29
29
tpu-cluster-workload-workflow :
30
30
runs-on : [ubuntu-20.04]
31
- concurrency : # We support one build or nightly test to run at a time currently.
31
+ concurrency : # We support one build test to run at a time currently.
32
32
group : build-test-cluster-group
33
33
cancel-in-progress : false
34
34
steps :
Original file line number Diff line number Diff line change 21
21
22
22
env :
23
23
# Names must be unique in parallel running tests.
24
- EMPTY_CLUSTER_NAME : nightly-xpk-zero-nodepools
25
- TPU_CLUSTER_NAME : nightly-xpk-2-v4-8-nodepools
26
- PATHWAYS_TPU_CLUSTER_NAME : pw-nightly-test-2-v4-8-nodepools
24
+ EMPTY_CLUSTER_NAME : nightly-xpk-zero-nodepools-${{ github.run_attempt }}
25
+ TPU_CLUSTER_NAME : nightly-xpk-2-v4-8-nodepools-${{ github.run_attempt }}
26
+ PATHWAYS_TPU_CLUSTER_NAME : pw-nightly-test-2-v4-8-nodepools-${{ github.run_attempt }}
27
27
AUTOPROVISION_CLUSTER_NAME : autoprovision-nightly-test
28
28
WORKLOAD_NAME : xpktest-nightly-${{ github.run_attempt }}
29
29
PATHWAYS_WORKLOAD_NAME : xpkpw-nightly-${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments