mirror of https://github.com/ArduPilot/ardupilot
.github: use fixed revision for docker dev containers
This commit is contained in:
parent
b90166ab97
commit
47f8694a6e
|
@ -122,7 +122,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -130,7 +130,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: ardupilot/ardupilot-dev-${{ matrix.type }}:latest
|
image: ardupilot/ardupilot-dev-${{ matrix.type }}:v0.0.29
|
||||||
options: --privileged
|
options: --privileged
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
|
|
@ -131,7 +131,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -144,7 +144,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -22,7 +22,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
test-scripting:
|
test-scripting:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-base:latest
|
container: ardupilot/ardupilot-dev-base:v0.0.29
|
||||||
steps:
|
steps:
|
||||||
# git checkout the PR
|
# git checkout the PR
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -9,7 +9,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-base:latest
|
container: ardupilot/ardupilot-dev-base:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -157,7 +157,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -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
|
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
|
runs-on: ubuntu-20.04
|
||||||
container:
|
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
|
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
@ -271,7 +271,7 @@ jobs:
|
||||||
build-gcc-heli:
|
build-gcc-heli:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
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
|
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
|
||||||
steps:
|
steps:
|
||||||
# git checkout the PR
|
# git checkout the PR
|
||||||
|
@ -306,7 +306,7 @@ jobs:
|
||||||
autotest-heli:
|
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
|
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
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-base:latest
|
container: ardupilot/ardupilot-dev-base:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -156,7 +156,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build-gcc-ap_periph:
|
build-gcc-ap_periph:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-periph:latest
|
container: ardupilot/ardupilot-dev-periph:v0.0.29
|
||||||
steps:
|
steps:
|
||||||
# git checkout the PR
|
# git checkout the PR
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -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
|
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
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: ardupilot/ardupilot-dev-periph:latest
|
image: ardupilot/ardupilot-dev-periph:v0.0.29
|
||||||
options: --privileged
|
options: --privileged
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
|
|
@ -158,7 +158,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -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
|
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
|
runs-on: ubuntu-20.04
|
||||||
container:
|
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
|
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
|
|
@ -157,7 +157,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -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
|
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
|
runs-on: ubuntu-20.04
|
||||||
container:
|
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
|
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
|
|
@ -160,7 +160,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -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
|
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
|
runs-on: ubuntu-20.04
|
||||||
container:
|
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
|
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
|
|
@ -160,7 +160,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -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
|
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
|
runs-on: ubuntu-20.04
|
||||||
container:
|
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
|
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
|
|
@ -59,7 +59,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
image: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.0.29
|
||||||
options: --user 1001
|
options: --user 1001
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # don't cancel if a job from the matrix fails
|
fail-fast: false # don't cancel if a job from the matrix fails
|
||||||
|
|
Loading…
Reference in New Issue