Skip to content

Commit 89c52f6

Browse files
committed
wip
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 622d3f8 commit 89c52f6

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -654,27 +654,28 @@ jobs:
654654
- desc: OptiX VP2025 gcc11/C++17 llvm18 py3.11 oiio-rel avx2
655655
nametag: linux-optix-vfx2025
656656
if: ${{ github.repository_owner == 'AcademySoftwareFoundation' }}
657-
runner: ubuntu-20.04-gpu-t4-4c-16g-176h
657+
runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
658658
container: aswf/ci-osl:2025-clang18
659659
container_options: -e NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility --gpus all
660660
cxx_std: 17
661661
python_ver: "3.11"
662662
pybind11_ver: v2.11.1
663663
simd: avx2,f16c
664+
skip_tests: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && '0') || '1' }}
664665
setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
665666
OPTIX_VERSION=8.0.0
666667
OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
667668
CTEST_EXCLUSIONS="broken|render-microfacet|example-cuda|python-oslquery"
668-
- desc: OptiX build only VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
669-
nametag: linux-optix-vfx2025
670-
if: ${{ ! (github.repository_owner != 'AcademySoftwareFoundation') }}
671-
runner: ubuntu-latest
672-
container: aswf/ci-osl:2025-clang19
673-
cxx_std: 17
674-
python_ver: "3.11"
675-
pybind11_ver: v2.11.1
676-
simd: avx2,f16c
677-
skip_tests: 1
678-
setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
679-
OPTIX_VERSION=8.0.0
680-
OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
669+
# - desc: OptiX build only VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
670+
# nametag: linux-optix-vfx2025
671+
# if: ${{ ! (github.repository_owner != 'AcademySoftwareFoundation') }}
672+
# runner: ubuntu-latest
673+
# container: aswf/ci-osl:2025-clang19
674+
# cxx_std: 17
675+
# python_ver: "3.11"
676+
# pybind11_ver: v2.11.1
677+
# simd: avx2,f16c
678+
# skip_tests: 1
679+
# setenvs: export OSL_CMAKE_FLAGS="-DOSL_USE_OPTIX=1"
680+
# OPTIX_VERSION=8.0.0
681+
# OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0

0 commit comments

Comments
 (0)