From patchwork Wed Oct 13 08:03:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Serena He X-Patchwork-Id: 101305 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C248A0C4D; Wed, 13 Oct 2021 10:04:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 10F6641176; Wed, 13 Oct 2021 10:04:13 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 40B2241162 for ; Wed, 13 Oct 2021 10:04:11 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9167A1FB; Wed, 13 Oct 2021 01:04:10 -0700 (PDT) Received: from serena-vm.oss.shanghai.arm.com (unknown [10.170.62.102]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 6DE2B3F66F; Wed, 13 Oct 2021 01:04:07 -0700 (PDT) From: Serena He To: aconole@redhat.com, maicolgabriel@hotmail.com, david.marchand@redhat.com, thomas@monjalon.net Cc: dev@dpdk.org, nd@arm.com, honnappa.nagarahalli@arm.com, ruifeng.wang@arm.com, Dean.Arnold@arm.com, Serena He Date: Wed, 13 Oct 2021 16:03:40 +0800 Message-Id: <20211013080341.29561-1-serena.he@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 0/1] ci: enable DPDK GHA for arm64 with self-hosted runners X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This is to enable DPDK GitHub Actions on arm64 and CI jobs are triggered only for repos installed with given GHApp and runners. Serena He (1): ci: enable DPDK GHA for arm64 with self-hosted runners .github/workflows/build-arm64.yml | 118 ++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 .github/workflows/build-arm64.yml