Skip to content

Commit 1413481

Browse files
[CI] Change AMD CPU job in Nightly to use proper label (#16973)
Back when this task was added we only had runners with both AMD CPU and GPUs. Recently, we excluded the only remaining such runner as it's GPU isn't officially supported (we rely on the runner provided by Codeplay). However, we can keep using this old runner for the AMD CPU testing in Nightly as it was originally designed.
1 parent 2782a65 commit 1413481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
tests_selector: e2e
7878

7979
- name: OCL CPU (AMD)
80-
runner: '["Linux", "amdgpu"]'
80+
runner: '["Linux", "amdcpu"]'
8181
image_options: -u 1001
8282
target_devices: opencl:cpu
8383
tests_selector: e2e

0 commit comments

Comments
 (0)