Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Mar 21, 2024
1 parent 6d9b07d commit 83d7b93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
source ./env-setup/11.0_env_setup.sh
source ./gpu-simulator/setup_environment.sh
echo "ACCEL_SIM_COUNT=$(git log --oneline --since 'a week ago' | wc -l)" >> $GITHUB_ENV
pwd
echo "ACCEL_SIM_COUNT=$(git log --oneline --since 'a week ago' | wc -l)"
echo "TRACER_COUNT=$(git log --oneline --since 'a week ago' util/tracer_nvbit | wc -l)" >> $GITHUB_ENV
echo "TRACER_COUNT=$(git log --oneline --since 'a week ago' util/tracer_nvbit | wc -l)"
cd gpu-simulator/gpgpu-sim
pwd
echo "GPGPUSIM_COUNT=$(git log --oneline --since 'a week ago' | wc -l)" >> $GITHUB_ENV
echo "GPGPUSIM_COUNT=$(git log --oneline --since 'a week ago' | wc -l)"
Tracer-Weekly:
needs: Last-Commit
Expand Down

0 comments on commit 83d7b93

Please sign in to comment.