File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ jobs:
5656 - name : Checkout performance results repository
5757 run : |
5858 git clone -b $PERF_RES_BRANCH $PERF_RES_GIT_REPO $PERF_RES_PATH
59- - name : Debug
60- run : |
61- find "$PERF_RES_PATH" -maxdepth 3 ! -name '.*'
62- echo "########"
63- find . -maxdepth 3 ! -name '.*'
6459 - name : Run aggregator on cloned data
6560 run : |
6661 for dir in $(find "$PERF_RES_PATH" -mindepth 1 -maxdepth 1 -type d ! -name '.*'); do
6762 python llvm/devops/scripts/benchmarking/aggregate.py "$(basename $dir)" "$CUTOFF_TIMESTAMP"
6863 done
64+ - name : Debug
65+ run : |
66+ find "$PERF_RES_PATH" -maxdepth 3 ! -name '.*'
67+ echo "########"
68+ find . -maxdepth 3 ! -name '.*'
6969 - name : Upload average to the repo
7070 env :
7171 SSH_KEY : ${{secrets.ACTIONS_DEPLOY_KEY}}
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ jobs:
220220 rm -f ${{ inputs.sycl_toolchain_archive || needs.check_build.outputs.artifact_archive_name }}
221221 echo PATH=$PWD/toolchain/bin/:$PATH >> $GITHUB_ENV
222222 echo LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH >> $GITHUB_ENV
223- - run : ls
224223 - run : which clang++ sycl-ls
225224 - run : sycl-ls --verbose
226225 - run : SYCL_UR_TRACE=1 sycl-ls
@@ -243,12 +242,7 @@ jobs:
243242 ls
244243 export CMPLR_ROOT=$PWD/toolchain
245244 ./devops/scripts/benchmarking/benchmark.sh ${{ inputs.cache_results == true && '-s' }}
246- - name : debug -- delete after
247- env :
248- SSH_KEY : ${{secrets.ACTIONS_DEPLOY_KEY}}
249- run :
250- # Is this key even a thing?
251- echo "$SSH_KEY" | head -c 4
245+ echo $?
252246 - name : Push compute-benchmarks
253247 if : inputs.cache_results == true && success()
254248 env :
You can’t perform that action at this time.
0 commit comments