Skip to content

Commit dcfc8d3

Browse files
committed
plz: cloud output v2 as default
1 parent 1d97a47 commit dcfc8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/jobs/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func NewRunnerJob(k6 v1alpha1.TestRunI, index int, token string) (*batchv1.Job,
119119
if len(k6.GetStatus().TestRunID) > 0 {
120120
// temporary hack
121121
if v1alpha1.IsTrue(k6, v1alpha1.CloudPLZTestRun) {
122-
k6.GetStatus().AggregationVars = "50|3s|8s|6s|10000|10"
122+
k6.GetStatus().AggregationVars = "2|5s|3s|10s|10"
123123
}
124124

125125
aggregationVars, err := cloud.DecodeAggregationConfig(k6.GetStatus().AggregationVars)

0 commit comments

Comments
 (0)