From b0da62fcb09f1b66702f407bc6172217f291c636 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 3 Nov 2017 12:42:40 -0700 Subject: [PATCH] test: Fix partial log line parsing Signed-off-by: Mrunal Patel Signed-off-by: Antonio Murdaca --- contrib/test/integration/build/kubernetes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/test/integration/build/kubernetes.yml b/contrib/test/integration/build/kubernetes.yml index 206cba44..2af919a5 100644 --- a/contrib/test/integration/build/kubernetes.yml +++ b/contrib/test/integration/build/kubernetes.yml @@ -4,7 +4,7 @@ git: repo: "https://github.com/runcom/kubernetes.git" dest: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes" - version: "cri-o-node-e2e-patched" + version: "cri-o-node-e2e-patched-logs" - name: install etcd command: "hack/install-etcd.sh"