Skip to content

Commit

Permalink
plz: cloud output v2 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Dec 26, 2023
1 parent 1d97a47 commit dcfc8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/jobs/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func NewRunnerJob(k6 v1alpha1.TestRunI, index int, token string) (*batchv1.Job,
if len(k6.GetStatus().TestRunID) > 0 {
// temporary hack
if v1alpha1.IsTrue(k6, v1alpha1.CloudPLZTestRun) {
k6.GetStatus().AggregationVars = "50|3s|8s|6s|10000|10"
k6.GetStatus().AggregationVars = "2|5s|3s|10s|10"
}

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

0 comments on commit dcfc8d3

Please sign in to comment.