Skip to content

Commit 919921c

Browse files
committed
CI: fixed and updates
1 parent 0d566c6 commit 919921c

1 file changed

Lines changed: 115 additions & 101 deletions

File tree

.github/workflows/internal.ci.yml

Lines changed: 115 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,16 @@ jobs:
302302
artifact-out: build-rockylinux8-gta-jit
303303
artifact-path: oidn-gta-jit-lin
304304

305-
build-rockylinux8-oldsyclos:
306-
secrets: inherit
307-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
308-
with:
309-
project: oidn
310-
image: oidn/rockylinux:8
311-
dpcpp-version: intel-llvm/v6.0.1-rk
312-
cmd: scripts/build.py install --full -D OIDN_DEVICE_SYCL_AOT=OFF
313-
artifact-out: build-rockylinux8-oldsyclos
314-
artifact-path: build install deps
305+
# build-rockylinux8-oldsyclos:
306+
# secrets: inherit
307+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
308+
# with:
309+
# project: oidn
310+
# image: oidn/rockylinux:8
311+
# dpcpp-version: intel-llvm/v6.0.1-rk
312+
# cmd: scripts/build.py install --full -D OIDN_DEVICE_SYCL_AOT=OFF
313+
# artifact-out: build-rockylinux8-oldsyclos
314+
# artifact-path: build install deps
315315

316316
build-ubuntu2404-gcc:
317317
secrets: inherit
@@ -648,63 +648,63 @@ jobs:
648648
artifact-on-failure: true
649649
cmd: scripts/test.py --device sycl --log test.log
650650

651-
test-rockylinux8-oldsyclos-avx2:
652-
needs: build-rockylinux8-oldsyclos
653-
secrets: inherit
654-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
655-
with:
656-
project: oidn
657-
runs-on: '[ "Linux", "avx2" ]'
658-
image: oidn/ubuntu:24.04
659-
artifact-in: build-rockylinux8-oldsyclos
660-
artifact-out: test-rockylinux8-oldsyclos-avx2
661-
artifact-path: test.log
662-
artifact-on-failure: true
663-
cmd: scripts/test.py --device cpu --log test.log
651+
# test-rockylinux8-oldsyclos-avx2:
652+
# needs: build-rockylinux8-oldsyclos
653+
# secrets: inherit
654+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
655+
# with:
656+
# project: oidn
657+
# runs-on: '[ "Linux", "avx2" ]'
658+
# image: oidn/ubuntu:24.04
659+
# artifact-in: build-rockylinux8-oldsyclos
660+
# artifact-out: test-rockylinux8-oldsyclos-avx2
661+
# artifact-path: test.log
662+
# artifact-on-failure: true
663+
# cmd: scripts/test.py --device cpu --log test.log
664664

665-
test-rockylinux8-oldsyclos-dg2:
666-
needs: build-rockylinux8-oldsyclos
667-
secrets: inherit
668-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
669-
with:
670-
project: oidn
671-
runs-on: '[ "Linux", "dg2" ]'
672-
image: oidn/ubuntu:24.04
673-
options: --device=/dev/dri
674-
artifact-in: build-rockylinux8-oldsyclos
675-
artifact-out: test-rockylinux8-oldsyclos-dg2
676-
artifact-path: test.log
677-
artifact-on-failure: true
678-
cmd: scripts/test.py --device sycl --log test.log
665+
# test-rockylinux8-oldsyclos-dg2:
666+
# needs: build-rockylinux8-oldsyclos
667+
# secrets: inherit
668+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
669+
# with:
670+
# project: oidn
671+
# runs-on: '[ "Linux", "dg2" ]'
672+
# image: oidn/ubuntu:24.04
673+
# options: --device=/dev/dri
674+
# artifact-in: build-rockylinux8-oldsyclos
675+
# artifact-out: test-rockylinux8-oldsyclos-dg2
676+
# artifact-path: test.log
677+
# artifact-on-failure: true
678+
# cmd: scripts/test.py --device sycl --log test.log
679679

680-
test-rockylinux8-syclos-avx2:
681-
needs: build-rockylinux8-syclos
682-
secrets: inherit
683-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
684-
with:
685-
project: oidn
686-
runs-on: '[ "Linux", "avx2" ]'
687-
image: oidn/ubuntu:24.04
688-
artifact-in: build-rockylinux8-syclos
689-
artifact-out: test-rockylinux8-syclos-avx2
690-
artifact-path: test.log
691-
artifact-on-failure: true
692-
cmd: scripts/test.py --device cpu --log test.log
680+
# test-rockylinux8-oldsyclos-avx2:
681+
# needs: build-rockylinux8-oldsyclos
682+
# secrets: inherit
683+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
684+
# with:
685+
# project: oidn
686+
# runs-on: '[ "Linux", "avx2" ]'
687+
# image: oidn/ubuntu:24.04
688+
# artifact-in: build-rockylinux8-oldsyclos
689+
# artifact-out: test-rockylinux8-oldsyclos-avx2
690+
# artifact-path: test.log
691+
# artifact-on-failure: true
692+
# cmd: scripts/test.py --device cpu --log test.log
693693

694-
test-rockylinux8-syclos-dg2:
695-
needs: build-rockylinux8-syclos
696-
secrets: inherit
697-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
698-
with:
699-
project: oidn
700-
runs-on: '[ "Linux", "dg2" ]'
701-
image: oidn/ubuntu:24.04
702-
options: --device=/dev/dri
703-
artifact-in: build-rockylinux8-syclos
704-
artifact-out: test-rockylinux8-syclos-dg2
705-
artifact-path: test.log
706-
artifact-on-failure: true
707-
cmd: scripts/test.py --device sycl --log test.log
694+
# test-rockylinux8-oldsyclos-dg2:
695+
# needs: build-rockylinux8-oldsyclos
696+
# secrets: inherit
697+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
698+
# with:
699+
# project: oidn
700+
# runs-on: '[ "Linux", "dg2" ]'
701+
# image: oidn/ubuntu:24.04
702+
# options: --device=/dev/dri
703+
# artifact-in: build-rockylinux8-oldsyclos
704+
# artifact-out: test-rockylinux8-oldsyclos-dg2
705+
# artifact-path: test.log
706+
# artifact-on-failure: true
707+
# cmd: scripts/test.py --device sycl --log test.log
708708

