@@ -93,57 +93,32 @@ jobs:
9393 AWS_OSSCI_METRICS_V2_ACCESS_KEY_ID : ${{ secrets.AWS_OSSCI_METRICS_V2_ACCESS_KEY_ID }}
9494 AWS_OSSCI_METRICS_V2_SECRET_ACCESS_KEY : ${{ secrets.AWS_OSSCI_METRICS_V2_SECRET_ACCESS_KEY }}
9595
96- linux-bionic-cuda11_7 -py3_9-gcc7-build :
97- name : linux-bionic-cuda11.7 -py3.9-gcc7
96+ linux-bionic-cuda11_8 -py3_9-gcc7-build :
97+ name : linux-bionic-cuda11.8 -py3.9-gcc7
9898 uses : ./.github/workflows/_linux-build.yml
9999 with :
100- build-environment : linux-bionic-cuda11.7 -py3.9-gcc7
101- docker-image-name : pytorch-linux-bionic-cuda11.7 -cudnn8-py3-gcc7
100+ build-environment : linux-bionic-cuda11.8 -py3.9-gcc7
101+ docker-image-name : pytorch-linux-bionic-cuda11.8 -cudnn8-py3-gcc7
102102 test-matrix : |
103103 { include: [
104104 { config: "multigpu", shard: 1, num_shards: 1, runner: "linux.16xlarge.nvidia.gpu" },
105105 ]}
106106 build-with-debug : false
107107
108- linux-bionic-cuda11_7-py3_9-gcc7-test :
109- name : linux-bionic-cuda11.7-py3.9-gcc7
110- uses : ./.github/workflows/_linux-test.yml
111- needs : linux-bionic-cuda11_7-py3_9-gcc7-build
112- with :
113- build-environment : linux-bionic-cuda11.7-py3.9-gcc7
114- docker-image : ${{ needs.linux-bionic-cuda11_7-py3_9-gcc7-build.outputs.docker-image }}
115- test-matrix : ${{ needs.linux-bionic-cuda11_7-py3_9-gcc7-build.outputs.test-matrix }}
116-
117- linux-bionic-cuda11_7-py3_10-gcc7-debug-build :
118- name : linux-bionic-cuda11.7-py3.10-gcc7-debug
119- uses : ./.github/workflows/_linux-build.yml
120- with :
121- build-environment : linux-bionic-cuda11.7-py3.10-gcc7-debug
122- docker-image-name : pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7
123- build-with-debug : true
124- test-matrix : |
125- { include: [
126- { config: "default", shard: 1, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" },
127- { config: "default", shard: 2, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" },
128- { config: "default", shard: 3, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" },
129- { config: "default", shard: 4, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" },
130- { config: "default", shard: 5, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" },
131- ]}
132-
133- linux-bionic-cuda11_7-py3_10-gcc7-debug-test :
134- name : linux-bionic-cuda11.7-py3.10-gcc7-debug
108+ linux-bionic-cuda11_8-py3_9-gcc7-test :
109+ name : linux-bionic-cuda11.8-py3.9-gcc7
135110 uses : ./.github/workflows/_linux-test.yml
136- needs : linux-bionic-cuda11_7-py3_10 -gcc7-debug -build
111+ needs : linux-bionic-cuda11_8-py3_9 -gcc7-build
137112 with :
138- build-environment : linux-bionic-cuda11.7 -py3.10 -gcc7-debug
139- docker-image : ${{ needs.linux-bionic-cuda11_7-py3_10 -gcc7-debug -build.outputs.docker-image }}
140- test-matrix : ${{ needs.linux-bionic-cuda11_7-py3_10 -gcc7-debug -build.outputs.test-matrix }}
113+ build-environment : linux-bionic-cuda11.8 -py3.9 -gcc7
114+ docker-image : ${{ needs.linux-bionic-cuda11_8-py3_9 -gcc7-build.outputs.docker-image }}
115+ test-matrix : ${{ needs.linux-bionic-cuda11_8-py3_9 -gcc7-build.outputs.test-matrix }}
141116
142- linux-bionic-cuda11_8-py3_8 -gcc7-debug-build :
143- name : linux-bionic-cuda11.8-py3.8 -gcc7-debug
117+ linux-bionic-cuda11_8-py3_10 -gcc7-debug-build :
118+ name : linux-bionic-cuda11.8-py3.10 -gcc7-debug
144119 uses : ./.github/workflows/_linux-build.yml
145120 with :
146- build-environment : linux-bionic-cuda11.8-py3.8 -gcc7-debug
121+ build-environment : linux-bionic-cuda11.8-py3.10 -gcc7-debug
147122 docker-image-name : pytorch-linux-bionic-cuda11.8-cudnn8-py3-gcc7
148123 build-with-debug : true
149124 test-matrix : |
@@ -155,26 +130,14 @@ jobs:
155130 { config: "default", shard: 5, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" },
156131 ]}
157132
158- linux-bionic-cuda11_8-py3_8 -gcc7-debug-test :
159- name : linux-bionic-cuda11.8-py3.8 -gcc7-debug
133+ linux-bionic-cuda11_8-py3_10 -gcc7-debug-test :
134+ name : linux-bionic-cuda11.8-py3.10 -gcc7-debug
160135 uses : ./.github/workflows/_linux-test.yml
161- needs : linux-bionic-cuda11_8-py3_8-gcc7-debug-build
162- with :
163- build-environment : linux-bionic-cuda11.8-py3.8-gcc7-debug
164- docker-image : ${{ needs.linux-bionic-cuda11_8-py3_8-gcc7-debug-build.outputs.docker-image }}
165- test-matrix : ${{ needs.linux-bionic-cuda11_8-py3_8-gcc7-debug-build.outputs.test-matrix }}
166-
167- libtorch-linux-bionic-cuda11_8-gcc7-build :
168- name : libtorch-linux-bionic-cuda11.8-gcc7
169- uses : ./.github/workflows/_linux-build.yml
136+ needs : linux-bionic-cuda11_8-py3_10-gcc7-debug-build
170137 with :
171- build-environment : libtorch-linux-bionic-cuda11.8-gcc7
172- docker-image-name : pytorch-linux-bionic-cuda11.8-cudnn8-py3-gcc7
173- build-generates-artifacts : false
174- test-matrix : |
175- { include: [
176- { config: "default", shard: 1, num_shards: 1 },
177- ]}
138+ build-environment : linux-bionic-cuda11.8-py3.10-gcc7-debug
139+ docker-image : ${{ needs.linux-bionic-cuda11_8-py3_10-gcc7-debug-build.outputs.docker-image }}
140+ test-matrix : ${{ needs.linux-bionic-cuda11_8-py3_10-gcc7-debug-build.outputs.test-matrix }}
178141
179142 win-vs2019-cuda11_8-py3-build :
180143 name : win-vs2019-cuda11.8-py3
@@ -200,18 +163,6 @@ jobs:
200163 cuda-version : " 11.8"
201164 test-matrix : ${{ needs.win-vs2019-cuda11_8-py3-build.outputs.test-matrix }}
202165
203- libtorch-linux-bionic-cuda11_7-gcc7-build :
204- name : libtorch-linux-bionic-cuda11.7-gcc7
205- uses : ./.github/workflows/_linux-build.yml
206- with :
207- build-environment : libtorch-linux-bionic-cuda11.7-gcc7
208- docker-image-name : pytorch-linux-bionic-cuda11.7-cudnn8-py3-gcc7
209- build-generates-artifacts : false
210- test-matrix : |
211- { include: [
212- { config: "default", shard: 1, num_shards: 1 },
213- ]}
214-
215166 ios-12-5-1-x86-64-coreml :
216167 name : ios-12-5-1-x86-64-coreml
217168 uses : ./.github/workflows/_ios-build-test.yml
@@ -329,3 +280,12 @@ jobs:
329280 secrets :
330281 MACOS_SCCACHE_S3_ACCESS_KEY_ID : ${{ secrets.MACOS_SCCACHE_S3_ACCESS_KEY_ID }}
331282 MACOS_SCCACHE_S3_SECRET_ACCESS_KEY : ${{ secrets.MACOS_SCCACHE_S3_SECRET_ACCESS_KEY }}
283+
284+ android-emulator-build-test :
285+ name : android-emulator-build-test
286+ uses : ./.github/workflows/_run_android_tests.yml
287+ with :
288+ test-matrix : |
289+ { include: [
290+ { config: "default", shard: 1, num_shards: 1, runner: "ubuntu-latest" },
291+ ]}
0 commit comments