Skip to content

Commit

Permalink
SPLAT-850: Use dedicated mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrt committed Nov 2, 2022
1 parent 2119261 commit 2da8031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func NewCmdRun() *cobra.Command {
},
}

cmd.Flags().BoolVar(&o.dedicated, "dedicated", false, "Setup plugins to run in dedicated test environment.")
cmd.Flags().BoolVar(&o.dedicated, "dedicated", true, "Setup plugins to run in dedicated test environment.")
cmd.Flags().StringArrayVar(o.plugins, "plugin", nil, "Override default conformance plugins to use. Can be used multiple times. (default plugins can be reviewed with assets subcommand)")
cmd.Flags().StringVar(&o.sonobuoyImage, "sonobuoy-image", fmt.Sprintf("quay.io/ocp-cert/sonobuoy:%s", buildinfo.Version), "Image override for the Sonobuoy worker and aggregator")
cmd.Flags().IntVar(&o.timeout, "timeout", runTimeoutSeconds, "Execution timeout in seconds")
Expand Down

0 comments on commit 2da8031

Please sign in to comment.