Merge pull request #5218 from alakesh/runtime-v2-stress
change default runtime for containerd-stress app
This commit is contained in:
commit
31c0587351
@ -147,7 +147,7 @@ func main() {
|
||||
cli.StringFlag{
|
||||
Name: "runtime",
|
||||
Usage: "set the runtime to stress test",
|
||||
Value: plugin.RuntimeLinuxV1,
|
||||
Value: plugin.RuntimeRuncV2,
|
||||
},
|
||||
}
|
||||
app.Before = func(context *cli.Context) error {
|
||||
|
Loading…
Reference in New Issue
Block a user