Skip to content

upgrade to next-gen CircleCI convenience images #5712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ smoke_test_common: &smoke_test_common
jobs:
circleci_consistency:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
steps:
- checkout
- pip_install:
Expand All @@ -279,7 +279,7 @@ jobs:

lint_python_and_config:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
steps:
- checkout
- pip_install:
Expand All @@ -298,7 +298,7 @@ jobs:

lint_c:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
steps:
- apt_install:
args: libtinfo5
Expand All @@ -320,7 +320,7 @@ jobs:

type_check_python:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
steps:
- apt_install:
args: libturbojpeg-dev
Expand All @@ -338,7 +338,7 @@ jobs:

unittest_torchhub:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
steps:
- checkout
- install_torchvision
Expand All @@ -347,7 +347,7 @@ jobs:

unittest_onnx:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
steps:
- checkout
- install_torchvision
Expand All @@ -359,7 +359,7 @@ jobs:

unittest_prototype:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
resource_class: xlarge
steps:
- checkout
Expand All @@ -373,7 +373,7 @@ jobs:

unittest_extended:
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
resource_class: xlarge
steps:
- checkout
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
binary_android_build:
<<: *torchvision_android_params
docker:
- image: circleci/android:api-29-ndk
- image: cimg/android:2021.08-ndk
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -554,7 +554,7 @@ jobs:
binary_android_upload:
<<: *torchvision_android_params
docker:
- image: circleci/android:api-29-ndk
- image: cimg/android:2021.08-ndk
resource_class: xlarge
steps:
- attach_workspace:
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)"
type: string
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
steps:
- attach_workspace:
at: ~/workspace
Expand Down Expand Up @@ -1037,7 +1037,7 @@ jobs:
build_docs:
<<: *binary_common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
resource_class: 2xlarge+
steps:
- attach_workspace:
Expand Down