Skip to content

Commit

Permalink
CI: worklist ci cancels using workload to run
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokamikami committed Feb 23, 2024
1 parent 2fc2e7f commit 6edd3a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,13 @@ jobs:
- name: Verilator Build with VCS Top (with workload list)
run : |
echo "TEST_HOME=/nfs/home/share/ci-workloads/workload-list-test" >> $GITHUB_ENV
echo "./ready-to-run/microbench.bin,10000" > list.txt
echo "./ready-to-run/linux.bin,20000" >> list.txt
cd $GITHUB_WORKSPACE/../xs-env
source ./env.sh
cd $GITHUB_WORKSPACE/../xs-env/NutShell
source ./env.sh
make clean
make simv DIFFTEST_PERFCNT=1 VCS=verilator -j2
./build/simv +workload=./ready-to-run/microbench.bin +e=0 +diff=./ready-to-run/riscv64-nemu-interpreter-so +max-instrs=10000 +workload-list=$TEST_HOME/list.txt
./build/simv +e=0 +diff=./ready-to-run/riscv64-nemu-interpreter-so +workload-list=list.txt
rm -rf list.txt

0 comments on commit 6edd3a2

Please sign in to comment.