chrishkchris commented on issue #802: URL: https://github.com/apache/singa/issues/802#issuecomment-730223110
@naili-xing I think before implementation on the SINGA repo, we fork the repo to test the github actions with our own github account first. Could you follow the following steps for the test 1. fork the singa repo to your github acoount 2. make the forked repo private (throughout the test to ensure the safety of our server), add me as a collaborator of the forked repo so I can also access it 3. implement the github actions code for gpu test: We create a docker image for the Runner and configure the workflows. If we use Linux, we need to install the [Runner](https://github.com/actions/runner) and its [pre-reqs](https://github.com/actions/runner/blob/main/docs/start/envlinux.md) in the Linux docker machine. The machine should also have the github tokens from the first step. Check the [Apache Arrow implementation](https://github.com/apache/arrow/pull/6512) for more details. We evaluate the approach first before implementing it in Github repo ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
