@@ -214,73 +214,6 @@ jobs:
214
214
test-matrix : ${{ needs.linux-focal-py3_9-clang10-build.outputs.test-matrix }}
215
215
secrets : inherit
216
216
217
- linux-focal-py3_11-clang10-build :
218
- name : linux-focal-py3.11-clang10
219
- uses : ./.github/workflows/_linux-build.yml
220
- needs : get-label-type
221
- with :
222
- runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
223
- build-environment : linux-focal-py3.11-clang10
224
- docker-image-name : pytorch-linux-focal-py3.11-clang10
225
- test-matrix : |
226
- { include: [
227
- { config: "default", shard: 1, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
228
- { config: "default", shard: 2, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
229
- { config: "default", shard: 3, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
230
- { config: "default", shard: 4, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
231
- { config: "default", shard: 5, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
232
- { config: "crossref", shard: 1, num_shards: 2, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
233
- { config: "crossref", shard: 2, num_shards: 2, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
234
- { config: "dynamo_wrapped", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
235
- { config: "dynamo_wrapped", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
236
- { config: "dynamo_wrapped", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
237
- ]}
238
- secrets : inherit
239
-
240
- linux-focal-py3_11-clang10-test :
241
- name : linux-focal-py3.11-clang10
242
- uses : ./.github/workflows/_linux-test.yml
243
- needs :
244
- - linux-focal-py3_11-clang10-build
245
- - target-determination
246
- with :
247
- build-environment : linux-focal-py3.11-clang10
248
- docker-image : ${{ needs.linux-focal-py3_11-clang10-build.outputs.docker-image }}
249
- test-matrix : ${{ needs.linux-focal-py3_11-clang10-build.outputs.test-matrix }}
250
- secrets : inherit
251
-
252
- linux-focal-py3_12-clang10-build :
253
- name : linux-focal-py3.12-clang10
254
- uses : ./.github/workflows/_linux-build.yml
255
- needs : get-label-type
256
- with :
257
- runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
258
- build-environment : linux-focal-py3.12-clang10
259
- docker-image-name : pytorch-linux-focal-py3.12-clang10
260
- test-matrix : |
261
- { include: [
262
- { config: "default", shard: 1, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
263
- { config: "default", shard: 2, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
264
- { config: "default", shard: 3, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
265
- { config: "default", shard: 4, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
266
- { config: "default", shard: 5, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
267
- { config: "dynamo_wrapped", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
268
- { config: "dynamo_wrapped", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
269
- { config: "dynamo_wrapped", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
270
- ]}
271
- secrets : inherit
272
-
273
- linux-focal-py3_12-clang10-test :
274
- name : linux-focal-py3.12-clang10
275
- uses : ./.github/workflows/_linux-test.yml
276
- needs : linux-focal-py3_12-clang10-build
277
- with :
278
- build-environment : linux-focal-py3.12-clang10
279
- docker-image : ${{ needs.linux-focal-py3_12-clang10-build.outputs.docker-image }}
280
- test-matrix : ${{ needs.linux-focal-py3_12-clang10-build.outputs.test-matrix }}
281
- timeout-minutes : 600
282
- secrets : inherit
283
-
284
217
linux-focal-py3_13-clang10-build :
285
218
name : linux-focal-py3.13-clang10
286
219
uses : ./.github/workflows/_linux-build.yml
0 commit comments