From 1d04a6e9f0d0ca125bbe048de56513412e867f67 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 18 Dec 2023 20:32:01 -0800 Subject: [PATCH] strat strat --- .github/workflows/selfdrive_tests.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index d037011701..4b1f91fc56 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -7,9 +7,9 @@ on: pull_request: workflow_dispatch: -concurrency: - group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }} - cancel-in-progress: true +#concurrency: +# group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }} +# cancel-in-progress: true env: PYTHONWARNINGS: error @@ -163,6 +163,10 @@ jobs: unit_tests: name: unit tests + strategy: + fail-fast: false + matrix: + job: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4