Commit 61cf28d
authored
[CI][Benchmarks] Fix pushing results to new branch (#20544)
There is a bug that results in Nightly Benchmarks to fail pushing new
results to the new results branch on `intel/llvm`:
```
[sycl d0defc8] [GHA] Upload compute-benchmarks results from https://github.com/intel/llvm/actions/runs/19053464326
2 files changed, 15321 insertions(+)
create mode 100644 data.json
create mode 100644 results/Baseline_BMG_L0v2_20251104_003023.json
remote: error: GH006: Protected branch update failed for refs/heads/sycl.
remote:
remote: - Changes must be made through a pull request.
remote:
remote: - You're not authorized to push to this branch. Visit https://docs.github.com/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches for more information.
```
This patch fixes the benchmarking workflow to properly push to the
correct
[sycl-benchmark-ci-results](https://github.com/intel/llvm/tree/sycl-benchmark-ci-results)
branch.1 parent fce4f12 commit 61cf28d
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
164 | 161 | | |
165 | 162 | | |
166 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
167 | 172 | | |
168 | 173 | | |
169 | 174 | | |
| |||
0 commit comments