Skip to content

Commit

Permalink
[ci] Add the 1_lane configuration to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafat-10xEngineers committed Dec 23, 2022
1 parent 70dfdd9 commit 0c18343
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
ara_config: [1_lane, 2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: tc-llvm
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
ara_config: [1_lane, 2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["tc-llvm", "tc-gcc", "tc-isa-sim"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
ara_config: [1_lane, 2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["tc-verilator", "tc-isa-sim"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
strategy:
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]
ara_config: [1_lane, 2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["compile-ara", "compile-apps"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
ara_config: [1_lane, 2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["compile-ara", "compile-riscv-tests"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -450,7 +450,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
ara_config: [1_lane, 2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["compile-ara", "compile-apps"]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -668,7 +668,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
ara_config: [1_lane, 2_lanes, 4_lanes, 8_lanes, 16_lanes]
if: always()
needs: ["simulate", "riscv-tests-spike", "riscv-tests-simv"]
steps:
Expand Down

0 comments on commit 0c18343

Please sign in to comment.