From 6048eca19cf2be83ee9dd14c661276db62532cba Mon Sep 17 00:00:00 2001 From: Gidha-Iftikhar Date: Tue, 5 Sep 2023 17:53:16 +0500 Subject: [PATCH] changing workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e748b5e9..aab6d5f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,6 +285,7 @@ jobs: simulate: runs-on: ubuntu-20.04 strategy: + fail-fast: false matrix: app: [hello_world, imatmul, fmatmul, iconv2d, fconv2d, fconv3d, jacobi2d, dropout, fft, dwt, exp, softmax, dotproduct, fdotproduct, pathfinder, roi_align] ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes] @@ -318,6 +319,7 @@ jobs: riscv-tests-simv: runs-on: ubuntu-20.04 strategy: + fail-fast: false matrix: ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes] needs: ["compile-ara", "compile-riscv-tests"] @@ -450,6 +452,7 @@ jobs: benchmark: runs-on: ubuntu-20.04 strategy: + fail-fast: false matrix: ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes] needs: ["compile-ara", "compile-apps"]