Skip to content

Commit 894cbee

Browse files
committed
DNI: CI doesn't run
run everything on my reserved runner.
1 parent 8d2f9e3 commit 894cbee

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
compiler: cl
105105
platform: x86_64
106106
config: debug
107-
runs-on: '["Windows", "self-hosted", "GCP-T4"]'
107+
runs-on: '["Windows", "self-hosted", "neural"]'
108108

109109
build-windows-release-cl-x86_64-gpu:
110110
needs: [filter]
@@ -115,7 +115,7 @@ jobs:
115115
compiler: cl
116116
platform: x86_64
117117
config: release
118-
runs-on: '["Windows", "self-hosted", "GCP-T4"]'
118+
runs-on: '["Windows", "self-hosted", "neural"]'
119119

120120
# Linux tests (self-hosted GPU runner, containerized)
121121
test-linux-debug-gcc-x86_64:
@@ -164,18 +164,18 @@ jobs:
164164
server-count: 3
165165

166166
# Windows GPU tests (self-hosted)
167-
# test-windows-debug-cl-x86_64-gpu:
168-
# needs: [filter, build-windows-debug-cl-x86_64-gpu]
169-
# if: needs.filter.outputs.should-run == 'true'
170-
# uses: ./.github/workflows/ci-slang-test.yml
171-
# with:
172-
# os: windows
173-
# compiler: cl
174-
# platform: x86_64
175-
# config: debug
176-
# runs-on: '["Windows", "self-hosted", "neural"]'
177-
# test-category: full
178-
# full-gpu-tests: true
167+
test-windows-debug-cl-x86_64-gpu:
168+
needs: [filter, build-windows-debug-cl-x86_64-gpu]
169+
if: needs.filter.outputs.should-run == 'false'
170+
uses: ./.github/workflows/ci-slang-test.yml
171+
with:
172+
os: windows
173+
compiler: cl
174+
platform: x86_64
175+
config: debug
176+
runs-on: '["Windows", "self-hosted", "neural"]'
177+
test-category: full
178+
full-gpu-tests: true
179179

180180
test-windows-release-cl-x86_64-gpu:
181181
needs: [filter, build-windows-release-cl-x86_64-gpu]

0 commit comments

Comments
 (0)