Skip to content

Commit 7e3c1fa

Browse files
committed
test
1 parent 4ed8e28 commit 7e3c1fa

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
tests-py-torchscript-fe:
6868
name: Test torchscript frontend [Python]
69-
needs: [generate-matrix, build]
69+
needs: [substitute-runner, build]
7070
strategy:
7171
fail-fast: false
7272
matrix:
@@ -80,7 +80,7 @@ jobs:
8080
ref: ""
8181
test-infra-repository: pytorch/test-infra
8282
test-infra-ref: main
83-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
83+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
8484
pre-script: packaging/driver_upgrade.bat
8585
script: |
8686
export USE_HOST_DEPS=1
@@ -98,7 +98,7 @@ jobs:
9898
9999
tests-py-dynamo-converters:
100100
name: Test dynamo converters [Python]
101-
needs: [generate-matrix, build]
101+
needs: [substitute-runner, build]
102102
strategy:
103103
fail-fast: false
104104
matrix:
@@ -112,7 +112,7 @@ jobs:
112112
ref: ""
113113
test-infra-repository: pytorch/test-infra
114114
test-infra-ref: main
115-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
115+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
116116
pre-script: packaging/driver_upgrade.bat
117117
script: |
118118
export USE_HOST_DEPS=1
@@ -124,7 +124,7 @@ jobs:
124124
125125
tests-py-dynamo-fe:
126126
name: Test dynamo frontend [Python]
127-
needs: [generate-matrix, build]
127+
needs: [substitute-runner, build]
128128
strategy:
129129
fail-fast: false
130130
matrix:
@@ -138,7 +138,7 @@ jobs:
138138
ref: ""
139139
test-infra-repository: pytorch/test-infra
140140
test-infra-ref: main
141-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
141+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
142142
pre-script: packaging/driver_upgrade.bat
143143
script: |
144144
export USE_HOST_DEPS=1
@@ -150,7 +150,7 @@ jobs:
150150
151151
tests-py-dynamo-serde:
152152
name: Test dynamo export serde [Python]
153-
needs: [generate-matrix, build]
153+
needs: [substitute-runner, build]
154154
strategy:
155155
fail-fast: false
156156
matrix:
@@ -164,7 +164,7 @@ jobs:
164164
ref: ""
165165
test-infra-repository: pytorch/test-infra
166166
test-infra-ref: main
167-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
167+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
168168
pre-script: packaging/driver_upgrade.bat
169169
script: |
170170
export USE_HOST_DEPS=1
@@ -176,7 +176,7 @@ jobs:
176176
177177
tests-py-torch-compile-be:
178178
name: Test torch compile backend [Python]
179-
needs: [generate-matrix, build]
179+
needs: [substitute-runner, build]
180180
strategy:
181181
fail-fast: false
182182
matrix:
@@ -190,7 +190,7 @@ jobs:
190190
ref: ""
191191
test-infra-repository: pytorch/test-infra
192192
test-infra-ref: main
193-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
193+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
194194
pre-script: packaging/driver_upgrade.bat
195195
script: |
196196
export USE_HOST_DEPS=1
@@ -204,7 +204,7 @@ jobs:
204204
205205
tests-py-dynamo-core:
206206
name: Test dynamo core [Python]
207-
needs: [generate-matrix, build]
207+
needs: [substitute-runner, build]
208208
strategy:
209209
fail-fast: false
210210
matrix:
@@ -218,7 +218,7 @@ jobs:
218218
ref: ""
219219
test-infra-repository: pytorch/test-infra
220220
test-infra-ref: main
221-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
221+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
222222
pre-script: packaging/driver_upgrade.bat
223223
script: |
224224
export USE_HOST_DEPS=1
@@ -232,7 +232,7 @@ jobs:
232232
233233
tests-py-dynamo-cudagraphs:
234234
name: Test dynamo cudagraphs [Python]
235-
needs: [generate-matrix, build]
235+
needs: [substitute-runner, build]
236236
strategy:
237237
fail-fast: false
238238
matrix:
@@ -246,7 +246,7 @@ jobs:
246246
ref: ""
247247
test-infra-repository: pytorch/test-infra
248248
test-infra-ref: main
249-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
249+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
250250
pre-script: packaging/driver_upgrade.bat
251251
script: |
252252
export USE_HOST_DEPS=1
@@ -259,7 +259,7 @@ jobs:
259259
260260
tests-py-core:
261261
name: Test core [Python]
262-
needs: [generate-matrix, build]
262+
needs: [substitute-runner, build]
263263
strategy:
264264
fail-fast: false
265265
matrix:
@@ -273,7 +273,7 @@ jobs:
273273
ref: ""
274274
test-infra-repository: pytorch/test-infra
275275
test-infra-ref: main
276-
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
276+
build-matrix: ${{ needs.substitute-runner.outputs.matrix }}
277277
pre-script: packaging/driver_upgrade.bat
278278
script: |
279279
export USE_HOST_DEPS=1

0 commit comments

Comments
 (0)