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

Merge branch 'master' into restrict-build-of-benchmarks

parents 11edea13 a9a8c293
No related branches found
No related tags found
1 merge request!199Don't execute unnecessary build jobs in CI pipeline
...@@ -7,6 +7,10 @@ stages: ...@@ -7,6 +7,10 @@ stages:
- check - check
- deploy - deploy
default:
tags:
- exec-docke
.dind: .dind:
tags: tags:
- exec-dind - exec-dind
...@@ -27,8 +31,6 @@ lint-helm: ...@@ -27,8 +31,6 @@ lint-helm:
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/
...@@ -36,8 +38,6 @@ lint-helm: ...@@ -36,8 +38,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:
...@@ -230,8 +230,6 @@ deploy-uc4-load-generator: ...@@ -230,8 +230,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:
...@@ -330,8 +328,6 @@ test-slo-checker-lag-trend: ...@@ -330,8 +328,6 @@ test-slo-checker-lag-trend:
stage: test stage: test
needs: [] 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
...@@ -342,8 +338,6 @@ test-slo-checker-dropped-records-kstreams: ...@@ -342,8 +338,6 @@ test-slo-checker-dropped-records-kstreams:
stage: test stage: test
needs: [] 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