Skip to content

Commit 619c86b

Browse files
committed
Upload uncached results to artifactory
1 parent 371097d commit 619c86b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ jobs:
511511
GITHUB_TOKEN: ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}
512512
run: |
513513
# TODO -- waiting on security clearance
514-
find ./
515-
516514
# Load configuration values
517515
. "./devops/scripts/benchmarking/utils.sh"
518516
CONFIG_FILE="./devops/scripts/benchmarking/benchmark-ci.conf"
@@ -525,4 +523,10 @@ jobs:
525523
git config user.email "[email protected]"
526524
git add .
527525
git commit -m "[GHA] Upload compute-benchmarks results from ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
528-
git push "https://[email protected]/$PERF_RES_GIT_REPO.git" "$PERF_RES_BRANCH"
526+
git push "https://[email protected]/$PERF_RES_GIT_REPO.git" "$PERF_RES_BRANCH"
527+
- name: Archive uncached compute-benchmark results
528+
if: inputs.tests_selector == 'benchmark' && always()
529+
uses: actions/upload-artifact@v4
530+
with:
531+
name: Uncached compute-benchmark results (${{runner.name}})
532+
path: ./uncached_res

0 commit comments

Comments
 (0)