Unverified Commit 0d007b7d authored by moto's avatar moto Committed by GitHub
Browse files

Migrate CircleCI docker image (#1767)

CCI says circleci/python:3.8 is deprecaetd. Migrating to cimg/python:3.8.

> CircleCI’s latest pre-built container images were designed from the ground up to help your team build more reliably.
> Our new images were built specifically for continuous integration projects and they are our most deterministic, performant, and efficient images yet.

> As of Dec 31, 2021, legacy images will no longer be supported on CircleCI.

Related links

- https://circleci.com/blog/announcing-our-next-generation-convenience-images-smaller-faster-more-deterministic
- https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
- https://circleci.com/docs/2.0/next-gen-migration-guide
parent 712c5c67
...@@ -105,7 +105,7 @@ smoke_test_common: &smoke_test_common ...@@ -105,7 +105,7 @@ smoke_test_common: &smoke_test_common
jobs: jobs:
circleci_consistency: circleci_consistency:
docker: docker:
- image: circleci/python:3.8 - image: cimg/python:3.8
steps: steps:
- checkout - checkout
- run: - run:
...@@ -298,7 +298,7 @@ jobs: ...@@ -298,7 +298,7 @@ jobs:
description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)" description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)"
type: string type: string
docker: docker:
- image: circleci/python:3.8 - image: cimg/python:3.8
steps: steps:
- attach_workspace: - attach_workspace:
at: ~/workspace at: ~/workspace
...@@ -633,7 +633,7 @@ jobs: ...@@ -633,7 +633,7 @@ jobs:
docstring_parameters_sync: docstring_parameters_sync:
<<: *binary_common <<: *binary_common
docker: docker:
- image: circleci/python:3.8 - image: cimg/python:3.8
steps: steps:
- checkout - checkout
- run: - run:
......
...@@ -105,7 +105,7 @@ smoke_test_common: &smoke_test_common ...@@ -105,7 +105,7 @@ smoke_test_common: &smoke_test_common
jobs: jobs:
circleci_consistency: circleci_consistency:
docker: docker:
- image: circleci/python:3.8 - image: cimg/python:3.8
steps: steps:
- checkout - checkout
- run: - run:
...@@ -298,7 +298,7 @@ jobs: ...@@ -298,7 +298,7 @@ jobs:
description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)" description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)"
type: string type: string
docker: docker:
- image: circleci/python:3.8 - image: cimg/python:3.8
steps: steps:
- attach_workspace: - attach_workspace:
at: ~/workspace at: ~/workspace
...@@ -633,7 +633,7 @@ jobs: ...@@ -633,7 +633,7 @@ jobs:
docstring_parameters_sync: docstring_parameters_sync:
<<: *binary_common <<: *binary_common
docker: docker:
- image: circleci/python:3.8 - image: cimg/python:3.8
steps: steps:
- checkout - checkout
- run: - run:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment