mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
.github: run python cleanliness and validate board list only once
This commit is contained in:
parent
f2e34befe4
commit
1391892406
4
.github/workflows/test_scripts.yml
vendored
4
.github/workflows/test_scripts.yml
vendored
@ -16,7 +16,9 @@ jobs:
|
|||||||
config: [
|
config: [
|
||||||
check_autotest_options,
|
check_autotest_options,
|
||||||
param_parse,
|
param_parse,
|
||||||
]
|
python-cleanliness,
|
||||||
|
validate_board_list,
|
||||||
|
]
|
||||||
steps:
|
steps:
|
||||||
# git checkout the PR
|
# git checkout the PR
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
10
.github/workflows/test_unit_tests.yml
vendored
10
.github/workflows/test_unit_tests.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: test unit tests and Python cleanliness
|
name: test unit tests and sitl building
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
# paths:
|
# paths:
|
||||||
@ -23,17 +23,9 @@ jobs:
|
|||||||
]
|
]
|
||||||
config: [
|
config: [
|
||||||
unit-tests,
|
unit-tests,
|
||||||
python-cleanliness,
|
|
||||||
validate_board_list,
|
|
||||||
sitl
|
sitl
|
||||||
# examples,
|
# examples,
|
||||||
]
|
]
|
||||||
exclude:
|
|
||||||
- config: [
|
|
||||||
python-cleanliness,
|
|
||||||
validate_board_list
|
|
||||||
]
|
|
||||||
toolchain: clang
|
|
||||||
steps:
|
steps:
|
||||||
# git checkout the PR
|
# git checkout the PR
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user