Merge pull request #16997 from spowelljr/addSonobuoyFlag

CI: Fix sonobuoy not outputting detailed e2e.log
pull/16999/head
Steven Powell 2023-08-03 14:28:39 -07:00 committed by GitHub
commit 00c0a5773e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ curl -LO $sonobuoy
tarball=$(echo $sonobuoy | awk -F "/" '{print $(NF)}')
tar -xzf $tarball
./sonobuoy run --mode=certified-conformance --wait --alsologtostderr
./sonobuoy run --plugin-env=e2e.E2E_EXTRA_ARGS="--ginkgo.v" --mode=certified-conformance --wait --alsologtostderr
outdir="$(mktemp -d)"
./sonobuoy retrieve "${outdir}"