Skip to content

Commit b411b62

Browse files
[CI] Drop opencl:fpga from CI (#17223)
1 parent ad4f3d3 commit b411b62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ on:
145145
- 'level_zero:gpu'
146146
- 'opencl:cpu'
147147
- 'opencl:gpu'
148-
- 'opencl:fpga'
149148
- 'hip:gpu'
150149
- 'cuda:gpu'
151150
tests_selector:

.github/workflows/sycl-post-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
include:
4747
- name: Intel GEN12 Graphics with Level Zero
4848
runner: '["Linux", "gen12"]'
49-
target_devices: level_zero:gpu;opencl:fpga
49+
target_devices: level_zero:gpu
5050
reset_intel_gpu: true
5151
- name: Intel Arc A-Series Graphics with Level Zero
5252
runner: '["Linux", "arc"]'

0 commit comments

Comments
 (0)