From ce4c2f0cc0b4766eff28f5fa91eb353301ad9c91 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Thu, 30 Mar 2017 13:11:45 -0400 Subject: preflight int tests: define image builds to support tests --- .../builds/build-container-images.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/integration/openshift_health_checker/builds/build-container-images.yml (limited to 'test/integration/openshift_health_checker/builds/build-container-images.yml') diff --git a/test/integration/openshift_health_checker/builds/build-container-images.yml b/test/integration/openshift_health_checker/builds/build-container-images.yml new file mode 100644 index 000000000..445d73d29 --- /dev/null +++ b/test/integration/openshift_health_checker/builds/build-container-images.yml @@ -0,0 +1,19 @@ +--- +- name: Build all the images we need for running integration tests + hosts: localhost + connection: local + tasks: + + - name: test-target-base + docker_image: + state: present + path: ./ + dockerfile: Dockerfile.test-target-base + name: test-target-base + + - name: preflight-aos-package-checks + docker_image: + state: present + pull: no + path: ./aos-package-checks + name: preflight-aos-package-checks -- cgit v1.2.3