Skip to content

Commit 6d356fa

Browse files
committed
test
Signed-off-by: Nick Sarnie <[email protected]>
1 parent 237242d commit 6d356fa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ jobs:
173173
use_igc_dev: true
174174
env: '{"LIT_FILTER":"Matrix/"}'
175175
- name: Intel / Ponte Vecchio GPU
176-
runner: '["Linux", "pvc"]'
176+
runner: '["Linux", "pvc-test"]'
177177
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
178178
- name: Intel Dev IGC / Ponte Vecchio GPU
179-
runner: '["Linux", "pvc"]'
179+
runner: '["Linux", "pvc-test"]'
180180
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
181181
target_devices: level_zero:gpu
182182
use_igc_dev: true
@@ -192,14 +192,14 @@ jobs:
192192

193193
# We're in an ABI-breaking window, so these don't make sense for now.
194194
- name: ABI compatibility / sycl-rel-6_2
195-
runner: '["Linux", "pvc"]'
195+
runner: '["Linux", "pvc-test"]'
196196
image: ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_2
197197
target_devices: level_zero:gpu
198198
extra_lit_opts: '--param test-preview-mode=False --filter-out "${{ needs.compat_read_exclude.outputs.FILTER_6_2 }}"'
199199
binaries_artifact: 'in-container'
200200
skip_run: true
201201
- name: ABI compatibility / sycl-rel-6_3
202-
runner: '["Linux", "pvc"]'
202+
runner: '["Linux", "pvc-test"]'
203203
image: ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_3
204204
target_devices: level_zero:gpu
205205
extra_lit_opts: '--param test-preview-mode=False --filter-out "${{ needs.compat_read_exclude.outputs.FILTER_6_3 }}"'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ on:
153153
- '["Linux", "gen12"]'
154154
- '["amdgpu"]'
155155
- '["Linux", "arc"]'
156-
- '["Linux", "pvc"]'
156+
- '["Linux", "pvc-test"]'
157157
- '["cts-cpu"]'
158158
- '["Linux", "build"]'
159159
- '["cuda"]'
160-
- '["PVC_PERF"]'
160+
- '["PVC-TEST_PERF"]'
161161
image:
162162
type: choice
163163
options:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions: read-all
3030

3131
jobs:
3232
detect_changes:
33-
if: ${{ github.event_name == 'pull_request' }}
33+
if: ${{ github.event_name == 'pull_request' }}
3434
uses: ./.github/workflows/sycl-detect-changes.yml
3535

3636
build-lin:

.github/workflows/sycl-windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ permissions: read-all
9797
jobs:
9898
build:
9999
name: Build + LIT
100-
runs-on: [Windows, build]
100+
runs-on: [Windows, build-test]
101101
environment: WindowsCILock
102102
outputs:
103103
build_conclusion: ${{ steps.build.conclusion }}

0 commit comments

Comments
 (0)