From 4dce8e12a0ca0770df3bfb1ae42c106912669365 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Thu, 2 Nov 2017 16:12:47 +0100 Subject: [PATCH] build k8s and cri-tools in place Signed-off-by: Antonio Murdaca --- contrib/test/integration/e2e.yml | 3 +++ contrib/test/integration/test.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/contrib/test/integration/e2e.yml b/contrib/test/integration/e2e.yml index 5c4d656e..41f92757 100644 --- a/contrib/test/integration/e2e.yml +++ b/contrib/test/integration/e2e.yml @@ -1,5 +1,8 @@ --- +- name: clone build and install kubernetes + include: "build/kubernetes.yml" + - name: enable and start CRI-O systemd: name: crio diff --git a/contrib/test/integration/test.yml b/contrib/test/integration/test.yml index 418ceff7..593e8a1c 100644 --- a/contrib/test/integration/test.yml +++ b/contrib/test/integration/test.yml @@ -1,5 +1,8 @@ --- +- name: clone build and install cri-tools + include: "build/cri-tools.yml" + - name: Make testing output verbose so it can be converted to xunit lineinfile: dest: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes/hack/make-rules/test.sh"