Skip to content

Commit

Permalink
Fix all the workflow pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Jan 19, 2024
1 parent 647994a commit 18b9b04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ jobs:
run-arm64-tests:
needs: should-tests-run
if: needs.should-tests-run.outputs.decision == 'true'
uses: ./.github/workflows/arm64_local_os_CI.yml
uses: ./.github/workflows/arm64_docker_marqo.yml
secrets: inherit

run-cuda-dind-tests:
run-cuda-tests:
needs: should-tests-run
if: needs.should-tests-run.outputs.decision == 'true'
uses: ./.github/workflows/cuda_dind_os_CI.yml
uses: ./.github/workflows/cuda_docker_marqo.yml
secrets: inherit

run-dind-os-tests:
run-cpu-docker-tests:
needs: should-tests-run
if: needs.should-tests-run.outputs.decision == 'true'
uses: ./.github/workflows/dind_os_CI.yml
uses: ./.github/workflows/cpu_docker_marqo.yml
secrets: inherit

run-largemodel-unit-tests:
Expand All @@ -73,10 +73,10 @@ jobs:
uses: ./.github/workflows/largemodel_unit_test_CI.yml
secrets: inherit

run-local-os-tests:
run-cpu-local-tests:
needs: should-tests-run
if: needs.should-tests-run.outputs.decision == 'true'
uses: ./.github/workflows/local_os_CI.yml
uses: ./.github/workflows/cpu_local_marqo.yml
secrets: inherit

run-unit-tests:
Expand Down

0 comments on commit 18b9b04

Please sign in to comment.