@@ -126,7 +126,7 @@ jobs:
126
126
ref : " "
127
127
test-infra-repository : pytorch/test-infra
128
128
test-infra-ref : main
129
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
129
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
130
130
pre-script : packaging/driver_upgrade.bat
131
131
script : |
132
132
export USE_HOST_DEPS=1
@@ -152,7 +152,7 @@ jobs:
152
152
ref : " "
153
153
test-infra-repository : pytorch/test-infra
154
154
test-infra-ref : main
155
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
155
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
156
156
pre-script : packaging/driver_upgrade.bat
157
157
script : |
158
158
export USE_HOST_DEPS=1
@@ -178,7 +178,7 @@ jobs:
178
178
ref : " "
179
179
test-infra-repository : pytorch/test-infra
180
180
test-infra-ref : main
181
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
181
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
182
182
pre-script : packaging/driver_upgrade.bat
183
183
script : |
184
184
export USE_HOST_DEPS=1
@@ -204,7 +204,7 @@ jobs:
204
204
ref : " "
205
205
test-infra-repository : pytorch/test-infra
206
206
test-infra-ref : main
207
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
207
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
208
208
pre-script : packaging/driver_upgrade.bat
209
209
script : |
210
210
export USE_HOST_DEPS=1
@@ -232,7 +232,7 @@ jobs:
232
232
ref : " "
233
233
test-infra-repository : pytorch/test-infra
234
234
test-infra-ref : main
235
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
235
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
236
236
pre-script : packaging/driver_upgrade.bat
237
237
script : |
238
238
export USE_HOST_DEPS=1
@@ -260,7 +260,7 @@ jobs:
260
260
ref : " "
261
261
test-infra-repository : pytorch/test-infra
262
262
test-infra-ref : main
263
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
263
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
264
264
pre-script : packaging/driver_upgrade.bat
265
265
script : |
266
266
export USE_HOST_DEPS=1
@@ -287,7 +287,7 @@ jobs:
287
287
ref : " "
288
288
test-infra-repository : pytorch/test-infra
289
289
test-infra-ref : main
290
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
290
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
291
291
pre-script : packaging/driver_upgrade.bat
292
292
script : |
293
293
export USE_HOST_DEPS=1
0 commit comments