You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/04/03 14:15:42 UTC

[incubator-nuttx-apps] branch master updated: CI: adapt to testlist changes

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 003840a  CI: adapt to testlist changes
003840a is described below

commit 003840a312dbf7b731f0c54166901d418d30dbc5
Author: Matias N <ma...@protobits.dev>
AuthorDate: Sat Apr 3 09:32:39 2021 -0300

    CI: adapt to testlist changes
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c453d31..61badd1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -120,7 +120,7 @@ jobs:
 
     strategy:
       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, sim]
+        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, xtensa]
 
     steps:
       - name: Download Source Artifact
@@ -165,7 +165,7 @@ jobs:
     needs: Fetch-Source
     strategy:
       matrix:
-        boards: [arm-12, other, sim]
+        boards: [macos, sim]
     steps:
       - name: Download Source Artifact
         uses: actions/download-artifact@v1