709709
test-rockylinux8-debug-avx2:
710710
needs: build-rockylinux8-debug
@@ -1353,18 +1353,18 @@ jobs:
13531353
artifact-path: build install
13541354
cmd: python scripts/build.py install --full -D OIDN_DEVICE_CUDA_API=RuntimeStatic
13551355

1356-
build-windows-oldsyclos:
1357-
secrets: inherit
1358-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
1359-
with:
1360-
project: oidn
1361-
runs-on: '[ "Windows", "cuda", "hip" ]'
1362-
msvc-version: "2022"
1363-
dpcpp-version: intel-llvm/sycl-rel_5_2_0-rk
1364-
ocloc-version: oneAPI/ocloc/2025.3
1365-
artifact-out: build-windows-syclos
1366-
artifact-path: build install
1367-
cmd: python scripts/build.py install --full -D OIDN_DEVICE_SYCL_AOT=OFF
1356+
# build-windows-oldsyclos:
1357+
# secrets: inherit
1358+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
1359+
# with:
1360+
# project: oidn
1361+
# runs-on: '[ "Windows", "cuda", "hip" ]'
1362+
# msvc-version: "2022"
1363+
# dpcpp-version: intel-llvm/v6.0.1-rk
1364+
# ocloc-version: oneAPI/ocloc/2025.3
1365+
# artifact-out: build-windows-oldsyclos
1366+
# artifact-path: build install
1367+
# cmd: python scripts/build.py install --full -D OIDN_DEVICE_SYCL_AOT=OFF
13681368

13691369
build-windows-icx:
13701370
secrets: inherit
@@ -1527,18 +1527,18 @@ jobs:
15271527
artifact-on-failure: true
15281528
cmd: python scripts/test.py --device cpu --log test.log
15291529

1530-
test-windows-syclos-avx2:
1531-
needs: build-windows-syclos
1532-
secrets: inherit
1533-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
1534-
with:
1535-
project: oidn
1536-
runs-on: '[ "Windows", "avx2", "NAS" ]'
1537-
artifact-in: build-windows-syclos
1538-
artifact-out: test-windows-syclos-avx2
1539-
artifact-path: test.log
1540-
artifact-on-failure: true
1541-
cmd: python scripts/test.py --device cpu --log test.log
1530+
# test-windows-oldsyclos-avx2:
1531+
# needs: build-windows-oldsyclos
1532+
# secrets: inherit
1533+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
1534+
# with:
1535+
# project: oidn
1536+
# runs-on: '[ "Windows", "avx2", "NAS" ]'
1537+
# artifact-in: build-windows-oldsyclos
1538+
# artifact-out: test-windows-oldsyclos-avx2
1539+
# artifact-path: test.log
1540+
# artifact-on-failure: true
1541+
# cmd: python scripts/test.py --device cpu --log test.log
15421542

15431543
test-windows-icx-avx2:
15441544
needs: build-windows-icx
@@ -1638,6 +1638,20 @@ jobs:
16381638
artifact-on-failure: true
16391639
cmd: python scripts/test.py --device sycl --log test.log
16401640

1641+
test-windows-lnl:
1642+
needs: build-windows
1643+
secrets: inherit
1644+
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
1645+
with:
1646+
project: oidn
1647+
runs-on: '[ "Windows", "lnl", "NAS" ]'
1648+
env-from-files: ./.github/workflows/gfx-windows-public.env
1649+
artifact-in: build-windows
1650+
artifact-out: test-windows-lnl
1651+
artifact-path: test.log
1652+
artifact-on-failure: true
1653+
cmd: python scripts/test.py --device sycl --log test.log
1654+
16411655
test-windows-cuda:
16421656
needs: build-windows
16431657
secrets: inherit
@@ -1717,19 +1731,19 @@ jobs:
17171731
artifact-on-failure: true
17181732
cmd: python scripts/test.py --device hip --log test.log
17191733

1720-
test-windows-syclos-dg2:
1721-
needs: build-windows-syclos
1722-
secrets: inherit
1723-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
1724-
with:
1725-
project: oidn
1726-
runs-on: '[ "Windows", "dg2", "NAS" ]'
1727-
env-from-files: ./.github/workflows/gfx-windows-public.env
1728-
artifact-in: build-windows-syclos
1729-
artifact-out: test-windows-syclos-dg2
1730-
artifact-path: test.log
1731-
artifact-on-failure: true
1732-
cmd: python scripts/test.py --device sycl --log test.log
1734+
# test-windows-oldsyclos-dg2:
1735+
# needs: build-windows-oldsyclos
1736+
# secrets: inherit
1737+
# uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
1738+
# with:
1739+
# project: oidn
1740+
# runs-on: '[ "Windows", "dg2", "NAS" ]'
1741+
# env-from-files: ./.github/workflows/gfx-windows-public.env
1742+
# artifact-in: build-windows-oldsyclos
1743+
# artifact-out: test-windows-oldsyclos-dg2
1744+
# artifact-path: test.log
1745+
# artifact-on-failure: true
1746+
# cmd: python scripts/test.py --device sycl --log test.log
17331747

17341748
test-windows-icx-dg2:
17351749
needs: build-windows-icx

0 commit comments

Comments
 (0)