Skip to content

Commit

Permalink
.github: use fixed revision for docker dev containers
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed May 17, 2023
1 parent b90166a commit 47f8694
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_ccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
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 @@ -130,7 +130,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
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-20.04
container:
image: ardupilot/ardupilot-dev-${{ matrix.type }}:latest
image: ardupilot/ardupilot-dev-${{ matrix.type }}:v0.0.29
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 @@ -131,7 +131,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
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 @@ -144,7 +144,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
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-20.04
container: ardupilot/ardupilot-dev-base:latest
container: ardupilot/ardupilot-dev-base:v0.0.29
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-20.04
container: ardupilot/ardupilot-dev-base:latest
container: ardupilot/ardupilot-dev-base:v0.0.29
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
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 @@ -157,7 +157,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -203,7 +203,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-20.04
container:
image: ardupilot/ardupilot-dev-base:latest
image: ardupilot/ardupilot-dev-base:v0.0.29
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 @@ -271,7 +271,7 @@ jobs:
build-gcc-heli:
runs-on: ubuntu-20.04
container:
image: ardupilot/ardupilot-dev-base:latest
image: ardupilot/ardupilot-dev-base:v0.0.29
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
steps:
# git checkout the PR
Expand Down Expand Up @@ -306,7 +306,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-20.04
container: ardupilot/ardupilot-dev-base:latest
container: ardupilot/ardupilot-dev-base:v0.0.29
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 @@ -156,7 +156,7 @@ concurrency:
jobs:
build-gcc-ap_periph:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-periph:latest
container: ardupilot/ardupilot-dev-periph:v0.0.29
steps:
# git checkout the PR
- uses: actions/checkout@v3
Expand Down Expand Up @@ -197,7 +197,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-20.04
container:
image: ardupilot/ardupilot-dev-periph:latest
image: ardupilot/ardupilot-dev-periph:v0.0.29
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 @@ -158,7 +158,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -204,7 +204,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-20.04
container:
image: ardupilot/ardupilot-dev-base:latest
image: ardupilot/ardupilot-dev-base:v0.0.29
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 @@ -157,7 +157,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -203,7 +203,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-20.04
container:
image: ardupilot/ardupilot-dev-base:latest
image: ardupilot/ardupilot-dev-base:v0.0.29
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 @@ -160,7 +160,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -206,7 +206,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-20.04
container:
image: ardupilot/ardupilot-dev-base:latest
image: ardupilot/ardupilot-dev-base:v0.0.29
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 @@ -160,7 +160,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down Expand Up @@ -206,7 +206,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-20.04
container:
image: ardupilot/ardupilot-dev-base:latest
image: ardupilot/ardupilot-dev-base:v0.0.29
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 @@ -59,7 +59,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
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 @@ -97,7 +97,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
image: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
image: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
options: --user 1001
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down

0 comments on commit 47f8694

Please sign in to comment.