Skip to content

Commit

Permalink
[CI] Use minpool_64core instead of minpool because the config mismatc…
Browse files Browse the repository at this point in the history
…h of bootrom generation
  • Loading branch information
Aquaticfuller committed Oct 31, 2024
1 parent 7ab643f commit e601978
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Cache Verilator Model
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get apps-gcc artifacts
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get apps-llvm artifacts
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get apps-halide artifacts
Expand Down Expand Up @@ -504,7 +504,8 @@ jobs:
- name: Get verilator-model artifacts
uses: actions/download-artifact@v4
with:
name: verilator-model-minpool
# name: verilator-model-minpool
name: verilator-model-minpool_64core
- name: Untar verilator-model
run: tar --use-compress-program zstd -xf verilator-model.tzst
- name: Execute tests
Expand Down Expand Up @@ -548,7 +549,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- name: Delete artifacts
uses: geekyeggo/delete-artifact@v4
Expand Down

0 comments on commit e601978

Please sign in to comment.