Create gitlab runner host: Difference between revisions

From Delft Solutions
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
# Create a (Debian) host
# [https://docs.docker.com/engine/install/debian/ Install Docker Engine on Debian]
# [https://docs.docker.com/engine/install/debian/ Install Docker Engine on Debian]
# [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
# [https://docs.gitlab.com/runner/register/ 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]

Latest revision as of 06:38, 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