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

Set default tag

parent 23bea086
No related branches found
No related tags found
No related merge requests found
Pipeline #5493 canceled
......@@ -4,9 +4,11 @@ stages:
- check
- deploy
.dind:
default:
tags:
- exec-dind
.dind:
# 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
image: docker:19.03.1
......@@ -23,8 +25,6 @@ lint-helm:
image:
name: alpine/helm:3.5.2
entrypoint: [""]
tags:
- exec-docker
script: helm lint helm/
......@@ -32,8 +32,6 @@ lint-helm:
.benchmarks:
image: openjdk:11-jdk
tags:
- exec-docker
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
cache:
......@@ -218,8 +216,6 @@ deploy-uc4-load-generator:
image:
name: ghcr.io/graalvm/native-image:java11-21.1.0
entrypoint: [""]
tags:
- exec-docker
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
cache:
......@@ -318,8 +314,6 @@ test-slo-checker-lag-trend:
stage: test
needs: []
image: python:3.7-slim
tags:
- exec-docker
script:
- cd slo-checker/record-lag
- pip install -r requirements.txt
......@@ -330,8 +324,6 @@ test-slo-checker-dropped-records-kstreams:
stage: test
needs: []
image: python:3.7-slim
tags:
- exec-docker
script:
- cd slo-checker/dropped-records
- 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