Skip to content

Commit

Permalink
.github: move containers to v0.1.3 to include latest python stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Nov 22, 2023
1 parent 92c338f commit aeed2c1
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_ccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-${{ matrix.type }}:v0.1.1
image: ardupilot/ardupilot-dev-${{ matrix.type }}:v0.1.3
options: --privileged
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_linux_sbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_replay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_scripting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
jobs:
test-scripting:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-base:v0.1.1
container: ardupilot/ardupilot-dev-base:v0.1.3
steps:
# git checkout the PR
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-base:v0.1.1
container: ardupilot/ardupilot-dev-base:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_sitl_blimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
needs: build # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-base:v0.1.1
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_sitl_copter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
needs: build # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-base:v0.1.1
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
build-gcc-heli:
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-base:v0.1.1
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
steps:
# git checkout the PR
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
autotest-heli:
needs: build-gcc-heli # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-base:v0.1.1
container: ardupilot/ardupilot-dev-base:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_sitl_periph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ concurrency:
jobs:
build-gcc-ap_periph:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-periph:v0.1.1
container: ardupilot/ardupilot-dev-periph:v0.1.3
steps:
# git checkout the PR
- uses: actions/checkout@v3
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
needs: build-gcc-ap_periph # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-periph:v0.1.1
image: ardupilot/ardupilot-dev-periph:v0.1.3
options: --privileged
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_sitl_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
needs: build # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-base:v0.1.1
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_sitl_rover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
needs: build # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-base:v0.1.1
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_sitl_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
needs: build # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-base:v0.1.1
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_sitl_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
needs: build # don't try to launch the tests matrix if it doesn't build first, profit from caching for fast build
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-base:v0.1.1
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
build:
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.1
image: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.3
options: --user 1001
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down

0 comments on commit aeed2c1

Please sign in to comment.