Not printing any log for node e2e.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2017-08-24 17:20:39 +00:00
parent 60c7f5127e
commit 26e3718d6b

View File

@ -50,8 +50,5 @@ jobs:
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true - test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true
- make install.deps - make install.deps
- make test-e2e-node - make test-e2e-node
after_script:
# TODO(random-liu): Upload log to GCS. # TODO(random-liu): Upload log to GCS.
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true
- cat /tmp/test-e2e-node/cri-containerd.log
go: 1.8.x go: 1.8.x