mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
.github: migrate to ardupilot image
This commit is contained in:
parent
496267115c
commit
a564d58dda
2
.github/workflows/test_chibios.yml
vendored
2
.github/workflows/test_chibios.yml
vendored
@ -9,7 +9,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
2
.github/workflows/test_linux_sbc.yml
vendored
2
.github/workflows/test_linux_sbc.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
2
.github/workflows/test_replay.yml
vendored
2
.github/workflows/test_replay.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
8
.github/workflows/test_sitl_copter.yml
vendored
8
.github/workflows/test_sitl_copter.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
autotest:
|
||||
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: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
@ -124,7 +124,7 @@ jobs:
|
||||
build-gcc-heli:
|
||||
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: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
steps:
|
||||
# git checkout the PR
|
||||
- uses: actions/checkout@v2
|
||||
@ -163,7 +163,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: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
4
.github/workflows/test_sitl_periph.yml
vendored
4
.github/workflows/test_sitl_periph.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build-gcc-ap_periph:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
steps:
|
||||
# git checkout the PR
|
||||
- uses: actions/checkout@v2
|
||||
@ -54,7 +54,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: khancyr/ardupilot-dev-base:latest
|
||||
image: ardupilot/ardupilot-dev-base:latest
|
||||
options: --privileged
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
|
4
.github/workflows/test_sitl_plane.yml
vendored
4
.github/workflows/test_sitl_plane.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
autotest:
|
||||
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: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
4
.github/workflows/test_sitl_rover.yml
vendored
4
.github/workflows/test_sitl_rover.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
autotest:
|
||||
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: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
4
.github/workflows/test_sitl_sub.yml
vendored
4
.github/workflows/test_sitl_sub.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
autotest:
|
||||
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: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
4
.github/workflows/test_sitl_tracker.yml
vendored
4
.github/workflows/test_sitl_tracker.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
autotest:
|
||||
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: khancyr/ardupilot-dev-base:latest
|
||||
container: ardupilot/ardupilot-dev-base:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
2
.github/workflows/test_unit_tests.yml
vendored
2
.github/workflows/test_unit_tests.yml
vendored
@ -8,7 +8,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
container: khancyr/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:latest
|
||||
strategy:
|
||||
fail-fast: false # don't cancel if a job from the matrix fails
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user