summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/builds/build-container-images.yml
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-04-04 12:05:20 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-04-25 12:17:38 -0400
commite5f14b515b07bcfa2079c3e68c35fee3e97970c7 (patch)
tree2f3cd2749ead0f19659b46d28f03114a58f803b3 /test/integration/openshift_health_checker/builds/build-container-images.yml
parentce4c2f0cc0b4766eff28f5fa91eb353301ad9c91 (diff)
downloadopenshift-e5f14b515b07bcfa2079c3e68c35fee3e97970c7.tar.gz
openshift-e5f14b515b07bcfa2079c3e68c35fee3e97970c7.tar.bz2
openshift-e5f14b515b07bcfa2079c3e68c35fee3e97970c7.tar.xz
openshift-e5f14b515b07bcfa2079c3e68c35fee3e97970c7.zip
integration tests: add CI scripts
Add some scripts that can be run from Jenkins to build/push test images and to run the tests. Updated README to expand on running tests.
Diffstat (limited to 'test/integration/openshift_health_checker/builds/build-container-images.yml')
-rw-r--r--test/integration/openshift_health_checker/builds/build-container-images.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/integration/openshift_health_checker/builds/build-container-images.yml b/test/integration/openshift_health_checker/builds/build-container-images.yml
deleted file mode 100644
index 445d73d29..000000000
--- a/test/integration/openshift_health_checker/builds/build-container-images.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-- 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