Skip to content

Commit

Permalink
Merge pull request #4999 from OlegHahm/cortex_m4_more_ci_groups
Browse files Browse the repository at this point in the history
ci: split up cortex_m4 in even more groups
  • Loading branch information
OlegHahm committed Mar 9, 2016
2 parents 2c33e69 + f576317 commit 0047fc9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ env:
- NPROC_MAX=8
matrix:
- BUILDTEST_MCU_GROUP=static-tests
- BUILDTEST_MCU_GROUP=cortex_m4_3
- BUILDTEST_MCU_GROUP=cortex_m4_2
- BUILDTEST_MCU_GROUP=cortex_m4_1
- BUILDTEST_MCU_GROUP=cortex_m0_2
Expand Down
2 changes: 1 addition & 1 deletion boards/nrf52dk/Makefile.features
Expand Up @@ -10,4 +10,4 @@ FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2
FEATURES_MCU_GROUP = cortex_m4_3
2 changes: 1 addition & 1 deletion boards/nucleo-f401/Makefile.features
Expand Up @@ -10,4 +10,4 @@ FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2
FEATURES_MCU_GROUP = cortex_m4_3
2 changes: 1 addition & 1 deletion boards/pba-d-01-kw2x/Makefile.features
Expand Up @@ -14,4 +14,4 @@ FEATURES_PROVIDED += periph_uart
# Various other features (if any)

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1
FEATURES_MCU_GROUP = cortex_m4_3
2 changes: 1 addition & 1 deletion boards/stm32f3discovery/Makefile.features
Expand Up @@ -11,4 +11,4 @@ FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += cpp

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_1
FEATURES_MCU_GROUP = cortex_m4_3
2 changes: 1 addition & 1 deletion dist/tools/drone-scripts/build_and_test.sh
Expand Up @@ -67,7 +67,7 @@ if $FULL_CHECK; then
parallel -k exec_build_func {} "$@" ::: static-tests avr8 msp430 x86 arm7 \
cortex_m0_2 cortex_m0_1 \
cortex_m3_1 cortex_m3_2 \
cortex_m4_1 cortex_m4_2 \
cortex_m4_1 cortex_m4_2 cortex_m4_3 \
|& tee -a "$MYTMPDIR/output.log"
else
echo "PR not ready for CI build. Only static-tests will be executed!"
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/travis-scripts/get-pkg-list.py
Expand Up @@ -21,7 +21,7 @@
import os

arm_mcu_groups = ["arm7", "cortex_m0_2", "cortex_m0_1", "cortex_m3_1",
"cortex_m3_2", "cortex_m4_1", "cortex_m4_2"]
"cortex_m3_2", "cortex_m4_1", "cortex_m4_2", "cortex_m4_3"]
msp_mcu_groups = ["msp430"]
x86_mcu_groups = ["x86"]
avr8_mcu_groups = ["avr8"]
Expand Down

0 comments on commit 0047fc9

Please sign in to comment.