Skip to content

Commit

Permalink
Merge branch 'master' into fix_stm32l4plus_flash_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubashchandar authored Oct 5, 2023
2 parents ea517c1 + 77945be commit 1bf8a5c
Show file tree
Hide file tree
Showing 902 changed files with 77,038 additions and 48,287 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cleanup:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
# `actions:write` permission is required to delete caches
# See also: https://docs.github.com/en/rest/actions/cache?apiVersion=2022-11-28#delete-a-github-actions-cache-for-a-repository-using-a-cache-id
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/esp32_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
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_ccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,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.0
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_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,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.0
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-${{ matrix.type }}:v0.0.29
image: ardupilot/ardupilot-dev-${{ matrix.type }}:v0.1.0
options: --privileged
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
Expand Down Expand Up @@ -56,14 +56,6 @@ jobs:
- name: setup ccache
run: |
. .github/workflows/ccache.env
- name: Configure CAN
if: ${{ matrix.config == 'sitltest-can'}}
run: |
sudo apt-get update
sudo apt-get -y install can-utils iproute2 linux-modules-extra-$(uname -r)
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0
- name: test ${{matrix.config}} ${{ matrix.toolchain }}
env:
CI_BUILD_TARGET: ${{matrix.config}}
Expand Down Expand Up @@ -99,7 +91,7 @@ jobs:
finish:
if: always()
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_dds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ardupilot/ardupilot-dev-ros:latest
options: --user 1001
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ${{matrix.os}}:${{matrix.name}}
options: --privileged
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
software-properties-common
;;
*"archlinux"*)
pacman -Sy --noconfirm --needed git sudo
pacman -Syu --noconfirm --needed git sudo
;;
esac
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_linux_sbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,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.0
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_replay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,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.0
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_scripting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ concurrency:

jobs:
test-scripting:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-base:v0.0.29
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-base:v0.1.0
steps:
# git checkout the PR
- uses: actions/checkout@v3
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ concurrency:

jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-base:v0.0.29
runs-on: ubuntu-22.04
container: ardupilot/ardupilot-dev-base:v0.1.0
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand All @@ -30,6 +30,4 @@ jobs:
CI_BUILD_TARGET: ${{matrix.config}}
shell: bash
run: |
sudo apt update
sudo apt-get install -y astyle
Tools/scripts/build_ci.sh
Loading

0 comments on commit 1bf8a5c

Please sign in to comment.