Skip to content

Commit

Permalink
CI: add BMG tests, update Intel Windows GPU driver
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Jan 13, 2025
1 parent b186b70 commit d9069b6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gfx-windows-public-bmg.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GFX_DRIVER_VERSION=windows-101.6256
2 changes: 1 addition & 1 deletion .github/workflows/gfx-windows-public.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GFX_DRIVER_VERSION=windows-101.6130
GFX_DRIVER_VERSION=windows-101.6449
37 changes: 33 additions & 4 deletions .github/workflows/internal.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,21 @@ jobs:
artifact-on-failure: true
cmd: scripts/test.py --device sycl --log test.log

test-rockylinux8-bmg:
needs: build-rockylinux8
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker_gpu.yml@main
with:
project: oidn
runs-on: '[ "Linux", "bmg" ]'
image: oidn/ubuntu:22.04
options: --device=/dev/dri
artifact-in: build-rockylinux8
artifact-out: test-rockylinux8-bmg
artifact-path: test.log
artifact-on-failure: true
cmd: scripts/test.py --device sycl --log test.log

test-rockylinux8-pvc:
needs: build-rockylinux8
secrets: inherit
Expand Down Expand Up @@ -1533,6 +1548,20 @@ jobs:
# artifact-on-failure: true
# cmd: python scripts/test.py --device cpu --minimal --log test.log

test-windows-adl:
needs: build-windows
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
project: oidn
runs-on: '[ "Windows", "igpu", "adl" ]'
env-from-files: ./.github/workflows/gfx-windows-public.env
artifact-in: build-windows
artifact-out: test-windows-adl
artifact-path: test.log
artifact-on-failure: true
cmd: python scripts/test.py --device sycl --log test.log

test-windows-dg2:
needs: build-windows
secrets: inherit
Expand All @@ -1547,16 +1576,16 @@ jobs:
artifact-on-failure: true
cmd: python scripts/test.py --device sycl --log test.log

test-windows-adl:
test-windows-bmg:
needs: build-windows
secrets: inherit
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
with:
project: oidn
runs-on: '[ "Windows", "igpu", "adl" ]'
env-from-files: ./.github/workflows/gfx-windows-public.env
runs-on: '[ "Windows", "bmg", "NAS" ]'
env-from-files: ./.github/workflows/gfx-windows-public-bmg.env
artifact-in: build-windows
artifact-out: test-windows-adl
artifact-out: test-windows-bmg
artifact-path: test.log
artifact-on-failure: true
cmd: python scripts/test.py --device sycl --log test.log
Expand Down

0 comments on commit d9069b6

Please sign in to comment.