Skip to content

Commit 6cb6e8d

Browse files
atalmanpytorchmergebot
authored andcommitted
Python 3.11, 3.12 Remove tests covered by 3.13 (pytorch#143078)
We do have linux-focal-py3_13-clang10-build and test. Hence removing linux-focal-py3_11-clang10-build/test and linux-focal-py3_12-clang10-build/test Pull Request resolved: pytorch#143078 Approved by: https://github.com/huydhn, https://github.com/malfet
1 parent 1dd6f21 commit 6cb6e8d

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

Diff for: .github/workflows/pull.yml

-67
Original file line numberDiff line numberDiff line change
@@ -214,73 +214,6 @@ jobs:
214214
test-matrix: ${{ needs.linux-focal-py3_9-clang10-build.outputs.test-matrix }}
215215
secrets: inherit
216216

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-
284217
linux-focal-py3_13-clang10-build:
285218
name: linux-focal-py3.13-clang10
286219
uses: ./.github/workflows/_linux-build.yml

0 commit comments

Comments
 (0)