diff --git a/.github/workflows/sycl-benchmark-aggregate.yml b/.github/workflows/sycl-benchmark-aggregate.yml index 8f8dd1609247c..ed6ddd503f8d5 100644 --- a/.github/workflows/sycl-benchmark-aggregate.yml +++ b/.github/workflows/sycl-benchmark-aggregate.yml @@ -56,16 +56,16 @@ jobs: - name: Checkout performance results repository run: | git clone -b $PERF_RES_BRANCH $PERF_RES_GIT_REPO $PERF_RES_PATH - - name: Debug - run: | - find "$PERF_RES_PATH" -maxdepth 3 ! -name '.*' - echo "########" - find . -maxdepth 3 ! -name '.*' - name: Run aggregator on cloned data run: | for dir in $(find "$PERF_RES_PATH" -mindepth 1 -maxdepth 1 -type d ! -name '.*'); do python llvm/devops/scripts/benchmarking/aggregate.py "$(basename $dir)" "$CUTOFF_TIMESTAMP" done + - name: Debug + run: | + find "$PERF_RES_PATH" -maxdepth 3 ! -name '.*' + echo "########" + find . -maxdepth 3 ! -name '.*' - name: Upload average to the repo env: SSH_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} diff --git a/.github/workflows/sycl-linux-benchmark.yml b/.github/workflows/sycl-linux-benchmark.yml index 1a4d4680684cb..428142fd4ce4e 100644 --- a/.github/workflows/sycl-linux-benchmark.yml +++ b/.github/workflows/sycl-linux-benchmark.yml @@ -220,7 +220,6 @@ jobs: rm -f ${{ inputs.sycl_toolchain_archive || needs.check_build.outputs.artifact_archive_name }} echo PATH=$PWD/toolchain/bin/:$PATH >> $GITHUB_ENV echo LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH >> $GITHUB_ENV - - run: ls - run: which clang++ sycl-ls - run: sycl-ls --verbose - run: SYCL_UR_TRACE=1 sycl-ls @@ -243,12 +242,7 @@ jobs: ls export CMPLR_ROOT=$PWD/toolchain ./devops/scripts/benchmarking/benchmark.sh ${{ inputs.cache_results == true && '-s' }} - - name: debug -- delete after - env: - SSH_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} - run: - # Is this key even a thing? - echo "$SSH_KEY" | head -c 4 + echo $? - name: Push compute-benchmarks if: inputs.cache_results == true && success() env: