Merge pull request #228 from Random-Liu/node-e2e-on-branch-update

Run node e2e for both cron and branch update
This commit is contained in:
Lantao Liu
2017-09-08 16:26:56 -07:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ make test-e2e-node \
CONTAINER_RUNTIME_ENDPOINT=unix:///var/run/cri-containerd.sock \
ARTIFACTS=${REPORT_DIR} \
TEST_ARGS='--kubelet-flags=--cgroups-per-qos=true --kubelet-flags=--cgroup-root=/' # Enable the QOS tree.
test_exit_code=$?
kill_cri_containerd
@@ -89,3 +90,5 @@ if ${UPLOAD_LOG}; then
fi
upload_logs_to_gcs "${UPLOAD_LOG_PATH}" "${VERSION}-$(date +%Y%m%d-%H%M%S)" "${REPORT_DIR}"
fi
exit ${test_exit_code}