Skip to content

Commit c71ca06

Browse files
committed
Filter out umf benchmark
In Nightly runs, and in on-demand benchmarks, there are failures in gromacs benchmarks setup. Add a filter to run only umf benchmarks as it was before introducing gromacs benches in intel/llvm.
1 parent dd21e59 commit c71ca06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
uses: ./.github/workflows/reusable_benchmarks.yml
4141
with:
4242
pr_no: ${{ inputs.pr_no }}
43-
bench_script_params: ${{ inputs.bench_script_params }}
43+
bench_script_params: ${{ inputs.bench_script_params }} --filter umf-benchmark
4444
bench_script_compare: ${{ inputs.bench_script_compare }}
4545
runner: ${{ inputs.runner }}

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,9 @@ jobs:
416416
pull-requests: write
417417
with:
418418
pr_no: '0'
419-
bench_script_params: '--save Baseline_PVC'
419+
bench_script_params: >
420+
--save Baseline_PVC
421+
--filter umf-benchmark
420422
421423
# Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
422424
# to verify the compatibility.

0 commit comments

Comments
 (0)