Skip to content

Commit ba1297f

Browse files
committed
[benchmark] Disabling UR test suites
1 parent 237750e commit ba1297f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ur-benchmarks-reusable.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,16 @@ jobs:
161161
taskset -c "${{ env.CORES }}" ${BENCH_SCRIPTS_DIR}/main.py
162162
~/llvm_bench_workdir
163163
--sycl ${{ github.workspace }}/sycl_build
164-
--ur ${{ github.workspace }}/ur_install
165164
--adapter ${{ matrix.adapter.str_name }}
166165
--compare baseline
167166
--compute-runtime ${{ inputs.compute_runtime_commit }}
168167
--build-igc
169168
${{ inputs.upload_report && '--output-html' || '' }}
170169
${{ inputs.pr_no != 0 && '--output-markdown' || '' }}
171170
${{ inputs.bench_script_params }}
171+
# Temporarily disabled due to build faiures
172+
# https://github.com/intel/llvm/actions/runs/13814877162/job/38645384849#step:14:849
173+
# --ur ${{ github.workspace }}/ur_install
172174
173175
- name: Print benchmark results
174176
run: |

0 commit comments

Comments
 (0)