Skip to content

Commit

Permalink
Fail fast false
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Czyz <[email protected]>
  • Loading branch information
mczyz-antmicro committed Mar 12, 2024
1 parent 80d6245 commit 245e35f
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions .github/workflows/xls-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 600
strategy:
fail-fast: false
matrix: ${{ fromJson( needs.config-matrix.outputs.json_config ) }}
steps:
- uses: actions/checkout@v4
Expand All @@ -83,33 +84,34 @@ jobs:
rule_synthesis: ${{ matrix.module.rule_synthesis }}
rule_pnr: ${{ matrix.module.rule_pnr }}

test:
needs: build
name: Test
runs-on: ubuntu-22.04
timeout-minutes: 600
strategy:
matrix:
dslx_test: ["test_common",
"test_csr",
"test_axi_csr",
"test_address_generator",
"test_frontend_writer",
"test_frontend_reader",
"test_main_controller"
]
steps:
- uses: actions/checkout@v4
with:
ref: 'ci/dslx-dma-rebase-axi'
# test:
# needs: build
# name: Test
# runs-on: ubuntu-22.04
# timeout-minutes: 600
# strategy:
# fail-fast: false
# matrix:
# dslx_test: ["test_common",
# "test_csr",
# "test_axi_csr",
# "test_address_generator",
# "test_frontend_writer",
# "test_frontend_reader",
# "test_main_controller"
# ]
# steps:
# - uses: actions/checkout@v4
# with:
# ref: 'ci/dslx-dma-rebase-axi'

- name: Free disk
id: free-disk
uses: ./.github/actions/free-disk
# - name: Free disk
# id: free-disk
# uses: ./.github/actions/free-disk

- name: Test ${{ matrix.dslx_test }}
id: test
uses: ./.github/actions/test
with:
xls_module: "xls/modules/dma"
rule_test: ${{ matrix.dslx_test }}
# - name: Test ${{ matrix.dslx_test }}
# id: test
# uses: ./.github/actions/test
# with:
# xls_module: "xls/modules/dma"
# rule_test: ${{ matrix.dslx_test }}

0 comments on commit 245e35f

Please sign in to comment.