Re: [dpdk-dev] [PATCH v1 1/1] ci: enable DPDK GHA for arm64 with self-hosted runners

2021-10-14 Thread Serena He
> 14/10/2021 06:20, Serena He: > > From: Thomas Monjalon > > > 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 acce

Re: [dpdk-dev] [PATCH v1 1/1] ci: enable DPDK GHA for arm64 with self-hosted runners

2021-10-14 Thread Serena He
Hi Michael, thanks for the feedback, and here are some comments below. > On 10/13/21 4:03 AM, Serena He wrote: > > CI jobs are triggered only for repos installed with given GHApp and > > runners > > > > Cc: sta...@dpdk.org > > > > Signed-off-by: Serena

Re: [dpdk-dev] [PATCH v1 1/1] ci: enable DPDK GHA for arm64 with self-hosted runners

2021-10-13 Thread Serena He
Hi Thomas, thanks for the feedback. > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, October 13, 2021 5:47 PM > To: Serena He > Cc: acon...@redhat.com; maicolgabr...@hotmail.com; > david.march...@redhat.com; dev@dpdk.org; Honnappa Nagarahalli > ;

[dpdk-dev] [PATCH v1 1/1] ci: enable DPDK GHA for arm64 with self-hosted runners

2021-10-13 Thread Serena He
CI jobs are triggered only for repos installed with given GHApp and runners Cc: sta...@dpdk.org Signed-off-by: Serena He --- .github/workflows/build-arm64.yml | 118 ++ 1 file changed, 118 insertions(+) create mode 100644 .github/workflows/build-arm64.yml diff

[dpdk-dev] [PATCH v1 0/1] ci: enable DPDK GHA for arm64 with self-hosted runners

2021-10-13 Thread Serena He
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