14/10/2021 06:20, Serena He: > From: Thomas Monjalon <tho...@monjalon.net> > > 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
So GitHub has no native Arm support? > and it will enable requests for arm-based runners. Where it will run? Which servers? > Sorry for not specifying this APP in the above comment. > It is to avoid unnecessary access from public. You want to control who can run on these servers? There is no access control other than app installation? > The installation link will be provided, as well as document, after release. After release of the app? You mean it is not ready yet? In current state of assumptions, it is a nack.