summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-23 11:20:57 -0500
committerGitHub <noreply@github.com>2017-05-23 11:20:57 -0500
commit6f222f568a0438571e6f154bd7782a88465314ed (patch)
tree775e83aac56bb502667a93fa4c2a25d5123d2129 /test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml
parent26c48ee4b031aa924b38216d4de4ce918e86052c (diff)
parent8fc3eecb2a8a28faa9ee28aab808fce47d611514 (diff)
downloadopenshift-6f222f568a0438571e6f154bd7782a88465314ed.tar.gz
openshift-6f222f568a0438571e6f154bd7782a88465314ed.tar.bz2
openshift-6f222f568a0438571e6f154bd7782a88465314ed.tar.xz
openshift-6f222f568a0438571e6f154bd7782a88465314ed.zip
Merge pull request #3785 from juanvallejo/jvallejo/update-docker-image-availability-check
Merged by openshift-bot
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml
index be0f9bc7a..c941413de 100644
--- a/test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml
+++ b/test/integration/openshift_health_checker/preflight/playbooks/package_version_multiple.yml
@@ -7,14 +7,19 @@
- name: Fails when multiple AOS versions are available
hosts: all
+ pre_tasks:
+
+ # run before roles to prevent openshift_version breaking
+ - include: tasks/enable_repo.yml
+ vars: { repo_name: "ose-3.2" }
+
roles:
- openshift_health_checker
- tasks:
- - block:
- - include: tasks/enable_repo.yml
- vars: { repo_name: "ose-3.2" }
+ post_tasks:
+ - block:
+ # enable repo with extra minor version available
- include: tasks/enable_repo.yml
vars: { repo_name: "ose-3.3" }