mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
tools/ci/testlist: Added jobs to speed up CI checks.
Divided jobs risc-v and xtensa to finish workflow under 2 hours.
This commit is contained in:
@@ -123,7 +123,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, risc-v, sim-01, sim-02, xtensa]
|
boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, risc-v-01, risc-v-02, sim-01, sim-02, xtensa-01, xtensa-02]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Source Artifact
|
- name: Download Source Artifact
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
/risc-v/[a-e]*
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
/risc-v
|
/risc-v/[f-s]*
|
||||||
-,arty_a7:.+
|
-,arty_a7:.+
|
||||||
|
|
||||||
# Boards build by CMake
|
# Boards build by CMake
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
/xtensa
|
/xtensa/esp32
|
||||||
|
|
||||||
# We do not set ESPTOOL_BINDIR in this build
|
# We do not set ESPTOOL_BINDIR in this build
|
||||||
-esp32-devkitc:qemu-openeth
|
-esp32-devkitc:qemu-openeth
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
/xtensa/esp32s2
|
||||||
|
|
||||||
|
/xtensa/esp32s3
|
||||||
Reference in New Issue
Block a user