66
66
67
67
tests-py-torchscript-fe :
68
68
name : Test torchscript frontend [Python]
69
- needs : [generate-matrix , build]
69
+ needs : [substitute-runner , build]
70
70
strategy :
71
71
fail-fast : false
72
72
matrix :
80
80
ref : " "
81
81
test-infra-repository : pytorch/test-infra
82
82
test-infra-ref : main
83
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
83
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
84
84
pre-script : packaging/driver_upgrade.bat
85
85
script : |
86
86
export USE_HOST_DEPS=1
98
98
99
99
tests-py-dynamo-converters :
100
100
name : Test dynamo converters [Python]
101
- needs : [generate-matrix , build]
101
+ needs : [substitute-runner , build]
102
102
strategy :
103
103
fail-fast : false
104
104
matrix :
@@ -112,7 +112,7 @@ jobs:
112
112
ref : " "
113
113
test-infra-repository : pytorch/test-infra
114
114
test-infra-ref : main
115
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
115
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
116
116
pre-script : packaging/driver_upgrade.bat
117
117
script : |
118
118
export USE_HOST_DEPS=1
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
tests-py-dynamo-fe :
126
126
name : Test dynamo frontend [Python]
127
- needs : [generate-matrix , build]
127
+ needs : [substitute-runner , build]
128
128
strategy :
129
129
fail-fast : false
130
130
matrix :
@@ -138,7 +138,7 @@ jobs:
138
138
ref : " "
139
139
test-infra-repository : pytorch/test-infra
140
140
test-infra-ref : main
141
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
141
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
142
142
pre-script : packaging/driver_upgrade.bat
143
143
script : |
144
144
export USE_HOST_DEPS=1
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
tests-py-dynamo-serde :
152
152
name : Test dynamo export serde [Python]
153
- needs : [generate-matrix , build]
153
+ needs : [substitute-runner , build]
154
154
strategy :
155
155
fail-fast : false
156
156
matrix :
@@ -164,7 +164,7 @@ jobs:
164
164
ref : " "
165
165
test-infra-repository : pytorch/test-infra
166
166
test-infra-ref : main
167
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
167
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
168
168
pre-script : packaging/driver_upgrade.bat
169
169
script : |
170
170
export USE_HOST_DEPS=1
@@ -176,7 +176,7 @@ jobs:
176
176
177
177
tests-py-torch-compile-be :
178
178
name : Test torch compile backend [Python]
179
- needs : [generate-matrix , build]
179
+ needs : [substitute-runner , build]
180
180
strategy :
181
181
fail-fast : false
182
182
matrix :
@@ -190,7 +190,7 @@ jobs:
190
190
ref : " "
191
191
test-infra-repository : pytorch/test-infra
192
192
test-infra-ref : main
193
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
193
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
194
194
pre-script : packaging/driver_upgrade.bat
195
195
script : |
196
196
export USE_HOST_DEPS=1
@@ -204,7 +204,7 @@ jobs:
204
204
205
205
tests-py-dynamo-core :
206
206
name : Test dynamo core [Python]
207
- needs : [generate-matrix , build]
207
+ needs : [substitute-runner , build]
208
208
strategy :
209
209
fail-fast : false
210
210
matrix :
@@ -218,7 +218,7 @@ jobs:
218
218
ref : " "
219
219
test-infra-repository : pytorch/test-infra
220
220
test-infra-ref : main
221
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
221
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
222
222
pre-script : packaging/driver_upgrade.bat
223
223
script : |
224
224
export USE_HOST_DEPS=1
@@ -232,7 +232,7 @@ jobs:
232
232
233
233
tests-py-dynamo-cudagraphs :
234
234
name : Test dynamo cudagraphs [Python]
235
- needs : [generate-matrix , build]
235
+ needs : [substitute-runner , build]
236
236
strategy :
237
237
fail-fast : false
238
238
matrix :
@@ -246,7 +246,7 @@ jobs:
246
246
ref : " "
247
247
test-infra-repository : pytorch/test-infra
248
248
test-infra-ref : main
249
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
249
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
250
250
pre-script : packaging/driver_upgrade.bat
251
251
script : |
252
252
export USE_HOST_DEPS=1
@@ -259,7 +259,7 @@ jobs:
259
259
260
260
tests-py-core :
261
261
name : Test core [Python]
262
- needs : [generate-matrix , build]
262
+ needs : [substitute-runner , build]
263
263
strategy :
264
264
fail-fast : false
265
265
matrix :
@@ -273,7 +273,7 @@ jobs:
273
273
ref : " "
274
274
test-infra-repository : pytorch/test-infra
275
275
test-infra-ref : main
276
- build-matrix : ${{ needs.generate-matrix .outputs.matrix }}
276
+ build-matrix : ${{ needs.substitute-runner .outputs.matrix }}
277
277
pre-script : packaging/driver_upgrade.bat
278
278
script : |
279
279
export USE_HOST_DEPS=1
0 commit comments