Commit 21a759fe authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

add test

parent 04b02cf5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -62,6 +62,13 @@ jobs:python:
      - local: tests/jobs/python.yml
    strategy: depend

jobs:helm:
  stage: test
  trigger:
    include:
      - local: tests/jobs/helm.yaml
    strategy: depend

# child pipelines to test our off-the-shelf pipelines
pipelines:c:
  stage: test
+0 −0

File moved.

+0 −0

File moved.

tests/jobs/helm.yaml

0 → 100644
+15 −0
Original line number Diff line number Diff line
---
include:
  local: k8s/helm/deploy.yaml

variables:
  K8S_CONFIG_DIR: tests/mockup_projects/k8s/helm/deploy

helm:deploy:test:
  extends: .helm
  variables:
    REPO_NAME: gitlab
    REPO_URL: https://charts.gitlab.io
    NAMESPACE: gitlab-runner
    RELEASE: gitlab-runner
    CHART: gitlab/gitlab-runner
+11 −0
Original line number Diff line number Diff line
---
gitlabUrl: https://gitlab.com/
runnerRegistrationToken: some_token
rbac:
  create: true
  clusterWideAccess: false
runners:
  name: Some Cluster Runner
  image: ubuntu:22.04
  tags: kubernetes,cluster
  runUntagged: true