travis: shift tests around to avoid 50m limit on travis

Recent additions to copter-tests2 mean we're running out of time there
This commit is contained in:
Peter Barker 2020-09-07 09:13:38 +10:00 committed by Peter Barker
parent d6e3b5834a
commit e81b6e1f17

View File

@ -57,16 +57,16 @@ matrix:
include:
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader navigator iofirmware stm32f7 stm32h7 fmuv2-plane sitltest-copter-tests2"
env: CI_BUILD_TARGET="sitltest-copter-tests2 sitltest-heli"
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-copter-tests1"
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane"
env: CI_BUILD_TARGET="sitltest-tracker sitltest-quadplane sitltest-plane"
- if: type != cron
compiler: "clang-7"
env: CI_BUILD_TARGET="sitltest-rover sitltest-sub sitltest-balancebot"
- if: type != cron
compiler: "clang-7"
env: CI_BUILD_TARGET="unit-tests sitl sitltest-tracker sitltest-heli"
env: CI_BUILD_TARGET="revo-bootloader periph-build CubeOrange-bootloader navigator iofirmware stm32f7 stm32h7 fmuv2-plane unit-tests sitl"