2022-02-21 23:53:46 -04:00
|
|
|
name: test ccache
|
|
|
|
|
2023-02-08 18:33:17 -04:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths-ignore:
|
|
|
|
# remove other vehicles
|
|
|
|
- 'AntennaTracker/**'
|
|
|
|
- 'ArduPlane/**'
|
|
|
|
- 'ArduSub/**'
|
|
|
|
- 'Blimp/**'
|
|
|
|
- 'Rover/**'
|
|
|
|
# remove non chibios HAL
|
|
|
|
- 'libraries/AP_HAL_Linux/**'
|
|
|
|
- 'libraries/AP_HAL_ESP32/**'
|
|
|
|
- 'libraries/AP_HAL_SITL/**'
|
|
|
|
# remove non stm directories
|
|
|
|
- 'Tools/CHDK-Script/**'
|
|
|
|
- 'Tools/CodeStyle/**'
|
|
|
|
- 'Tools/completion/**'
|
|
|
|
- 'Tools/debug/**'
|
|
|
|
- 'Tools/environment_install/**'
|
|
|
|
- 'Tools/FilterTestTool/**'
|
|
|
|
- 'Tools/Frame_params/**'
|
|
|
|
- 'Tools/geotag/**'
|
|
|
|
- 'Tools/GIT_Test/**'
|
|
|
|
- 'Tools/gittools/**'
|
|
|
|
- 'Tools/Hello/**'
|
|
|
|
- 'Tools/LogAnalyzer/**'
|
|
|
|
- 'Tools/mavproxy_modules/**'
|
|
|
|
- 'Tools/Pozyx/**'
|
|
|
|
- 'Tools/PrintVersion.py'
|
|
|
|
- 'Tools/Replay/**'
|
|
|
|
- 'Tools/simulink/**'
|
|
|
|
- 'Tools/UDP_Proxy/**'
|
|
|
|
- 'Tools/vagrant/**'
|
|
|
|
- 'Tools/Vicon/**'
|
|
|
|
# Remove autotests stuff
|
|
|
|
- 'Tools/autotest/**'
|
|
|
|
# Remove markdown files as irrelevant
|
|
|
|
- '**.md'
|
|
|
|
# Remove dotfile at root directory
|
|
|
|
- './.dir-locals.el'
|
|
|
|
- './.dockerignore'
|
|
|
|
- './.editorconfig'
|
|
|
|
- './.flake8'
|
|
|
|
- './.gitattributes'
|
|
|
|
- './.github'
|
|
|
|
- './.gitignore'
|
|
|
|
- './.pre-commit-config.yaml'
|
|
|
|
- './.pydevproject'
|
|
|
|
- './.valgrind-suppressions'
|
|
|
|
- './.valgrindrc'
|
|
|
|
- 'Dockerfile'
|
|
|
|
- 'Vagrantfile'
|
|
|
|
- 'Makefile'
|
|
|
|
# Remove some directories check
|
|
|
|
- '.vscode/**'
|
|
|
|
- '.github/ISSUE_TEMPLATE/**'
|
2023-08-22 19:06:17 -03:00
|
|
|
# Remove change on other workflows
|
|
|
|
- '.github/workflows/test_environment.yml'
|
2023-02-08 18:33:17 -04:00
|
|
|
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
# remove other vehicles
|
|
|
|
- 'AntennaTracker/**'
|
|
|
|
- 'ArduPlane/**'
|
|
|
|
- 'ArduSub/**'
|
|
|
|
- 'Blimp/**'
|
|
|
|
- 'Rover/**'
|
|
|
|
# remove non chibios HAL
|
|
|
|
- 'libraries/AP_HAL_Linux/**'
|
|
|
|
- 'libraries/AP_HAL_ESP32/**'
|
|
|
|
- 'libraries/AP_HAL_SITL/**'
|
|
|
|
# remove non stm directories
|
|
|
|
- 'Tools/CHDK-Script/**'
|
|
|
|
- 'Tools/CodeStyle/**'
|
|
|
|
- 'Tools/completion/**'
|
|
|
|
- 'Tools/debug/**'
|
|
|
|
- 'Tools/environment_install/**'
|
|
|
|
- 'Tools/FilterTestTool/**'
|
|
|
|
- 'Tools/Frame_params/**'
|
|
|
|
- 'Tools/geotag/**'
|
|
|
|
- 'Tools/GIT_Test/**'
|
|
|
|
- 'Tools/gittools/**'
|
|
|
|
- 'Tools/Hello/**'
|
|
|
|
- 'Tools/LogAnalyzer/**'
|
|
|
|
- 'Tools/mavproxy_modules/**'
|
|
|
|
- 'Tools/Pozyx/**'
|
|
|
|
- 'Tools/PrintVersion.py'
|
|
|
|
- 'Tools/Replay/**'
|
|
|
|
- 'Tools/simulink/**'
|
|
|
|
- 'Tools/UDP_Proxy/**'
|
|
|
|
- 'Tools/vagrant/**'
|
|
|
|
- 'Tools/Vicon/**'
|
|
|
|
# Remove autotests stuff
|
|
|
|
- 'Tools/autotest/**'
|
|
|
|
# Remove markdown files as irrelevant
|
|
|
|
- '**.md'
|
|
|
|
# Remove dotfile at root directory
|
|
|
|
- './.dir-locals.el'
|
|
|
|
- './.dockerignore'
|
|
|
|
- './.editorconfig'
|
|
|
|
- './.flake8'
|
|
|
|
- './.gitattributes'
|
|
|
|
- './.github'
|
|
|
|
- './.gitignore'
|
|
|
|
- './.pre-commit-config.yaml'
|
|
|
|
- './.pydevproject'
|
|
|
|
- './.valgrind-suppressions'
|
|
|
|
- './.valgrindrc'
|
|
|
|
- 'Dockerfile'
|
|
|
|
- 'Vagrantfile'
|
|
|
|
- 'Makefile'
|
|
|
|
# Remove some directories check
|
|
|
|
- '.vscode/**'
|
|
|
|
- '.github/ISSUE_TEMPLATE/**'
|
2023-08-22 19:06:17 -03:00
|
|
|
# Remove change on other workflows
|
|
|
|
- '.github/workflows/test_environment.yml'
|
2023-02-08 18:33:17 -04:00
|
|
|
|
|
|
|
workflow_dispatch:
|
|
|
|
|
2022-02-21 23:53:46 -04:00
|
|
|
concurrency:
|
|
|
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2023-08-31 18:25:51 -03:00
|
|
|
runs-on: ubuntu-22.04
|
2023-08-18 14:47:52 -03:00
|
|
|
container: ardupilot/ardupilot-dev-${{ matrix.toolchain }}:v0.1.0
|
2022-02-21 23:53:46 -04:00
|
|
|
strategy:
|
|
|
|
fail-fast: false # don't cancel if a job from the matrix fails
|
|
|
|
matrix:
|
|
|
|
toolchain: [
|
|
|
|
chibios,
|
|
|
|
]
|
|
|
|
gcc: [10]
|
|
|
|
steps:
|
|
|
|
# git checkout the PR
|
2022-12-09 07:47:48 -04:00
|
|
|
- uses: actions/checkout@v3
|
2022-02-21 23:53:46 -04:00
|
|
|
with:
|
|
|
|
submodules: 'recursive'
|
|
|
|
- name: ccache test
|
|
|
|
shell: bash
|
|
|
|
run: |
|
|
|
|
PATH="/usr/lib/ccache:/opt/gcc-arm-none-eabi-${{matrix.gcc}}/bin:$PATH"
|
|
|
|
Tools/scripts/build_tests/test_ccache.py --boards MatekF405,MatekF405-bdshot --min-cache-pct=75
|
2023-08-16 12:22:14 -03:00
|
|
|
Tools/scripts/build_tests/test_ccache.py --boards Durandal,Pixhawk6X --min-cache-pct=70
|
2022-02-21 23:53:46 -04:00
|
|
|
|