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

2021-10-14 Thread Thomas Monjalon
14/10/2021 10:18, 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 accessed by installed

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 accessed by installed GitHub APP, > thus > > > will not be availa

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 He > > > > --- > > .github/workflows/build

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

2021-10-13 Thread Thomas Monjalon
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 accessed by installed GitHub APP, thus > > will not be available by fork

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 > ; Ruifeng Wang > ; Dean Arno

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

2021-10-13 Thread Michael Santana
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 He --- .github/workflows/build-arm64.yml | 118 ++ 1 file changed, 118 insertions(+) create mode 1006

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

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

[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 --g