Skip to content

Move CI to PyARC service account

Shriwise, Patrick requested to merge service-acct-ci into development

This PR transitions our CI to the new service account for PyARC. It also specifies a custom build directory so that each CI job is self-contained and can be easily located on the CI machine.

For a CI job with CI_ID, the contents of that run will be located in the /home/svcpyarc/.pyarc-ci/<CI_ID> directory on the CI machine.

Merge request reports