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

Merge branch 'master' into rearrange-use-case-enumeration

parents a41b57ef 1e9af106
No related branches found
No related tags found
2 merge requests!88Rearrange use case enumeration,!84Gitlab CI for Theodolite-Kotlin-Quarkus
Pipeline #2124 passed
...@@ -114,7 +114,8 @@ spotbugs-benchmarks: ...@@ -114,7 +114,8 @@ spotbugs-benchmarks:
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME && $CI_COMMIT_TAG" - if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME && $CI_COMMIT_TAG"
when: always when: always
- changes: - changes:
- $JAVA_PROJECT_NAME/**/* - benchmarks/*
- benchmarks/$JAVA_PROJECT_NAME/**/*
- benchmarks/application-kafkastreams-commons/**/* - benchmarks/application-kafkastreams-commons/**/*
- benchmarks/workload-generator-commons/**/* - benchmarks/workload-generator-commons/**/*
if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME" if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME"
......
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