summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml17
1 files changed, 3 insertions, 14 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ac310510..52008e28f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
platform: x86_64
test-category: full
full-gpu-tests: true
- runs-on: [Windows, self-hosted, "GCP-T4"]
+ runs-on: [Windows, self-hosted, GCP-T4]
has-gpu: true
server-count: 8
fail-fast: false
@@ -231,23 +231,12 @@ jobs:
-skip-reference-image-generation \
-show-adapter-info \
-enable-debug-layers false
- elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
- "$bin_dir/slang-test" \
- -use-test-server \
- -category ${{ matrix.test-category }} \
- -api all-dx12 \
- -expected-failure-list tests/expected-failure-github.txt \
- -expected-failure-list tests/expected-failure-github-runner.txt \
- -skip-reference-image-generation \
- -show-adapter-info \
- -enable-debug-layers false
else
"$bin_dir/slang-test" \
-use-test-server \
-category ${{ matrix.test-category }} \
- -api all-dx12 \
-expected-failure-list tests/expected-failure-github.txt \
- -expected-failure-list tests/expected-failure-github-runner.txt \
+ -expected-failure-list tests/expected-failure-no-gpu.txt \
-skip-reference-image-generation \
-show-adapter-info \
-enable-debug-layers false
@@ -276,7 +265,7 @@ jobs:
-category ${{ matrix.test-category }} \
-emit-spirv-via-glsl \
-api vk \
- -expected-failure-list tests/expected-failure.txt \
+ -expected-failure-list tests/expected-failure-via-glsl.txt \
-skip-reference-image-generation \
-show-adapter-info
- name: Run slang-rhi tests