@@ -49,14 +49,14 @@ jobs:
4949 issue_owner : ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
5050 curr_branch : ${{ github.head_ref || github.ref_name }}
5151
52- linux-jammy-py3_9 -gcc11-build :
53- name : linux-jammy-py3.9 -gcc11
52+ linux-jammy-py3_10 -gcc11-build :
53+ name : linux-jammy-py3.10 -gcc11
5454 uses : ./.github/workflows/_linux-build.yml
5555 needs : get-label-type
5656 with :
5757 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
58- build-environment : linux-jammy-py3.9 -gcc11
59- docker-image-name : ci-image:pytorch-linux-jammy-py3.9 -gcc11
58+ build-environment : linux-jammy-py3.10 -gcc11
59+ docker-image-name : ci-image:pytorch-linux-jammy-py3.10 -gcc11
6060 test-matrix : |
6161 { include: [
6262 { config: "default", shard: 1, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
@@ -73,49 +73,49 @@ jobs:
7373 ]}
7474 secrets : inherit
7575
76- linux-jammy-py3_9 -gcc11-test :
77- name : linux-jammy-py3.9 -gcc11
76+ linux-jammy-py3_10 -gcc11-test :
77+ name : linux-jammy-py3.10 -gcc11
7878 uses : ./.github/workflows/_linux-test.yml
7979 needs :
80- - linux-jammy-py3_9 -gcc11-build
80+ - linux-jammy-py3_10 -gcc11-build
8181 - target-determination
8282 with :
83- build-environment : linux-jammy-py3.9 -gcc11
84- docker-image : ${{ needs.linux-jammy-py3_9 -gcc11-build.outputs.docker-image }}
85- test-matrix : ${{ needs.linux-jammy-py3_9 -gcc11-build.outputs.test-matrix }}
83+ build-environment : linux-jammy-py3.10 -gcc11
84+ docker-image : ${{ needs.linux-jammy-py3_10 -gcc11-build.outputs.docker-image }}
85+ test-matrix : ${{ needs.linux-jammy-py3_10 -gcc11-build.outputs.test-matrix }}
8686 secrets : inherit
8787
8888 linux-docs :
8989 name : linux-docs
9090 uses : ./.github/workflows/_docs.yml
91- needs : linux-jammy-py3_9 -gcc11-build
91+ needs : linux-jammy-py3_10 -gcc11-build
9292 with :
93- build-environment : linux-jammy-py3.9 -gcc11
94- docker-image : ${{ needs.linux-jammy-py3_9 -gcc11-build.outputs.docker-image }}
93+ build-environment : linux-jammy-py3.10 -gcc11
94+ docker-image : ${{ needs.linux-jammy-py3_10 -gcc11-build.outputs.docker-image }}
9595 secrets : inherit
9696
97- linux-jammy-py3_9 -gcc11-no-ops :
98- name : linux-jammy-py3.9 -gcc11-no-ops
97+ linux-jammy-py3_10 -gcc11-no-ops :
98+ name : linux-jammy-py3.10 -gcc11-no-ops
9999 uses : ./.github/workflows/_linux-build.yml
100100 needs : get-label-type
101101 with :
102102 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
103- build-environment : linux-jammy-py3.9 -gcc11-no-ops
104- docker-image-name : ci-image:pytorch-linux-jammy-py3.9 -gcc11
103+ build-environment : linux-jammy-py3.10 -gcc11-no-ops
104+ docker-image-name : ci-image:pytorch-linux-jammy-py3.10 -gcc11
105105 test-matrix : |
106106 { include: [
107107 { config: "default", shard: 1, num_shards: 1 },
108108 ]}
109109 secrets : inherit
110110
111- linux-jammy-py3_9 -gcc11-pch :
112- name : linux-jammy-py3.9 -gcc11-pch
111+ linux-jammy-py3_10 -gcc11-pch :
112+ name : linux-jammy-py3.10 -gcc11-pch
113113 uses : ./.github/workflows/_linux-build.yml
114114 needs : get-label-type
115115 with :
116116 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
117- build-environment : linux-jammy-py3.9 -gcc11-pch
118- docker-image-name : ci-image:pytorch-linux-jammy-py3.9 -gcc11
117+ build-environment : linux-jammy-py3.10 -gcc11-pch
118+ docker-image-name : ci-image:pytorch-linux-jammy-py3.10 -gcc11
119119 test-matrix : |
120120 { include: [
121121 { config: "default", shard: 1, num_shards: 1 },
@@ -183,14 +183,14 @@ jobs:
183183 test-matrix : ${{ needs.linux-jammy-py3_10-clang12-onnx-build.outputs.test-matrix }}
184184 secrets : inherit
185185
186- linux-jammy-py3_9 -clang12-build :
187- name : linux-jammy-py3.9 -clang12
186+ linux-jammy-py3_10 -clang12-build :
187+ name : linux-jammy-py3.10 -clang12
188188 uses : ./.github/workflows/_linux-build.yml
189189 needs : get-label-type
190190 with :
191191 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
192- build-environment : linux-jammy-py3.9 -clang12
193- docker-image-name : ci-image:pytorch-linux-jammy-py3.9 -clang12
192+ build-environment : linux-jammy-py3.10 -clang12
193+ docker-image-name : ci-image:pytorch-linux-jammy-py3.10 -clang12
194194 test-matrix : |
195195 { include: [
196196 { config: "default", shard: 1, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
@@ -207,16 +207,16 @@ jobs:
207207 ]}
208208 secrets : inherit
209209
210- linux-jammy-py3_9 -clang12-test :
211- name : linux-jammy-py3.9 -clang12
210+ linux-jammy-py3_10 -clang12-test :
211+ name : linux-jammy-py3.10 -clang12
212212 uses : ./.github/workflows/_linux-test.yml
213213 needs :
214- - linux-jammy-py3_9 -clang12-build
214+ - linux-jammy-py3_10 -clang12-build
215215 - target-determination
216216 with :
217- build-environment : linux-jammy-py3.9 -clang12
218- docker-image : ${{ needs.linux-jammy-py3_9 -clang12-build.outputs.docker-image }}
219- test-matrix : ${{ needs.linux-jammy-py3_9 -clang12-build.outputs.test-matrix }}
217+ build-environment : linux-jammy-py3.10 -clang12
218+ docker-image : ${{ needs.linux-jammy-py3_10 -clang12-build.outputs.docker-image }}
219+ test-matrix : ${{ needs.linux-jammy-py3_10 -clang12-build.outputs.test-matrix }}
220220 secrets : inherit
221221
222222 linux-jammy-py3_13-clang12-build :
@@ -253,14 +253,14 @@ jobs:
253253 test-matrix : ${{ needs.linux-jammy-py3_13-clang12-build.outputs.test-matrix }}
254254 secrets : inherit
255255
256- linux-jammy-cuda12_8-cudnn9-py3_9 -clang12-build :
257- name : linux-jammy-cuda12.8-cudnn9-py3.9 -clang12
256+ linux-jammy-cuda12_8-cudnn9-py3_10 -clang12-build :
257+ name : linux-jammy-cuda12.8-cudnn9-py3.10 -clang12
258258 uses : ./.github/workflows/_linux-build.yml
259259 needs : get-label-type
260260 with :
261261 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
262- build-environment : linux-jammy-cuda12.8-cudnn9-py3.9 -clang12
263- docker-image-name : ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3.9 -clang12
262+ build-environment : linux-jammy-cuda12.8-cudnn9-py3.10 -clang12
263+ docker-image-name : ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3.10 -clang12
264264 test-matrix : |
265265 { include: [
266266 { config: "default", shard: 1, num_shards: 1 },
@@ -282,14 +282,14 @@ jobs:
282282 ]}
283283 secrets : inherit
284284
285- linux-jammy-py3_9 -gcc11-mobile-lightweight-dispatch-build :
286- name : linux-jammy-py3.9 -gcc11-mobile-lightweight-dispatch-build
285+ linux-jammy-py3_10 -gcc11-mobile-lightweight-dispatch-build :
286+ name : linux-jammy-py3.10 -gcc11-mobile-lightweight-dispatch-build
287287 uses : ./.github/workflows/_linux-build.yml
288288 needs : get-label-type
289289 with :
290290 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
291- build-environment : linux-jammy-py3.9 -gcc11-mobile-lightweight-dispatch-build
292- docker-image-name : ci-image:pytorch-linux-jammy-py3.9 -gcc11
291+ build-environment : linux-jammy-py3.10 -gcc11-mobile-lightweight-dispatch-build
292+ docker-image-name : ci-image:pytorch-linux-jammy-py3.10 -gcc11
293293 build-generates-artifacts : false
294294 test-matrix : |
295295 { include: [
0 commit comments