Skip to content

Commit 1dd6f21

Browse files
atalmanpytorchmergebot
authored andcommitted
Cuda 12.1 - Remove from trunk tests (pytorch#143076)
Remove cuda 12.1 from trunk tests. This is covered by 12.4 tests. Move ``libtorch-linux-focal-cuda12_4-py3_7-gcc9-debug-build`` -> ``libtorch-linux-focal-cuda12_4-py3_10-gcc9-debug-build`` Pull Request resolved: pytorch#143076 Approved by: https://github.com/huydhn, https://github.com/malfet
1 parent bd7d81d commit 1dd6f21

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

.github/workflows/trunk.yml

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -45,43 +45,12 @@ jobs:
4545
curr_branch: ${{ github.head_ref || github.ref_name }}
4646
curr_ref_type: ${{ github.ref_type }}
4747

48-
libtorch-linux-focal-cuda12_1-py3_7-gcc9-debug-build:
49-
name: libtorch-linux-focal-cuda12.1-py3.7-gcc9-debug
48+
libtorch-linux-focal-cuda12_4-py3_10-gcc9-debug-build:
49+
name: libtorch-linux-focal-cuda12.4-py3.10-gcc9-debug
5050
uses: ./.github/workflows/_linux-build.yml
5151
needs: get-label-type
5252
with:
53-
build-environment: libtorch-linux-focal-cuda12.1-py3.7-gcc9
54-
docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9
55-
build-generates-artifacts: false
56-
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"
57-
runner: "linux.4xlarge"
58-
test-matrix: |
59-
{ include: [
60-
{ config: "default", shard: 1, num_shards: 1 },
61-
]}
62-
secrets: inherit
63-
64-
# no-ops builds test USE_PER_OPERATOR_HEADERS=0 where ATen/ops is not generated
65-
linux-focal-cuda12_1-py3_10-gcc9-no-ops-build:
66-
name: linux-focal-cuda12.1-py3.10-gcc9-no-ops
67-
uses: ./.github/workflows/_linux-build.yml
68-
needs: get-label-type
69-
with:
70-
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"
71-
build-environment: linux-focal-cuda12.1-py3.10-gcc9-no-ops
72-
docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9
73-
test-matrix: |
74-
{ include: [
75-
{ config: "default", shard: 1, num_shards: 1 },
76-
]}
77-
secrets: inherit
78-
79-
libtorch-linux-focal-cuda12_4-py3_7-gcc9-debug-build:
80-
name: libtorch-linux-focal-cuda12.4-py3.7-gcc9-debug
81-
uses: ./.github/workflows/_linux-build.yml
82-
needs: get-label-type
83-
with:
84-
build-environment: libtorch-linux-focal-cuda12.4-py3.7-gcc9
53+
build-environment: libtorch-linux-focal-cuda12.4-py3.10-gcc9
8554
docker-image-name: pytorch-linux-focal-cuda12.4-cudnn9-py3-gcc9
8655
build-generates-artifacts: false
8756
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"

0 commit comments

Comments
 (0)