summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/builds/build-container-images.yml
diff options
context:
space:
mode:
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