Skip to content
Snippets Groups Projects
Commit 5e886842 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Merge branch 'enhance-code-quality' of...

Merge branch 'enhance-code-quality' of git.se.informatik.uni-kiel.de:wetzel/spesb into enhance-code-quality
parents 768e0ad6 75d41404
No related branches found
No related tags found
1 merge request!168Enhance Code Quality
......@@ -4,4 +4,3 @@
!build/lib/*
!build/quarkus-app/*
!config/*
!examples/*
\ No newline at end of file
......@@ -12,7 +12,7 @@ import theodolite.util.*
private val logger = KotlinLogging.logger {}
private var DEFAULT_NAMESPACE = "default"
private var DEFAULT_THEODOLITE_APP_RESOURCES = "./config"
private var DEFAULT_THEODOLITE_APP_RESOURCES = "./benchmark-resources"
/**
* Represents a benchmark in Kubernetes. An example for this is the BenchmarkType.yaml
......
......@@ -43,8 +43,7 @@ class Shutdown(private val benchmarkExecution: BenchmarkExecution, private val b
}
logger.info {
"Teardown everything deployed. " +
"\n Teardown completed"
"Finished teardown of all benchmark resources."
}
}
}
......@@ -5,7 +5,7 @@ import theodolite.util.ConfigurationOverride
import theodolite.util.PatcherDefinition
/**
* The ConfigOverrideModifier makes it possible to update the configuration overrides of a execution.
* The ConfigOverrideModifier makes it possible to update the configuration overrides of an execution.
*
* @property execution execution for which the config overrides should be updated
* @property resources list of all resources that should be updated.
......
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