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
No related branches found
No related tags found
1 merge request!310Add dropped records SLO to UC2/UC4 (no Samza)
Pipeline #10457 passed
......@@ -81,7 +81,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "150000"
numSensors: "4.0"
numSensors: "4"
slos:
- name: "lag trend"
sloType: "lag trend"
......
......@@ -70,7 +70,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "150000"
numSensors: "4.0"
numSensors: "4"
slos:
- name: "lag trend"
sloType: "lag trend"
......
......@@ -81,7 +81,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "150000"
numSensors: "4.0"
numSensors: "4"
slos:
- name: "lag trend"
sloType: "lag trend"
......
......@@ -56,7 +56,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "150000"
numSensors: "4.0"
numSensors: "4"
slos:
- name: "lag trend"
sloType: "lag trend"
......
......@@ -61,7 +61,7 @@ spec:
resource: "uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "150000"
numSensors: "4.0"
numSensors: "4"
slos:
- name: "lag trend"
sloType: "lag trend"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment