You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/04/19 17:30:13 UTC

[incubator-nuttx-testing] branch master updated: build.yml: Sync up with nuttx version

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-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new a288ed4  build.yml: Sync up with nuttx version
a288ed4 is described below

commit a288ed4a01b6af7585846c9a46c4269a214a78a1
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Apr 19 21:42:26 2020 +0800

    build.yml: Sync up with nuttx version
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 .github/workflows/build.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 82532fb..625ca99 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,6 +57,14 @@ jobs:
         username: ${GITHUB_ACTOR}
         password: ${{ secrets.GITHUB_TOKEN }}
 
+    - name: Docker Pull
+      uses: nick-invision/retry@v1
+      with:
+        timeout_minutes: 10
+        max_attempts: 3
+        retry_wait_seconds: 10
+        command: docker pull docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux
+
     - name: Run builds
       uses: ./testing/.github/actions/ci-container
       env:
@@ -71,7 +79,7 @@ jobs:
 
     strategy:
       matrix:
-        boards: [arm-11, mips-riscv-x86-xtensa, sim]
+        boards: [arm-12, mips-riscv-x86-xtensa, sim]
 
     steps:
     - name: Checkout nuttx repo