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

Merge branch 'more-pipeline-rules' into 'master'

Add rules for Theodolite and Helm jobs

See merge request !233
parents b5545b3a 9c350ab8
No related branches found
No related tags found
1 merge request!233Add rules for Theodolite and Helm jobs
Pipeline #6302 skipped
......@@ -110,6 +110,11 @@ lint-helm:
name: alpine/helm:3.5.2
entrypoint: [""]
script: helm lint helm/
rules:
- changes:
- helm/*
- when: manual
allow_failure: true
# Theodolite Benchmarks
......@@ -373,6 +378,11 @@ deploy-uc4-load-generator:
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
- cd theodolite
rules:
- changes:
- theodolite/**/*
- when: manual
allow_failure: true
build-theodolite-jvm:
stage: build
......
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