Skip to content

Commit b9235cc

Browse files
committed
Add --execution-mode=parallel to sonobuoy invocation.
See SovereignCloudStack/standards#1117 Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent d3d89af commit b9235cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

22-sonobuoy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
# See also https://github.com/SovereignCloudStack/standards/issues/982
3-
sonobuoy run --plugin-env=e2e.E2E_PROVIDER=openstack --e2e-skip="\[Disruptive\]|NoExecuteTaintManager|HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol"
3+
sonobuoy run --execution-mode=parallel --plugin-env=e2e.E2E_PROVIDER=openstack --e2e-skip="\[Disruptive\]|NoExecuteTaintManager|HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol"

0 commit comments

Comments
 (0)