Skip to content

Commit

Permalink
CI: move param_check_unittests to test_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Jan 7, 2025
1 parent 347e010 commit 5f6af5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/param_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

- name: Param Check Unittests
run: >
python Tools/Carbonix_scripts/param_check_unittests.py
- name: Check Periph Parameters
run: >
python Tools/Carbonix_scripts/param_check.py
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
python-cleanliness,
astyle-cleanliness,
validate_board_list,
]
param_check_unittests,
]
steps:
# git checkout the PR
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,11 @@ for t in $CI_BUILD_TARGET; do
continue
fi

if [ "$t" == "param_check_unittests" ]; then
python Tools/Carbonix_scripts/param_check_unittests.py
continue
fi

if [[ -z ${CI_CRON_JOB+1} ]]; then
echo "Starting waf build for board ${t}..."
$waf configure --board "$t" \
Expand Down

0 comments on commit 5f6af5f

Please sign in to comment.