diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 8c6aa6fee8f..1f023de1789 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -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 @@ -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