Skip to content

Commit

Permalink
Fixed CircleCI Ubuntu image bug and updated VM images (#1320)
Browse files Browse the repository at this point in the history
* updated ubuntu image tags; updates #1319

* forcing verbose; updates #1319

* removing keys; updates #1319

* apply fix to all jobs; updates #1319
  • Loading branch information
martukas authored Nov 15, 2022
1 parent 91699f1 commit 8875c3c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
common-tests:
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
environment:
GIT_LFS_SKIP_SMUDGE: 1
steps:
- checkout
- run:
name: Install dependencies
command: |
sudo rm -rf /var/lib/apt/lists/*
export FORCED_ROOT=1
./software/common/common.sh install
- run:
Expand All @@ -41,7 +42,7 @@ jobs:
controller-tests:
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
environment:
GIT_LFS_SKIP_SMUDGE: 1
resource_class: large
Expand All @@ -50,6 +51,7 @@ jobs:
- run:
name: Install dependencies
command: |
sudo rm -rf /var/lib/apt/lists/*
export FORCED_ROOT=1
./software/controller/controller.sh install
- run:
Expand All @@ -60,7 +62,7 @@ jobs:
gui-tests:
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
resource_class: large
environment:
GIT_LFS_SKIP_SMUDGE: 1
Expand All @@ -69,6 +71,7 @@ jobs:
- run:
name: Install dependencies
command: |
sudo rm -rf /var/lib/apt/lists/*
export FORCED_ROOT=1
./software/gui/gui.sh install
- run:
Expand All @@ -85,7 +88,7 @@ jobs:
debug-tests:
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
environment:
GIT_LFS_SKIP_SMUDGE: 1
resource_class: medium
Expand All @@ -94,6 +97,7 @@ jobs:
- run:
name: Install dependencies
command: |
sudo rm -rf /var/lib/apt/lists/*
export FORCED_ROOT=1
./software/controller/controller.sh install
- run:
Expand Down

0 comments on commit 8875c3c

Please sign in to comment.