Skip to content

Commit

Permalink
chore: use go runner in sonobuoy
Browse files Browse the repository at this point in the history
This is the recommended fix for waiting on conformance results. Sonobuoy
is returning early even though the --wait flag is specified.

Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard committed Aug 14, 2019
1 parent 57d22ef commit f18ecca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/test/conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ e2e_run "apt-get update && apt-get install wget
tar -xf /tmp/sonobuoy.tar.gz -C /usr/local/bin
sonobuoy run --kubeconfig ${KUBECONFIG}-${PLATFORM}-capi \
--wait \
--wait-output spinner \
--skip-preflight \
--plugin e2e \
--kube-conformance-image-version latest
--plugin-env e2e.E2E_USE_GO_RUNNER=true \
--kube-conformance-image-version v1.16.0-beta.0
results=\$(sonobuoy retrieve --kubeconfig ${KUBECONFIG}-${PLATFORM}-capi)
sonobuoy e2e --kubeconfig ${KUBECONFIG}-${PLATFORM}-capi \$results"

0 comments on commit f18ecca

Please sign in to comment.