Merge pull request #152 from Random-Liu/fix-node-e2e
Fix node e2e test.
This commit is contained in:
commit
810ffbb9b6
@ -47,11 +47,11 @@ jobs:
|
||||
go: 1.8.x
|
||||
- stage: E2E Test
|
||||
script:
|
||||
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0
|
||||
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true
|
||||
- make install.deps
|
||||
- make test-e2e-node
|
||||
after_script:
|
||||
# TODO(random-liu): Upload log to GCS.
|
||||
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0
|
||||
- test "${TRAVIS_EVENT_TYPE}" != "cron" && exit 0 || true
|
||||
- cat /tmp/test-e2e-node/cri-containerd.log
|
||||
go: 1.8.x
|
||||
|
Loading…
Reference in New Issue
Block a user