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
a4581438
Commit
a4581438
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade Docker
parent
a01564c6
No related branches found
No related tags found
1 merge request
!214
Test Helm chart in CI pipeline
Pipeline
#5660
passed
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
+5
-4
5 additions, 4 deletions
.gitlab-ci.yml
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
4
View file @
a4581438
...
@@ -21,9 +21,11 @@ default:
...
@@ -21,9 +21,11 @@ default:
-
exec-dind
-
exec-dind
# see https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
# see https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
# for image usage and settings for building with TLS and docker in docker
# for image usage and settings for building with TLS and docker in docker
image
:
docker:19.03.1
#image: docker:19.03.1
image
:
docker:20.10.12
services
:
services
:
-
docker:19.03.1-dind
#- docker:19.03.1-dind
-
docker:20.10.12-dind
variables
:
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_TLS_CERTDIR
:
"
/certs"
...
@@ -60,14 +62,13 @@ test-helm:
...
@@ -60,14 +62,13 @@ test-helm:
# - deploy-theodolite
# - deploy-theodolite
variables
:
variables
:
KUBECTL
:
v1.21.3
KUBECTL
:
v1.21.3
K3D
:
v4.4.8
before_script
:
before_script
:
-
apk add -U wget bash curl
-
apk add -U wget bash curl
# install kubectl
# install kubectl
-
wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl
-
wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl
-
chmod +x /usr/local/bin/kubectl
-
chmod +x /usr/local/bin/kubectl
# install k3d
# install k3d
-
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/
${K3D}
/install.sh | bash
-
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/
main
/install.sh | bash
-
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]"
...
...
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