Skip to content
Snippets Groups Projects

Add definitions for UC1, UC2, UC3, UC4

Closes #195 (closed)

TODO:

Edited by Sören Henning

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Sören Henning
  • Sören Henning
  • Sören Henning added 34 commits

    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

    Compare with previous version

  • added 1 commit

    • c6e21780 - Fix topic configuration for UC4

    Compare with previous version

  • Benedikt Wetzel mentioned in merge request !133 (merged)

    mentioned in merge request !133 (merged)

  • Lorenz Boguhn changed the description

    changed the description

  • added 1 commit

    Compare with previous version

  • Sören Henning marked the checklist item Extend benchmarks by removeonly topics (!133 (merged)) as completed

    marked the checklist item Extend benchmarks by removeonly topics (!133 (merged)) as completed

  • Sören Henning added 9 commits

    added 9 commits

    • 341ea9c0...58f93b14 - 8 commits from branch she:theodolite-kotlin
    • e566e97c - Merge branch 'theodolite-kotlin' into benchmark-definitions

    Compare with previous version

  • Sören Henning added 5 commits

    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

    Compare with previous version

  • Sören Henning mentioned in merge request !139 (merged)

    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 spec block, also we switch from api version theodolite.com/v1alpha1 to stable version theodolite.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
  • Benedikt Wetzel added 121 commits

    added 121 commits

    Compare with previous version

  • Benedikt Wetzel added 2 commits

    added 2 commits

    • 43729730 - small restructuring, update example files
    • 06c654f0 - update benchmark definitions

    Compare with previous version

  • Benedikt Wetzel added 12 commits

    added 12 commits

    Compare with previous version

  • From my side, this MR should be ready to merge @she

    Edited by Benedikt Wetzel
  • Sören Henning mentioned in merge request !152 (merged)

    mentioned in merge request !152 (merged)

  • Sören Henning added 9 commits

    added 9 commits

    • 1d76c826...7b06fdf6 - 8 commits from branch she:theodolite-kotlin
    • 980c8707 - Merge branch 'theodolite-kotlin' into wetzel/spesb-195-add-benchmark-definitions

    Compare with previous version

  • Sören Henning resolved all threads

    resolved all threads

  • Sören Henning approved this merge request

    approved this merge request

  • Sören Henning marked this merge request as ready

    marked this merge request as ready

  • Sören Henning enabled an automatic merge when the pipeline for 980c8707 succeeds

    enabled an automatic merge when the pipeline for 980c8707 succeeds

  • Sören Henning mentioned in commit 33812bfb

    mentioned in commit 33812bfb

  • mentioned in issue #183 (closed)

  • assigned to @she

  • Please register or sign in to reply
    Loading