This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit a288ed4a01b6af7585846c9a46c4269a214a78a1 Author: Xiang Xiao <[email protected]> AuthorDate: Sun Apr 19 21:42:26 2020 +0800 build.yml: Sync up with nuttx version Signed-off-by: Xiang Xiao <[email protected]> --- .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
