Skip to content

Commit

Permalink
ci(perf): set server list
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxpicca-Li authored and Tang-Haojin committed Dec 23, 2024
1 parent a28c6e5 commit b87c4c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
if: steps.determine_run.outputs.run_biweekly == 'true'
run: |
SHORT_SHA=$(git rev-parse --short HEAD)
DATE=$(git show -s --format=%cd --date=format:%y%m%d HEAD)
DATE=$(git show -s --format=%cd --date=format:%y%m%d HEAD)
source /nfs/home/ci-runner/.ci_env
echo "NODE_SERVER_LIST=$NODE_SERVER_LIST" >> $GITHUB_ENV
echo "NOOP_HOME=$GITHUB_WORKSPACE" >> $GITHUB_ENV
echo "NEMU_HOME=/nfs/home/share/ci-workloads/NEMU" >> $GITHUB_ENV
echo "AM_HOME=/nfs/home/share/ci-workloads/nexus-am" >> $GITHUB_ENV
Expand Down Expand Up @@ -94,7 +96,7 @@ jobs:
cd $PERF_HOME
python3 xs_autorun_multiServer.py $CKPT_HOME $CKPT_JSON_PATH \
--xs $NOOP_HOME --threads 16 --dir $SPEC_DIR --resume \
-L "$SERVER_LIST"
-L "$NODE_SERVER_LIST"
find $NOOP_HOME/build/ -maxdepth 1 -name "*.vcd" -exec mv {} $SPEC_DIR \;
- name: Report SPEC CPU2006 score
Expand Down

0 comments on commit b87c4c3

Please sign in to comment.