Skip to content

Commit

Permalink
Updated CircleCI to use 20.04 machine executor
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Apr 19, 2021
1 parent cfd4822 commit fb8c356
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ version: 2
jobs:
lint:
machine:
image: ubuntu-2004:202010-01
enabled: true
environment:
DOCKER_API_VERSION: 1.23
Expand Down Expand Up @@ -124,6 +125,7 @@ jobs:

focal-app-tests:
machine:
image: ubuntu-2004:202010-01
enabled: true
environment:
DOCKER_API_VERSION: 1.23
Expand Down Expand Up @@ -157,6 +159,7 @@ jobs:

app-tests:
machine:
image: ubuntu-2004:202010-01
enabled: true
environment:
DOCKER_API_VERSION: 1.23
Expand Down Expand Up @@ -190,7 +193,7 @@ jobs:

translation-tests:
machine:
image: ubuntu-1604:202007-01
image: ubuntu-2004:202010-01
enabled: true
environment:
DOCKER_API_VERSION: 1.23
Expand Down Expand Up @@ -277,6 +280,7 @@ jobs:
static-analysis-and-no-known-cves:
machine:
image: ubuntu-2004:202010-01
enabled: true
environment:
DOCKER_API_VERSION: 1.23
Expand Down Expand Up @@ -306,6 +310,7 @@ jobs:
staging-test-with-rebase:
machine:
image: ubuntu-2004:202010-01
enabled: true

working_directory: ~/sd
Expand Down Expand Up @@ -337,6 +342,7 @@ jobs:

staging-test-with-rebase-focal:
machine:
image: ubuntu-2004:202010-01
enabled: true

working_directory: ~/sd
Expand Down

0 comments on commit fb8c356

Please sign in to comment.