mirror of https://github.com/kubernetes/kops.git
Pass --debug to ginkgo to enable node log files in presubmit test
This commit is contained in:
parent
fb0a29aaa6
commit
8a5e95be0a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue