Skip to content

Commit

Permalink
plz: set separate=false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Sep 4, 2023
1 parent 1c32ae9 commit 83f0b3f
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 @@ -70,7 +70,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 83f0b3f

Please sign in to comment.