From commits-return-6155-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Wed Apr 1 06:43:42 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7FFF418064E for ; Wed, 1 Apr 2020 08:43:42 +0200 (CEST) Received: (qmail 379 invoked by uid 500); 1 Apr 2020 06:43:41 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 370 invoked by uid 99); 1 Apr 2020 06:43:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2020 06:43:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BC666819F7; Wed, 1 Apr 2020 06:43:41 +0000 (UTC) Date: Wed, 01 Apr 2020 06:43:41 +0000 To: "commits@nuttx.apache.org" Subject: [incubator-nuttx] branch master updated: CI: update matrix boards accordingly since testlist updated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158572342168.10618.11828656372965073441@gitbox.apache.org> From: xiaoxiang@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nuttx X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 03715743a3999729433351873f89af0b3a643919 X-Git-Newrev: 102ff8ddd4ae4b02ef9118b4fc35bbb6c0e4db53 X-Git-Rev: 102ff8ddd4ae4b02ef9118b4fc35bbb6c0e4db53 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 102ff8d CI: update matrix boards accordingly since testlist updated 102ff8d is described below commit 102ff8ddd4ae4b02ef9118b4fc35bbb6c0e4db53 Author: liuhaitao AuthorDate: Wed Apr 1 13:00:18 2020 +0800 CI: update matrix boards accordingly since testlist updated Signed-off-by: liuhaitao --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94c58c9..fede256 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,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, arm-14, arm-15, mips-riscv-x86-xtensa, 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, mips-riscv-x86-xtensa, sim] steps: - name: Checkout nuttx repo uses: actions/checkout@v2