Skip to content

Commit

Permalink
Upload uncached results to artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Jan 23, 2025
1 parent 371097d commit 619c86b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}
run: |
# TODO -- waiting on security clearance
find ./
# Load configuration values
. "./devops/scripts/benchmarking/utils.sh"
CONFIG_FILE="./devops/scripts/benchmarking/benchmark-ci.conf"
Expand All @@ -525,4 +523,10 @@ jobs:
git config user.email "[email protected]"
git add .
git commit -m "[GHA] Upload compute-benchmarks results from ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
git push "https://[email protected]/$PERF_RES_GIT_REPO.git" "$PERF_RES_BRANCH"
git push "https://[email protected]/$PERF_RES_GIT_REPO.git" "$PERF_RES_BRANCH"
- name: Archive uncached compute-benchmark results
if: inputs.tests_selector == 'benchmark' && always()
uses: actions/upload-artifact@v4
with:
name: Uncached compute-benchmark results (${{runner.name}})
path: ./uncached_res

0 comments on commit 619c86b

Please sign in to comment.