Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
fb2af200
Commit
fb2af200
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Clean up
parent
d7451905
No related branches found
No related tags found
1 merge request
!214
Test Helm chart in CI pipeline
Pipeline
#5665
failed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: post-deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
fb2af200
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment