Skip to content

Commit 592011e

Browse files
[CI] Fix docs' trigger and update default bench compare name (#21578)
1 parent 74ece31 commit 592011e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sycl-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
- '.github/workflows/sycl-docs.yml'
1111
- 'clang/docs/**'
1212
- 'sycl/doc/**'
13-
- 'devops/benchmarks/scripts/html/**'
13+
- 'devops/scripts/benchmarks/html/**'
1414
push:
1515
branches:
1616
- sycl
1717
paths:
1818
- '.github/workflows/sycl-docs.yml'
1919
- 'clang/docs/**'
2020
- 'sycl/doc/**'
21-
- 'devops/benchmarks/scripts/html/**'
21+
- 'devops/scripts/benchmarks/html/**'
2222
workflow_dispatch:
2323
inputs:
2424
update_gh_pages:
@@ -65,7 +65,7 @@ jobs:
6565
# Update benchmarking dashboard configuration
6666
cat << EOF > benchmarks/config.js
6767
remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl-benchmark-ci-results/';
68-
defaultCompareNames = ["Baseline_PVC_L0"];
68+
defaultCompareNames = ["Baseline_BMG_L0v2"];
6969
EOF
7070
# Upload the generated docs as an artifact and deploy to GitHub Pages.
7171
- name: Upload artifact

0 commit comments

Comments
 (0)