Skip to content

Commit 64cbfb6

Browse files
committed
build: remove duplicated workload tests
1 parent 60aab72 commit 64cbfb6

File tree

2 files changed

+1
-142
lines changed

2 files changed

+1
-142
lines changed

.github/workflows/nightly_tests.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -389,22 +389,8 @@ jobs:
389389
location: '${{needs.set-variables.outputs.location}}'
390390
run-id: '${{needs.set-variables.outputs.run-id}}'
391391
secrets: inherit
392-
workloads-tests:
393-
needs: [cluster-create, set-variables]
394-
uses: ./.github/workflows/reusable_workload_tests.yaml
395-
concurrency: # We support one build or nightly test to run at a time currently.
396-
group: workload-tests-${{needs.set-variables.outputs.run-id}}
397-
cancel-in-progress: true
398-
with:
399-
cluster-name: ${{needs.set-variables.outputs.cluster-name}}
400-
cluster-name-dws: '${{needs.set-variables.outputs.cluster-name-dws}}'
401-
tpu-type: ${{needs.set-variables.outputs.tpu-type}}
402-
tpu-type-topology: ${{needs.set-variables.outputs.tpu-type-topology}}
403-
zone: ${{needs.set-variables.outputs.zone}}
404-
run-id: '${{needs.set-variables.outputs.run-id}}'
405-
secrets: inherit
406392
storage-tests:
407-
needs: [cluster-create, set-variables, workloads-tests]
393+
needs: [cluster-create, set-variables]
408394
uses: ./.github/workflows/reusable_storage_tests.yaml
409395
concurrency: # We support one build or nightly test to run at a time currently.
410396
group: storage-tests-${{needs.set-variables.outputs.run-id}}

.github/workflows/reusable_workload_tests.yaml

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

0 commit comments

Comments
 (0)