Create gitlab runner host: Difference between revisions

From Delft Solutions
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
# [https://docs.gitlab.com/runner/install/linux-repository.html Install GitLab runner]
# [https://docs.gitlab.com/runner/install/linux-repository.html Install GitLab runner]
# Register runner
# Register runner
## If you want to run Code Quality jobs on the runner [https://docs.gitlab.com/ee/ci/testing/code_quality.html#improve-code-quality-performance-with-private-runners see this guide]


Coming soon (tm):
Coming soon (tm):
# [https://git.dsinternal.net/delft-solutions/infrastructure/debian-ds-gitlab-runner Install ds-gitlab-runner]
# [https://git.dsinternal.net/delft-solutions/infrastructure/debian-ds-gitlab-runner Install ds-gitlab-runner]

Revision as of 05:40, 16 May 2023

  1. Create a (Debian) host
  2. Install Docker Engine on Debian
  3. Install GitLab runner
  4. Register runner
    1. If you want to run Code Quality jobs on the runner see this guide

Coming soon (tm):

  1. Install ds-gitlab-runner