This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit e4ca1a2de952893551c77971d862c80f67ae9558
Author: Tiago Medicci Serrano <tiago.medi...@espressif.com>
AuthorDate: Fri Mar 7 17:39:43 2025 -0300

    CI: Move esp32s3-devkit:python from xtensa-02.dat to xtensa-03.dat
    
    This prevents CI from testing esp32s3-devkit:python automatically,
    avoiding it to be overloaded. Manual testing can be triggered to
    test xtensa-03.dat.
    
    Signed-off-by: Tiago Medicci Serrano <tiago.medi...@espressif.com>
---
 tools/ci/testlist/xtensa-02.dat | 3 +++
 tools/ci/testlist/xtensa-03.dat | 1 +
 2 files changed, 4 insertions(+)

diff --git a/tools/ci/testlist/xtensa-02.dat b/tools/ci/testlist/xtensa-02.dat
index 0d325bf303..a0de1681cf 100644
--- a/tools/ci/testlist/xtensa-02.dat
+++ b/tools/ci/testlist/xtensa-02.dat
@@ -2,5 +2,8 @@
 
 /xtensa/esp32s3
 
+# Building Python takes too long to be tested automatically
+-esp32s3-devkit:python
+
 # We do not set ESPTOOL_BINDIR in this build
 -esp32s3-devkit:qemu_openeth
diff --git a/tools/ci/testlist/xtensa-03.dat b/tools/ci/testlist/xtensa-03.dat
new file mode 100644
index 0000000000..9d11a71de3
--- /dev/null
+++ b/tools/ci/testlist/xtensa-03.dat
@@ -0,0 +1 @@
+/xtensa/esp32s3/esp32s3-devkit/configs/python

Reply via email to