Skip to content

Commit f76d448

Browse files
authored
Merge branch 'main' into remove-workload-tests
2 parents 64cbfb6 + 72b6311 commit f76d448

File tree

2 files changed

+0
-103
lines changed

2 files changed

+0
-103
lines changed

.github/workflows/nightly_tests.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -362,19 +362,6 @@ jobs:
362362
group: integration-tests-${{needs.set-variables.outputs.run-id}}
363363
cancel-in-progress: true
364364
secrets: inherit
365-
cluster-private:
366-
needs: [run-integration-tests, set-variables]
367-
uses: ./.github/workflows/reusable_cluster_private.yaml
368-
concurrency: # We support one build or nightly test to run at a time currently.
369-
group: cluster-private-${{needs.set-variables.outputs.run-id}}
370-
cancel-in-progress: true
371-
with:
372-
run-id: '${{needs.set-variables.outputs.run-id}}'
373-
cluster-name: '${{needs.set-variables.outputs.cluster-name}}'
374-
tpu-type: '${{needs.set-variables.outputs.tpu-type-topology || inputs.tpu-type}}'
375-
zone: '${{needs.set-variables.outputs.zone}}'
376-
location: '${{needs.set-variables.outputs.location}}'
377-
secrets: inherit
378365
cluster-create:
379366
needs: [run-integration-tests, set-variables]
380367
concurrency: # We support one build or nightly test to run at a time currently.

.github/workflows/reusable_cluster_private.yaml

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)