Commit 1c5cb6bd authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ci: use common ubuntu image across jobs (#3294)

Helps with caching to use the same docker image
across jobs. This updates jobs on an older ubuntu
docker image to the latest ubuntu docker image
provided by circleci.
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 0273426f
...@@ -290,7 +290,7 @@ jobs: ...@@ -290,7 +290,7 @@ jobs:
bedrock-markdown: bedrock-markdown:
machine: machine:
image: ubuntu-2004:202111-02 image: ubuntu-2204:2022.07.1
steps: steps:
- checkout - checkout
- run: - run:
...@@ -460,7 +460,7 @@ jobs: ...@@ -460,7 +460,7 @@ jobs:
devnet: devnet:
machine: machine:
image: ubuntu-2004:202201-01 image: ubuntu-2204:2022.07.1
docker_layer_caching: true docker_layer_caching: true
environment: environment:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
...@@ -517,7 +517,7 @@ jobs: ...@@ -517,7 +517,7 @@ jobs:
integration-tests: integration-tests:
machine: machine:
image: ubuntu-2004:202201-01 image: ubuntu-2204:2022.07.1
docker_layer_caching: true docker_layer_caching: true
environment: environment:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
...@@ -607,7 +607,7 @@ jobs: ...@@ -607,7 +607,7 @@ jobs:
sim: sim:
type: string type: string
machine: machine:
image: ubuntu-2004:202201-02 image: ubuntu-2204:2022.07.1
docker_layer_caching: true docker_layer_caching: true
resource_class: xlarge resource_class: xlarge
steps: steps:
......
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