Skip to content

Commit c4c4a16

Browse files
committed
Change config to update during workflow run instead
1 parent 12c67cc commit c4c4a16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/sycl-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
mv $GITHUB_WORKSPACE/build/tools/clang/docs/html/* clang/
5252
cp -r $GITHUB_WORKSPACE/repo/devops/scripts/benchmarks/html benchmarks
5353
touch .nojekyll
54+
# Update benchmarking dashboard configuration
55+
cat << 'EOF' > benchmarks/config.js
56+
remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/UR_DNP_INTEL_06_03/data.json';
57+
defaultCompareNames = ["Baseline_PVC_L0"];
58+
EOF
5459
# Upload the generated docs as an artifact and deploy to GitHub Pages.
5560
- name: Upload artifact
5661
uses: actions/upload-pages-artifact@v3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/UR_DNP_INTEL_06_03/data.json';
1+
//remoteDataUrl = 'https://example.com/data.json';
22
//defaultCompareNames = ['baseline'];

0 commit comments

Comments
 (0)