UNCLASSIFIED - NO CUI

Skip to content

Added gitlab runners

runyontr requested to merge gitlab-runners into master

Deployed with following values file:

  gitlabRunners:
    enabled: false
    git:
      repo: "https://repo1.dsop.io/platform-one/big-bang/apps/developer-tools/gitlab-runner.git"
      path: "./chart"
      tag: "0.19.2-bb.1"
    values: 
      gitlabUrl: https://repo1.dsop.io
      runnerRegistrationToken: "<obfuscated>"

and came up successfully:

image

Not putting into CI process since we don't have a reliable Gitlab server to use for testing. Once its complete we should test this with it

Merge request reports