Skip to content

Commit 5a3afcb

Browse files
committed
Revert stuff that shouldnt be merged
1 parent 29d125c commit 5a3afcb

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ on:
136136
- '["cts-cpu"]'
137137
- '["Linux", "build"]'
138138
- '["cuda"]'
139-
- '["Linux", "bmg"]'
140139
- '["PVC_PERF"]'
141140
image:
142141
type: choice

devops/scripts/benchmarks/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ matplotlib==3.9.2
22
mpld3==0.5.10
33
dataclasses-json==0.6.7
44
PyYAML==6.0.1
5-
Mako==1.3.9

devops/scripts/benchmarks/utils/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def timestamp(t: str) -> bool:
1919
timestamp_re = re.compile(
2020
r"^\d{4}(0[1-9]|1[0-2])([0-2][0-9]|3[01])_([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9]$"
2121
)
22-
return timestamp_re.match(t) is not None
22+
return timestamp_re.match(t) is not None

0 commit comments

Comments
 (0)