Skip to content
Snippets Groups Projects
Commit fb2af200 authored by Sören Henning's avatar Sören Henning
Browse files

Clean up

parent d7451905
No related branches found
No related tags found
1 merge request!214Test Helm chart in CI pipeline
Pipeline #5665 failed
...@@ -60,6 +60,7 @@ test-helm: ...@@ -60,6 +60,7 @@ test-helm:
# - deploy-theodolite # - deploy-theodolite
variables: variables:
KUBECTL: v1.21.3 KUBECTL: v1.21.3
CLUSTERNAME: "$CI_PROJECT_NAME-CI_PIPELINE_ID"
cache: cache:
paths: paths:
- helm/charts - helm/charts
...@@ -74,7 +75,7 @@ test-helm: ...@@ -74,7 +75,7 @@ test-helm:
- k3d help - k3d help
- k3d version - k3d version
#- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]" #- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]"
- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent:0" # k3d 5.0 - k3d cluster create $CLUSTERNAME --agents 1 --wait -p "30000:30000@agent:0" # k3d 5.0
# show cluster info # show cluster info
- kubectl cluster-info - kubectl cluster-info
- helm version - helm version
...@@ -87,7 +88,7 @@ test-helm: ...@@ -87,7 +88,7 @@ test-helm:
- kubectl get pods --all-namespaces -o wide - kubectl get pods --all-namespaces -o wide
- kubectl get services --all-namespaces -o wide - kubectl get services --all-namespaces -o wide
after_script: after_script:
- k3d cluster delete testgitlabci - k3d cluster delete $CLUSTERNAME
# Theodolite Benchmarks # Theodolite Benchmarks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment