Add definitions for UC1, UC2, UC3, UC4
Merge request reports
Activity
changed milestone to %0.5.0
added Theodolite Kotlin To Do modul/theodolite labels
@she Could have have a look at this?
added 1 commit
- 1c4cd711 - Restructure yaml files for example execution
mentioned in issue #206 (closed)
- Resolved by Sören Henning
- Resolved by Benedikt Wetzel
- Resolved by Sören Henning
- Resolved by Sören Henning
As far as I can see, we're not removing internal Kafka Streams Topics now. We still have to find a solution for that.
added 34 commits
-
0e242aa1...78490691 - 32 commits from branch
she:theodolite-kotlin - 9ec96311 - Remove mistakenly added files
- e9d0f959 - Merge branch 'theodolite-kotlin' into wetzel/spesb-195-add-benchmark-definitions
-
0e242aa1...78490691 - 32 commits from branch
mentioned in merge request !133 (merged)
marked the checklist item Extend benchmarks by removeonly topics (!133 (merged)) as completed
added 9 commits
-
341ea9c0...58f93b14 - 8 commits from branch
she:theodolite-kotlin - e566e97c - Merge branch 'theodolite-kotlin' into benchmark-definitions
-
341ea9c0...58f93b14 - 8 commits from branch
added 5 commits
-
e566e97c...a5691ef9 - 3 commits from branch
she:theodolite-kotlin - 966a96b3 - Merge branch 'theodolite-kotlin' into benchmark-definitions
- 097666d7 - Fix load dimension for UC4
-
e566e97c...a5691ef9 - 3 commits from branch
mentioned in merge request !139 (merged)
- Resolved by Benedikt Wetzel
Benchmark and Execution files need to be adjusted before merging, since we introduced structural crds in #223 (closed). For this, only the configuration has to be indented into a
specblock, also we switch from api versiontheodolite.com/v1alpha1to stable versiontheodolite.com/v1.For example (analogous for execution):
OLD:
apiVersion: theodolite.com/v1alpha1 kind: benchmark metadata: name: uc1-kstreams appResource: - "uc1-kstreams-deployment.yaml" loadGenResource: - "uc1-load-generator-deployment.yaml" ....ǸEW:
apiVersion: theodolite.com/v1 kind: benchmark metadata: name: uc1-kstreams spec: appResource: - "uc1-kstreams-deployment.yaml" loadGenResource: - "uc1-load-generator-deployment.yaml" ....Edited by Benedikt Wetzel
- Resolved by Benedikt Wetzel
In !148 (merged) we change the way to configure patcher arguments. This MR must be changed accordingly before it is ready for merging.
OLD:
patchers: - type: "EnvVarPatcher" resource: "uc1-load-generator-deployment.yaml" container: "workload-generator" variableName: "NUM_SENSORS"NEW:
patchers: - type: "EnvVarPatcher" resource: "uc1-load-generator-deployment.yaml" config: container: "workload-generator" variableName: "NUM_SENSORS"Edited by Benedikt Wetzel
added 121 commits
-
097666d7...2cbbeea0 - 120 commits from branch
she:theodolite-kotlin - 30d4d267 - merge upstream theodolite-kotlin
-
097666d7...2cbbeea0 - 120 commits from branch
added 2 commits
added 12 commits
-
06c654f0...e71cc3e5 - 11 commits from branch
she:theodolite-kotlin - 1d76c826 - merge upstream theodolite-kotlin
-
06c654f0...e71cc3e5 - 11 commits from branch
From my side, this MR should be ready to merge @she
Edited by Benedikt Wetzelmentioned in merge request !152 (merged)
added 9 commits
-
1d76c826...7b06fdf6 - 8 commits from branch
she:theodolite-kotlin - 980c8707 - Merge branch 'theodolite-kotlin' into wetzel/spesb-195-add-benchmark-definitions
-
1d76c826...7b06fdf6 - 8 commits from branch
enabled an automatic merge when the pipeline for 980c8707 succeeds
mentioned in commit 33812bfb
mentioned in issue #183 (closed)
assigned to @she