Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set cloud output v2 as default for PLZ test runs #356

Merged
merged 1 commit into from
Dec 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading