Skip to content

Commit

Permalink
[CI] Temporarily remove mempool configuration because CI server has i…
Browse files Browse the repository at this point in the history
…nsufficient storage and cannot compile.
  • Loading branch information
Aquaticfuller committed Oct 30, 2024
1 parent f84d320 commit 7ab643f
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ jobs:
needs: verilator
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- uses: actions/checkout@v4
- name: Cache Verilator Model
Expand Down Expand Up @@ -256,7 +257,8 @@ jobs:
needs: tc-gcc
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -287,7 +289,8 @@ jobs:
needs: [tc-gcc, tc-llvm]
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -324,7 +327,8 @@ jobs:
needs: [tc-gcc, tc-llvm, tc-halide]
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -368,7 +372,8 @@ jobs:
needs: [build-apps-gcc, riscv-isa-sim, verilator-model]
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- uses: actions/checkout@v4
- name: Get apps-gcc artifacts
Expand Down Expand Up @@ -406,7 +411,8 @@ jobs:
needs: [build-apps-llvm, riscv-isa-sim, verilator-model]
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- uses: actions/checkout@v4
- name: Get apps-llvm artifacts
Expand Down Expand Up @@ -444,7 +450,8 @@ jobs:
needs: [build-apps-halide, riscv-isa-sim, verilator-model]
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- uses: actions/checkout@v4
- name: Get apps-halide artifacts
Expand Down Expand Up @@ -540,7 +547,8 @@ jobs:
run-apps-llvm, run-apps-halide]
strategy:
matrix:
mempool_config: [minpool, mempool]
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
steps:
- name: Delete artifacts
uses: geekyeggo/delete-artifact@v4
Expand Down

0 comments on commit 7ab643f

Please sign in to comment.