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

Fix parsing of numSensors

parent 38173ecd
Branches
Tags
1 merge request!310Add dropped records SLO to UC2/UC4 (no Samza)
Pipeline #10457 passed
...@@ -81,7 +81,7 @@ spec: ...@@ -81,7 +81,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml" resource: "uc4-load-generator-deployment.yaml"
properties: properties:
loadGenMaxRecords: "150000" loadGenMaxRecords: "150000"
numSensors: "4.0" numSensors: "4"
slos: slos:
- name: "lag trend" - name: "lag trend"
sloType: "lag trend" sloType: "lag trend"
... ...
......
...@@ -70,7 +70,7 @@ spec: ...@@ -70,7 +70,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml" resource: "uc4-load-generator-deployment.yaml"
properties: properties:
loadGenMaxRecords: "150000" loadGenMaxRecords: "150000"
numSensors: "4.0" numSensors: "4"
slos: slos:
- name: "lag trend" - name: "lag trend"
sloType: "lag trend" sloType: "lag trend"
... ...
......
...@@ -81,7 +81,7 @@ spec: ...@@ -81,7 +81,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml" resource: "uc4-load-generator-deployment.yaml"
properties: properties:
loadGenMaxRecords: "150000" loadGenMaxRecords: "150000"
numSensors: "4.0" numSensors: "4"
slos: slos:
- name: "lag trend" - name: "lag trend"
sloType: "lag trend" sloType: "lag trend"
... ...
......
...@@ -56,7 +56,7 @@ spec: ...@@ -56,7 +56,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml" resource: "uc4-load-generator-deployment.yaml"
properties: properties:
loadGenMaxRecords: "150000" loadGenMaxRecords: "150000"
numSensors: "4.0" numSensors: "4"
slos: slos:
- name: "lag trend" - name: "lag trend"
sloType: "lag trend" sloType: "lag trend"
... ...
......
...@@ -61,7 +61,7 @@ spec: ...@@ -61,7 +61,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml" resource: "uc4-load-generator-deployment.yaml"
properties: properties:
loadGenMaxRecords: "150000" loadGenMaxRecords: "150000"
numSensors: "4.0" numSensors: "4"
slos: slos:
- name: "lag trend" - name: "lag trend"
sloType: "lag trend" sloType: "lag trend"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment