Skip to content

Commit 88aaf51

Browse files
authored
upgrade to next-gen CircleCI convenience images (#5712)
* upgrade to next-gen CircleCI convenience images * [DEBUG] try latest Android NDK convenience image * [DEBUG] try earliest next-gen android image
1 parent 93104c1 commit 88aaf51

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ smoke_test_common: &smoke_test_common
266266
jobs:
267267
circleci_consistency:
268268
docker:
269-
- image: circleci/python:3.7
269+
- image: cimg/python:3.7
270270
steps:
271271
- checkout
272272
- pip_install:
@@ -279,7 +279,7 @@ jobs:
279279

280280
lint_python_and_config:
281281
docker:
282-
- image: circleci/python:3.7
282+
- image: cimg/python:3.7
283283
steps:
284284
- checkout
285285
- pip_install:
@@ -298,7 +298,7 @@ jobs:
298298

299299
lint_c:
300300
docker:
301-
- image: circleci/python:3.7
301+
- image: cimg/python:3.7
302302
steps:
303303
- apt_install:
304304
args: libtinfo5
@@ -320,7 +320,7 @@ jobs:
320320

321321
type_check_python:
322322
docker:
323-
- image: circleci/python:3.7
323+
- image: cimg/python:3.7
324324
steps:
325325
- apt_install:
326326
args: libturbojpeg-dev
@@ -338,7 +338,7 @@ jobs:
338338

339339
unittest_torchhub:
340340
docker:
341-
- image: circleci/python:3.7
341+
- image: cimg/python:3.7
342342
steps:
343343
- checkout
344344
- install_torchvision
@@ -347,7 +347,7 @@ jobs:
347347

348348
unittest_onnx:
349349
docker:
350-
- image: circleci/python:3.7
350+
- image: cimg/python:3.7
351351
steps:
352352
- checkout
353353
- install_torchvision
@@ -359,7 +359,7 @@ jobs:
359359

360360
unittest_prototype:
361361
docker:
362-
- image: circleci/python:3.7
362+
- image: cimg/python:3.7
363363
resource_class: xlarge
364364
steps:
365365
- checkout
@@ -373,7 +373,7 @@ jobs:
373373

374374
unittest_extended:
375375
docker:
376-
- image: circleci/python:3.7
376+
- image: cimg/python:3.7
377377
resource_class: xlarge
378378
steps:
379379
- checkout
@@ -535,7 +535,7 @@ jobs:
535535
binary_android_build:
536536
<<: *torchvision_android_params
537537
docker:
538-
- image: circleci/android:api-29-ndk
538+
- image: cimg/android:2021.08-ndk
539539
resource_class: xlarge
540540
steps:
541541
- attach_workspace:
@@ -554,7 +554,7 @@ jobs:
554554
binary_android_upload:
555555
<<: *torchvision_android_params
556556
docker:
557-
- image: circleci/android:api-29-ndk
557+
- image: cimg/android:2021.08-ndk
558558
resource_class: xlarge
559559
steps:
560560
- attach_workspace:
@@ -613,7 +613,7 @@ jobs:
613613
description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)"
614614
type: string
615615
docker:
616-
- image: circleci/python:3.7
616+
- image: cimg/python:3.7
617617
steps:
618618
- attach_workspace:
619619
at: ~/workspace
@@ -1037,7 +1037,7 @@ jobs:
10371037
build_docs:
10381038
<<: *binary_common
10391039
docker:
1040-
- image: circleci/python:3.7
1040+
- image: cimg/python:3.7
10411041
resource_class: 2xlarge+
10421042
steps:
10431043
- attach_workspace:

0 commit comments

Comments
 (0)