Don't ignore failures in the e2e suite
There are no tasks that we need to run after the suite has finished, like we do with the integration suite, so it does not make sense to ignore the errors coming out of the e2e suite. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
This commit is contained in:
parent
214adee0ef
commit
5b763286ff
1 changed files with 1 additions and 2 deletions
|
@ -41,4 +41,3 @@
|
|||
go run hack/e2e.go -v --test -test_args="-host=https://{{ ansible_default_ipv4.address }}:6443 --ginkgo.focus=\[Conformance\]" >e2e.log 2>&1
|
||||
args:
|
||||
chdir: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes"
|
||||
ignore_errors: yes
|
Loading…
Reference in a new issue