Merge pull request #952 from stevekuznetsov/skuznets/e2e-fail

Don't ignore failures in the e2e suite
This commit is contained in:
Mrunal Patel 2017-09-27 09:26:49 -07:00 committed by GitHub
commit 0f01268557

View file

@ -40,5 +40,4 @@
shell: | shell: |
go run hack/e2e.go -v --test -test_args="-host=https://{{ ansible_default_ipv4.address }}:6443 --ginkgo.focus=\[Conformance\]" >e2e.log 2>&1 go run hack/e2e.go -v --test -test_args="-host=https://{{ ansible_default_ipv4.address }}:6443 --ginkgo.focus=\[Conformance\]" >e2e.log 2>&1
args: args:
chdir: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes" chdir: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes"
ignore_errors: yes