[dpdk-dev] [PATCH v1 1/1] ci: enable DPDK GHA for arm64 with self-hosted runners
Serena He
Serena.He at arm.com
Thu Oct 14 06:20:19 CEST 2021
Hi Thomas, thanks for the feedback.
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Wednesday, October 13, 2021 5:47 PM
> To: Serena He <Serena.He at arm.com>
> Cc: aconole at redhat.com; maicolgabriel at hotmail.com;
> david.marchand at redhat.com; dev at dpdk.org; Honnappa Nagarahalli
> <Honnappa.Nagarahalli at arm.com>; Ruifeng Wang
> <Ruifeng.Wang at arm.com>; Dean Arnold <Dean.Arnold at arm.com>
> Subject: Re: [PATCH v1 1/1] ci: enable DPDK GHA for arm64 with self-hosted
> runners
>
> 13/10/2021 10:03, Serena He:
> > CI jobs are triggered only for repos installed with given GHApp and runners
> [...]
> > + # Here, runners for arm64 are accessed by installed GitHub APP, thus
> will not be available by fork.
> > + # you can change the following 'if' and 'runs-on' if you have your own
> runners installed.
> > + # or request to get your repo on the whitelist to use GitHub APP and
> delete this 'if'.
> > + if: ${{ github.repository == 'DPDK/dpdk' || github.repository ==
> 'ovsrobot/dpdk' }}
>
> What is this "GitHub APP"?
>
Apps on GitHub are integrations with the GitHub APIs. This "GitHub APP" should be installed on repository and it will enable requests for arm-based runners . Sorry for not specifying this APP in the above comment. It is to avoid unnecessary access from public. The installation link will be provided, as well as document, after release.
More information about the dev
mailing list