This PR splits the CI Build Job sim-01 and adds sim-03: Before the Split: Simulator Jobs take up to 1.5 hours to complete - sim-01 (1 hour 31 mins): adb, citest, lvgl, matter - sim-02 (28 mins): posix_test, sqlite After the Split: Simulator Jobs will complete within 1 hour - sim-01 (58 mins): adb, citest - sim-02 (35 mins): lvgl, matter - sim-03 (28 mins): posix_test, sqlite This will help us comply with the ASF Policy for GitHub Actions, as explained here: https://github.com/apache/nuttx/issues/14376
51 lines
981 B
Text
51 lines
981 B
Text
/sim/*/*/*/[o-z]*
|
|
|
|
# macOS doesn't support 32bit anymore(CONFIG_SIM_M32=y)
|
|
-Darwin,sim:posix_spawn
|
|
-Darwin,sim:rpproxy
|
|
-Darwin,sim:rpserver
|
|
-Darwin,sim:sotest32
|
|
|
|
# clang doesn't -fsanitize=kernel-address
|
|
-Darwin,sim:ostest
|
|
-Darwin,sim:ostest_oneholder
|
|
|
|
# macOS doesn't support --wrap flag
|
|
# ld: unknown option: --wrap
|
|
-Darwin,sim:segger
|
|
|
|
# macOS doesn't have X11
|
|
-Darwin,sim:touchscreen
|
|
|
|
# Do not build Windows configs
|
|
-,sim:windows
|
|
|
|
# macOS doesn't support simusb simhost
|
|
-Darwin,sim:usbdev
|
|
-Darwin,sim:usbhost
|
|
|
|
# Boards build by CMake
|
|
CMake,sim:ostest
|
|
CMake,sim:ostest_oneholder
|
|
CMake,sim:pf_ieee802154
|
|
CMake,sim:pktradio
|
|
CMake,sim:rc
|
|
CMake,sim:romfs
|
|
CMake,sim:rpproxy
|
|
CMake,sim:rpserver
|
|
CMake,sim:rtptools
|
|
CMake,sim:sensor
|
|
CMake,sim:sixlowpan
|
|
CMake,sim:smartfs
|
|
CMake,sim:smp
|
|
CMake,sim:spiffs
|
|
CMake,sim:tcpblaster
|
|
CMake,sim:tcploop
|
|
CMake,sim:udgram
|
|
CMake,sim:unionfs
|
|
CMake,sim:usbdev
|
|
CMake,sim:usbhost
|
|
CMake,sim:userfs
|
|
CMake,sim:usrsocktest
|
|
CMake,sim:ustream
|
|
CMake,sim:vncserver
|