From c1dc4ea997ef1c812be5f22302b150eaaf4890aa Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 21 Mar 2024 17:55:47 +0100 Subject: [PATCH] try --- .github/workflows/self-scheduled.yml | 33 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 0ee68e49bd248e..34cad89ad9aa10 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -77,21 +77,21 @@ jobs: # run: | # nvidia-smi # -# run_tests_gpu: -# if: ${{ inputs.job == 'run_tests_gpu' }} -# name: " " -# needs: setup -# strategy: -# fail-fast: false -# matrix: -# machine_type: [single-gpu, multi-gpu] -# slice_id: ${{ fromJSON(needs.setup.outputs.slice_ids) }} -# uses: ./.github/workflows/model_jobs.yml -# with: -# folder_slices: ${{ needs.setup.outputs.folder_slices }} -# machine_type: ${{ matrix.machine_type }} -# slice_id: ${{ matrix.slice_id }} -# secrets: inherit + run_tests_gpu: + if: ${{ inputs.job == 'run_tests_gpu' }} + name: " " + needs: setup + strategy: + fail-fast: false + matrix: + machine_type: [single-gpu, multi-gpu] + slice_id: ${{ fromJSON(needs.setup.outputs.slice_ids) }} + uses: ./.github/workflows/model_jobs.yml + with: + folder_slices: ${{ needs.setup.outputs.folder_slices }} + machine_type: ${{ matrix.machine_type }} + slice_id: ${{ matrix.slice_id }} + secrets: inherit # run_examples_gpu: # name: Examples directory @@ -457,7 +457,8 @@ jobs: send_results: name: Slack Report - needs: ${{ inputs.job }} + needs: [run_tests_gpu, run_tests_quantization_torch_gpu] + if: ${{ always() }} uses: ./.github/workflows/slack-report.yml with: job: ${{ inputs.job }}