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

Merge branch 'master' into container-build-without-docker

parents 3641a096 605c09f4
No related branches found
No related tags found
1 merge request!207Container build without Docker
...@@ -4,6 +4,10 @@ stages: ...@@ -4,6 +4,10 @@ stages:
- check - check
- deploy - deploy
default:
tags:
- exec-docker
.dind: .dind:
tags: tags:
- exec-dind - exec-dind
...@@ -19,11 +23,10 @@ stages: ...@@ -19,11 +23,10 @@ stages:
lint-helm: lint-helm:
stage: check stage: check
needs: []
image: image:
name: alpine/helm:3.5.2 name: alpine/helm:3.5.2
entrypoint: [""] entrypoint: [""]
tags:
- exec-docker
script: helm lint helm/ script: helm lint helm/
...@@ -31,8 +34,6 @@ lint-helm: ...@@ -31,8 +34,6 @@ lint-helm:
.benchmarks: .benchmarks:
image: openjdk:11-jdk image: openjdk:11-jdk
tags:
- exec-docker
variables: variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false" GRADLE_OPTS: "-Dorg.gradle.daemon=false"
cache: cache:
...@@ -217,8 +218,6 @@ deploy-uc4-load-generator: ...@@ -217,8 +218,6 @@ deploy-uc4-load-generator:
image: image:
name: ghcr.io/graalvm/native-image:java11-21.1.0 name: ghcr.io/graalvm/native-image:java11-21.1.0
entrypoint: [""] entrypoint: [""]
tags:
- exec-docker
variables: variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false" GRADLE_OPTS: "-Dorg.gradle.daemon=false"
cache: cache:
...@@ -341,9 +340,8 @@ deploy-theodolite-kaniko: ...@@ -341,9 +340,8 @@ deploy-theodolite-kaniko:
test-slo-checker-lag-trend: test-slo-checker-lag-trend:
stage: test stage: test
needs: []
image: python:3.7-slim image: python:3.7-slim
tags:
- exec-docker
script: script:
- cd slo-checker/record-lag - cd slo-checker/record-lag
- pip install -r requirements.txt - pip install -r requirements.txt
...@@ -352,9 +350,8 @@ test-slo-checker-lag-trend: ...@@ -352,9 +350,8 @@ test-slo-checker-lag-trend:
test-slo-checker-dropped-records-kstreams: test-slo-checker-dropped-records-kstreams:
stage: test stage: test
needs: []
image: python:3.7-slim image: python:3.7-slim
tags:
- exec-docker
script: script:
- cd slo-checker/dropped-records - cd slo-checker/dropped-records
- pip install -r requirements.txt - pip install -r requirements.txt
......
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