From 45938fc39274f92dc140a905cc4d3da8165f5fad Mon Sep 17 00:00:00 2001 From: Jussi Vepsalainen Date: Fri, 14 Nov 2025 10:52:21 +0200 Subject: [PATCH] Enable GPU tests on Linux WIP Add full-gpu-tests: true to Linux release configuration to evaluate running slangpy and slang-rhi tests on CPU-only ubuntu-22.04 runners. This is a trial run to determine which tests are CPU-compatible and whether CPU testing provides value before GPU runners are available. Expected: CI will fail due to GPU-dependent tests. Related to #8946 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eebd5a71f5d..c24d54b796d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,6 +148,7 @@ jobs: config: release runs-on: '["ubuntu-22.04"]' test-category: full + full-gpu-tests: true server-count: 1 # macOS tests