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

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


The following commit(s) were added to refs/heads/master by this push:
     new b3e1d1c  tools/ci: Remove sim01.dat and sim02.dat
b3e1d1c is described below

commit b3e1d1c3dfc731d7d1d035c6658e3af99e856ef5
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Mon May 17 02:24:59 2021 +0800

    tools/ci: Remove sim01.dat and sim02.dat
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 .github/workflows/build.yml |  2 +-
 tools/ci/testlist/sim01.dat | 23 -----------------------
 tools/ci/testlist/sim02.dat | 10 ----------
 3 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a678126..122d1dc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -159,7 +159,7 @@ jobs:
     needs: Fetch-Source
     strategy:
       matrix:
-        boards: [macos, sim01, sim02]
+        boards: [macos, sim-01, sim-02]
     steps:
       - name: Download Source Artifact
         uses: actions/download-artifact@v1
diff --git a/tools/ci/testlist/sim01.dat b/tools/ci/testlist/sim01.dat
deleted file mode 100644
index bb9292a..0000000
--- a/tools/ci/testlist/sim01.dat
+++ /dev/null
@@ -1,23 +0,0 @@
-/sim/*/*/*/[a-n]*
-
-# macOS doesn't have ALSA
--Darwin,sim:alsa
-
--Darwin,sim:cxxtest
--Darwin,sim:libcxxtest
-
-# Do not build Linux configs
--Darwin,sim:linuxi2c
-
-# macOS doesn't support 32bit(CONFIG_SIM_M32=y) anymore
--Darwin,sim:elf
--Darwin,sim:foc
--Darwin,sim:loadable
--Darwin,sim:module32
-
-# macOS doesn't have X11
--Darwin,sim:lvgl
--Darwin,sim:nsh2
--Darwin,sim:nx11
--Darwin,sim:nxlines
--Darwin,sim:nxwm
diff --git a/tools/ci/testlist/sim02.dat b/tools/ci/testlist/sim02.dat
deleted file mode 100644
index 1974acb..0000000
--- a/tools/ci/testlist/sim02.dat
+++ /dev/null
@@ -1,10 +0,0 @@
-/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
-
-# macOS doesn't have X11
--Darwin,sim:touchscreen

Reply via email to