Run node e2e for both cron and branch update

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-09-07 17:52:56 +00:00
parent 7a75a91578
commit 062abad648
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}