From 7f8f56301968bfd40dc3799a0a52f4c37b3f7118 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 18 Sep 2017 18:16:19 +0000 Subject: [PATCH] Enable gcr private registry node e2e test Signed-off-by: Lantao Liu --- hack/test-e2e-node.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hack/test-e2e-node.sh b/hack/test-e2e-node.sh index fcdf23ab1..ed2969503 100755 --- a/hack/test-e2e-node.sh +++ b/hack/test-e2e-node.sh @@ -20,7 +20,7 @@ source $(dirname "${BASH_SOURCE[0]}")/test-utils.sh DEFAULT_SKIP="\[Flaky\]|\[Slow\]|\[Serial\]" DEFAULT_SKIP+="|querying\s\/stats\/summary" -DEFAULT_SKIP+="|pull\sfrom\sprivate\sregistry\swith\ssecret" +DEFAULT_SKIP+="|ImageID" # FOCUS focuses the test to run. export FOCUS=${FOCUS:-""} @@ -73,7 +73,9 @@ make test-e2e-node \ RUNTIME=remote \ 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_ARGS='--kubelet-flags=--cgroups-per-qos=true \ + --kubelet-flags=--cgroup-root=/ \ + --prepull-images=false' test_exit_code=$? kill_cri_containerd