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

Add rules for tTheodolite and Helm jobs

parent b5545b3a
No related branches found
No related tags found
1 merge request!233Add rules for Theodolite and Helm jobs
Pipeline #6300 passed
......@@ -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