File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
devops/actions/run-tests/benchmark Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,10 @@ runs:
134134
135135 cd -
136136 - name : Checkout results repo
137- shell : bash
138- run : |
139- git clone -b unify-ci https://github.com/intel/llvm-ci-perf-results
137+ uses : actions/checkout@v5
138+ with :
139+ ref : ianayl/benchmark-ci-results-test
140+ path : llvm-ci-perf-results
140141 - name : Run compute-benchmarks
141142 env :
142143 # Need to append "_<device>_<backend>" to save name in order to follow
@@ -237,9 +238,9 @@ runs:
237238 shell : bash
238239 run : |
239240 cd "./llvm-ci-perf-results"
240- git config user.name "SYCL Benchmarking Bot "
241- git config user.email "sys_sycl_benchmarks@intel .com"
242- results_branch="unify -ci"
241+ git config user.name "github-actions[bot] "
242+ git config user.email "github-actions[bot]@users.noreply.github .com"
243+ # results_branch="ianayl/benchmark -ci-results-test "
243244
244245 if git diff --quiet && git diff --cached --quiet; then
245246 echo "No new results added, skipping push."
@@ -252,7 +253,7 @@ runs:
252253 git commit -m "[GHA] Upload compute-benchmarks results from https://github.com/intel/llvm/actions/runs/${{ github.run_id }}"
253254 results_file="$(git diff HEAD~1 --name-only -- results/ | head -n 1)"
254255
255- if git push "https://[email protected] /intel/llvm-ci-perf-results.git" "$results_branch" ; then 256+ if git push; then
256257 echo "Push succeeded"
257258 break
258259 fi
You can’t perform that action at this time.
0 commit comments