History log of /XiangShan/debug/local_ci.py (Results 1 – 2 of 2)
Revision Date Author Comments
# 214933ef 21-Feb-2023 bugGenerator <[email protected]>

bump difftest & mkdir for wave/perf for local-ci script's run-mode (#1927)

* bump difftest, assign empty value to OBJCACHE

* local-ci: mkdir for wave/perf at run-mode


# 9473e04d 20-Feb-2023 bugGenerator <[email protected]>

debug: add local-ci.py to run github/emy.yml's ci tests at local server (#1925)

Usage:
1. run ci test
`python3 scripts/local_ci.py --xs-path $(pwd) --run`

2. print ci test name
`python3 script

debug: add local-ci.py to run github/emy.yml's ci tests at local server (#1925)

Usage:
1. run ci test
`python3 scripts/local_ci.py --xs-path $(pwd) --run`

2. print ci test name
`python3 scripts/local_ci.py --xs-path $(pwd) --show-test`

3. print ci test command into splited sh files. Run the sh manualy.
`python3 scripts/local_ci.py --xs-path $(pwd)`
More Params:
--sh-path: default is xs-path/ci-sh.

Other Params:
--pick-test MC: only run 'EMU - MC'
--numa: use numa ctrl, require eypc
--head-sha: magic word, default is today's date
--nemu-home/--am-home: don't know if it is used

show more ...