Skip to content

Commit 8ccdec1

Browse files
authored
Cleanup storage tests (#798)
build: cleanup storage tests
1 parent b557be8 commit 8ccdec1

File tree

4 files changed

+72
-252
lines changed

4 files changed

+72
-252
lines changed

.github/workflows/nightly_tests.yaml

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -145,39 +145,8 @@ jobs:
145145
group: integration-tests-${{needs.set-variables.outputs.run-id}}
146146
cancel-in-progress: true
147147
secrets: inherit
148-
cluster-create:
149-
needs: [run-integration-tests, set-variables]
150-
concurrency: # We support one build or nightly test to run at a time currently.
151-
group: cluster-create-${{needs.set-variables.outputs.run-id}}
152-
cancel-in-progress: true
153-
uses: ./.github/workflows/reusable_cluster_create.yaml
154-
with:
155-
cluster-name-dws: '${{needs.set-variables.outputs.cluster-name-dws}}'
156-
cluster-name: '${{needs.set-variables.outputs.cluster-name}}'
157-
tpu-type: '${{needs.set-variables.outputs.tpu-type-topology || inputs.tpu-type}}'
158-
zone: '${{needs.set-variables.outputs.zone}}'
159-
location: '${{needs.set-variables.outputs.location}}'
160-
run-id: '${{needs.set-variables.outputs.run-id}}'
161-
secrets: inherit
162148
storage-tests:
163-
needs: [cluster-create, set-variables, build_kjob, build_actions, build_wheel]
149+
needs: [build_kjob, build_actions, build_wheel]
164150
uses: ./.github/workflows/reusable_storage_tests.yaml
165-
concurrency: # We support one build or nightly test to run at a time currently.
166-
group: storage-tests-${{needs.set-variables.outputs.run-id}}
167-
cancel-in-progress: true
168-
with:
169-
cluster-name: ${{needs.set-variables.outputs.cluster-name}}
170-
tpu-type: ${{needs.set-variables.outputs.tpu-type}}
171-
zone: ${{needs.set-variables.outputs.zone}}
172-
run-id: ${{needs.set-variables.outputs.run-id}}
173-
secrets: inherit
174-
cluster-delete:
175-
if: always()
176-
needs: [set-variables, storage-tests]
177-
uses: ./.github/workflows/reusable_cluster_delete.yaml
178-
with:
179-
cluster-name-dws: ${{needs.set-variables.outputs.cluster-name-dws}}
180-
cluster-name: ${{needs.set-variables.outputs.cluster-name}}
181-
run-id: ${{needs.set-variables.outputs.run-id}}
182-
zone: ${{needs.set-variables.outputs.zone}}
183151
secrets: inherit
152+

.github/workflows/reusable_cluster_create.yaml

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

.github/workflows/reusable_cluster_delete.yaml

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

0 commit comments

Comments
 (0)