Skip to content

Commit 7c5609a

Browse files
committed
fix regenerating htmls using dry run in nightly
1 parent dd2fb98 commit 7c5609a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ jobs:
254254
fi
255255
256256
echo "Regenerating data.json"
257-
(cd ${{ github.workspace }} && ${{ github.workspace }}/sc/devops/scripts/benchmarks/main.py ~/ur_bench_workdir --dry-run --results-dir ${{ github.workspace }}/results-repo --output-html remote)
257+
# --sycl and --ur params must be set to some values for the dry-run to properly output metadata for sycl and ur based benchmarks.
258+
# TODO: remove this once it's addressed in the benchmark scripts.
259+
(cd ${{ github.workspace }} && ${{ github.workspace }}/sc/devops/scripts/benchmarks/main.py ~/ur_bench_workdir --dry-run --sycl invalid --ur invalid --results-dir ${{ github.workspace }}/results-repo --output-html remote)
258260
259261
done

0 commit comments

Comments
 (0)