Pass --debug to ginkgo to enable node log files in presubmit test

This commit is contained in:
Peter Rifel 2021-02-17 19:07:08 -06:00
parent fb0a29aaa6
commit 8a5e95be0a
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ test-e2e-aws-simple-1-20: test-e2e-install
--template-path=tests/e2e/templates/simple.yaml.tmpl \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-package-marker=stable-1.20.txt \
--parallel 25 \
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler"