Synchronize tests and actions
This commit is contained in:
parent
c463b81819
commit
afcc7ea22b
29
.github/workflows/test-builds.yml
vendored
29
.github/workflows/test-builds.yml
vendored
@ -36,9 +36,11 @@ jobs:
|
|||||||
# Base Environments
|
# Base Environments
|
||||||
|
|
||||||
- DUE
|
- DUE
|
||||||
|
- DUE_archim
|
||||||
- esp32
|
- esp32
|
||||||
- linux_native
|
- linux_native
|
||||||
- mega2560
|
- mega2560
|
||||||
|
- at90usb1286_dfu
|
||||||
- teensy31
|
- teensy31
|
||||||
- teensy35
|
- teensy35
|
||||||
- teensy41
|
- teensy41
|
||||||
@ -46,13 +48,13 @@ jobs:
|
|||||||
|
|
||||||
# Extended AVR Environments
|
# Extended AVR Environments
|
||||||
|
|
||||||
- FYSETC_F6_13
|
- FYSETC_F6
|
||||||
- mega1280
|
- mega1280
|
||||||
- rambo
|
- rambo
|
||||||
- sanguino1284p
|
- sanguino1284p
|
||||||
- sanguino644p
|
- sanguino644p
|
||||||
|
|
||||||
# Extended STM32 Environments
|
# STM32F1 (Maple) Environments
|
||||||
|
|
||||||
- STM32F103RC_btt
|
- STM32F103RC_btt
|
||||||
- STM32F103RC_btt_USB
|
- STM32F103RC_btt_USB
|
||||||
@ -76,36 +78,31 @@ jobs:
|
|||||||
- BIGTREE_BTT002
|
- BIGTREE_BTT002
|
||||||
- BIGTREE_SKR_PRO
|
- BIGTREE_SKR_PRO
|
||||||
- BIGTREE_GTR_V1_0
|
- BIGTREE_GTR_V1_0
|
||||||
- mks_robin
|
|
||||||
- mks_robin_stm32
|
- mks_robin_stm32
|
||||||
- ARMED
|
- ARMED
|
||||||
- FYSETC_S6
|
- FYSETC_S6
|
||||||
- STM32F070CB_malyan
|
- STM32F070CB_malyan
|
||||||
- STM32F070RB_malyan
|
- STM32F070RB_malyan
|
||||||
- malyan_M300
|
- malyan_M300
|
||||||
- mks_robin_lite
|
|
||||||
- FLYF407ZG
|
- FLYF407ZG
|
||||||
- rumba32
|
- rumba32
|
||||||
- mks_robin_pro
|
|
||||||
- STM32F103RET6_creality
|
|
||||||
- LERDGEX
|
- LERDGEX
|
||||||
- LERDGEK
|
- LERDGEK
|
||||||
- mks_robin_nano35
|
- mks_robin_nano35_stm32
|
||||||
|
- NUCLEO_F767ZI
|
||||||
|
- REMRAM_V1
|
||||||
|
- BTT_SKR_SE_BX
|
||||||
|
- chitu_f103
|
||||||
|
|
||||||
# Put lengthy tests last
|
# Put lengthy tests last
|
||||||
|
|
||||||
- LPC1768
|
- LPC1768
|
||||||
- LPC1769
|
- LPC1769
|
||||||
|
|
||||||
# STM32 with non-STM framework. both broken for now. they should use HAL_STM32 which is working.
|
|
||||||
|
|
||||||
#- STM32F4
|
|
||||||
#- STM32F7
|
|
||||||
|
|
||||||
# Non-working environment tests
|
# Non-working environment tests
|
||||||
#- at90usb1286_cdc
|
#- at90usb1286_cdc
|
||||||
#- at90usb1286_dfu
|
|
||||||
#- STM32F103CB_malyan
|
#- STM32F103CB_malyan
|
||||||
|
#- STM32F103RE
|
||||||
#- mks_robin_mini
|
#- mks_robin_mini
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -126,8 +123,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run ${{ matrix.test-platform }} Tests
|
- name: Run ${{ matrix.test-platform }} Tests
|
||||||
run: |
|
run: |
|
||||||
# Inline tests script
|
make tests-single-ci TEST_TARGET=${{ matrix.test-platform }}
|
||||||
chmod +x buildroot/bin/*
|
|
||||||
chmod +x buildroot/tests/*
|
|
||||||
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH}
|
|
||||||
run_tests . ${{ matrix.test-platform }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user