Skip to content

Commit c192ad9

Browse files
authored
[CI] Fix typo in regex for filtering out failures in benchmark CI (#18905)
1 parent 983aaaa commit c192ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ runs:
162162
--name "$SAVE_NAME" \
163163
--compare-file "./llvm-ci-perf-results/results/${SAVE_NAME}_${SAVE_TIMESTAMP}.json" \
164164
--results-dir "./llvm-ci-perf-results/results/" \
165-
--regression-filter '^[a-z_]_sycl '
165+
--regression-filter '^[a-z_]+_sycl '
166166
echo "-----"
167167

168168
- name: Cache changes to benchmark folder for archival purposes

0 commit comments

Comments
 (0)