Commit cd079b6
authored
[CI] Don't use "target_devices: all" in linux_matrix_e2e_on_nightly.yml (#10100)
Two reasons:
1) Not reliable, easy to skip testing without noticing.
2) That accidentally enabled "opencl:acc" that we don't run anywhere
else and its state isn't green, resulting in "false" failures
reported by CI.1 parent cedb1ba commit cd079b6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments