Skip to content

Commit 2f93761

Browse files
committed
Seperate out CI workflow changes
1 parent 8ccf146 commit 2f93761

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,6 @@ jobs:
8989
reset_intel_gpu: true
9090
install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
9191
extra_lit_opts: --param gpu-intel-gen12=True
92-
- name: E2E tests on Intel Ponte Vecchio GPU
93-
runner: '["Linux", "pvc"]'
94-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
95-
image_options: -u 1001 --group-add 109 --device=/dev/dri --privileged --cap-add SYS_ADMIN
96-
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
97-
install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
98-
extra_lit_opts: --param gpu-intel-pvc=True
99-
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
100-
runner: '["Linux", "pvc"]'
101-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'latest' || 'devigc' }}
102-
image_options: -u 1001 --group-add 109 --device=/dev/dri --privileged --cap-add SYS_ADMIN
103-
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
104-
install_drivers: >-
105-
${{ contains(needs.detect_changes.outputs.filters, 'drivers') ||
106-
contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
107-
use_dev_igc: ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
108-
extra_lit_opts: --param gpu-intel-pvc=True
10992
- name: E2E tests on Intel Arc A-Series Graphics
11093
runner: '["Linux", "arc"]'
11194
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ on:
8484
- '["Linux", "gen12"]'
8585
- '["amdgpu"]'
8686
- '["Linux", "arc"]'
87-
- '["Linux", "pvc"]'
8887
- '["cts-cpu"]'
8988
image:
9089
description: |
@@ -95,11 +94,10 @@ on:
9594
- 'ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build'
9695
image_options:
9796
description: |
98-
Use option with "--device=/dev/kfd" for AMDGPU, "--group-add 109" for PVC, and without it for the rest.
97+
Use option with "--device=/dev/kfd" for AMDGPU, without it for the rest.
9998
type: choice
10099
options:
101100
- '-u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN'
102-
- '-u 1001 --group-add 109 --device=/dev/dri --privileged --cap-add SYS_ADMIN'
103101
- '-u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN'
104102
target_devices:
105103
type: choice

0 commit comments

Comments
 (0)