Skip to content

Commit 60aab72

Browse files
authored
Remove duplicated batch tests from nightly (#758)
build: remove duplicated batch tests from nightly
1 parent f07a018 commit 60aab72

File tree

2 files changed

+1
-113
lines changed

2 files changed

+1
-113
lines changed

.github/workflows/nightly_tests.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -403,19 +403,8 @@ jobs:
403403
zone: ${{needs.set-variables.outputs.zone}}
404404
run-id: '${{needs.set-variables.outputs.run-id}}'
405405
secrets: inherit
406-
batch-tests:
407-
needs: [cluster-create, set-variables]
408-
uses: ./.github/workflows/reusable_batch_tests.yaml
409-
concurrency: # We support one build or nightly test to run at a time currently.
410-
group: batch-tests-${{needs.set-variables.outputs.run-id}}
411-
cancel-in-progress: true
412-
with:
413-
cluster-name: ${{needs.set-variables.outputs.cluster-name}}
414-
zone: ${{needs.set-variables.outputs.zone}}
415-
run-id: ${{needs.set-variables.outputs.run-id}}
416-
secrets: inherit
417406
storage-tests:
418-
needs: [cluster-create, set-variables, batch-tests, workloads-tests]
407+
needs: [cluster-create, set-variables, workloads-tests]
419408
uses: ./.github/workflows/reusable_storage_tests.yaml
420409
concurrency: # We support one build or nightly test to run at a time currently.
421410
group: storage-tests-${{needs.set-variables.outputs.run-id}}

.github/workflows/reusable_batch_tests.yaml

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

0 commit comments

Comments
 (0)