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/05/16 18:44:57 UTC

[incubator-nuttx-apps] branch master updated: ci: change sim01 and sim02 to sim-01 and sim-02

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 b7e9c43  ci: change sim01 and sim02 to sim-01 and sim-02
b7e9c43 is described below

commit b7e9c434891611f0f0d0b2ea683bf4043e629107
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Mon May 17 01:57:00 2021 +0800

    ci: change sim01 and sim02 to sim-01 and sim-02
    
    follow up the kernel side chnage:
    commit 09a0ed111c0c193a57b2a538e23c2b6a6e9cdf26
    Author: Xiang Xiao <xi...@xiaomi.com>
    Date:   Thu May 13 21:28:43 2021 +0800
    
    tools/ci: Rename sim0x.dat to sim-0x.dat to align with arm-xx.dat
    
    To avoid the build break sim0x.dat will remove in the upcoming patch
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 .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 1386f90..4969492 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -110,7 +110,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, risc-v, sim01, sim02, 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, sim-01, sim-02, xtensa]
 
     steps:
       - name: Download Source Artifact
@@ -155,7 +155,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