Skip to content

Commit

Permalink
ci: use faster bbl-based SMP linux 4.18.0 (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang-Haojin committed Jun 11, 2024
1 parent ff9b84b commit e975de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
python3 $GITHUB_WORKSPACE/scripts/xiangshan.py --wave-dump $WAVE_HOME --threads 16 --numa --diff ./ready-to-run/riscv64-nemu-interpreter-dual-so --ci mc-tests 2> /dev/zero
- name: SMP Linux
run: |
python3 $GITHUB_WORKSPACE/scripts/xiangshan.py --wave-dump $WAVE_HOME --threads 16 --numa --diff ./ready-to-run/riscv64-nemu-interpreter-dual-so --ci linux-hello-smp-opensbi 2> /dev/zero
python3 $GITHUB_WORKSPACE/scripts/xiangshan.py --wave-dump $WAVE_HOME --threads 16 --numa --diff ./ready-to-run/riscv64-nemu-interpreter-dual-so --ci linux-hello-smp-new 2> /dev/zero
# simv-basics:
# runs-on: bosc
# continue-on-error: false
Expand Down
2 changes: 2 additions & 0 deletions scripts/xiangshan.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ def __get_ci_workloads(self, name):
"linux-hello-smp": "bbl.bin",
"linux-hello-opensbi": "fw_payload.bin",
"linux-hello-smp-opensbi": "fw_payload.bin",
"linux-hello-new": "bbl.bin",
"linux-hello-smp-new": "bbl.bin",
"povray": "_700480000000_.gz",
"mcf": "_17520000000_.gz",
"xalancbmk": "_266100000000_.gz",
Expand Down

0 comments on commit e975de6

Please sign in to comment.