@@ -6,7 +6,8 @@ name: Long Tests
66on :
77 # Triggers the workflow on push or pull request events but only for the mydev branch
88 push :
9- # pull_request:
9+ branches-ignore :
10+ - " gh-readonly-queue**"
1011 merge_group :
1112
1213 # Allows you to run this workflow manually from the Actions tab
7475 ./util/plotting/plot-correlation.py -c ./statistics-archive/ubench/ampere-ubench-sass.csv -H ./hw_run/AMPERE-RTX3070/11.2/ | tee ampere-ubench-correl.txt
7576 ssh ghci@tgrogers-pc01 mkdir -p /home/ghci/accel-sim/correl/git_${GITHUB_REF}"_"$GITHUB_RUN_NUMBER"_"$GITHUB_RUN_ATTEMPT/
7677 rsync --delete -r ./util/plotting/correl-html/ ghci@tgrogers-pc01:/home/ghci/accel-sim/correl/git_${GITHUB_REF}"_"$GITHUB_RUN_NUMBER"_"$GITHUB_RUN_ATTEMPT/
77- echo "Correlation Report at: https://tgrogers-pc01.ecn.purdue.edu/github-ci/accel-sim/correl/git_${GITHUB_REF}"_"$GITHUB_RUN_NUMBER"_"$GITHUB_RUN_ATTEMPT/"
78+ BODY="Github CI - Build $GITHUB_REF SUCCESS.
79+ Action link: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
80+ Branch/PR Name: $GITHUB_REF_NAME
81+ Correlation Report at: https://tgrogers-pc01.ecn.purdue.edu/github-ci/accel-sim/correl/git_${GITHUB_REF}"_"$GITHUB_RUN_NUMBER"_"$GITHUB_RUN_ATTEMPT/."
82+ SUBJECT="Github CI - Build $GITHUB_REF SUCCESS"
83+ TO="${{ secrets.GROUP_EMAIL }}"
84+ echo "$BODY" | mail -s "$SUBJECT" "$TO"
85+ echo "Correlation Report at: https://tgrogers-pc01.ecn.purdue.edu/github-ci/accel-sim/correl/git_${GITHUB_REF}"_"$GITHUB_RUN_NUMBER"_"$GITHUB_RUN_ATTEMPT/."
7886 PTX-Simulation :
7987 if : github.repository == 'accel-sim/accel-sim-framework'
8088 runs-on : tgrogers-raid
@@ -102,7 +110,7 @@ jobs:
102110 source ./gpu-simulator/setup_environment.sh
103111
104112 rm -rf ./gpu-app-collection
105- git clone git@github.com:accel-sim/gpu-app-collection.git
113+ git clone -b dev git@github.com:accel-sim/gpu-app-collection.git
106114 source ./gpu-app-collection/src/setup_environment
107115 srun -c20 make rodinia_2.0-ft GPU_Microbenchmark -j20 -C ./gpu-app-collection/src
108116 ./gpu-app-collection/get_regression_data.sh
0 commit comments