Skip to content

Commit

Permalink
plz: set separate=false
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Sep 22, 2023
1 parent 8f55b2b commit eaa839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testrun/plz.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func NewPLZTestRun(plz *v1alpha1.PrivateLoadZone, trData *cloud.TestRunData, ing
LocalFile: "/test/archive.tar",
},
Parallelism: int32(trData.InstanceCount),
Separate: true,
Separate: false,
Arguments: "--out cloud --no-thresholds",
Cleanup: v1alpha1.Cleanup("post"),

Expand Down

0 comments on commit eaa839c

Please sign in to comment.