test/ansible: install greenboot-failing-unit from public source
Use --cache-only to skip trying to update the cache. Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
70b70b0da6
commit
a180c06fc4
2 changed files with 2 additions and 2 deletions
|
|
@ -436,7 +436,7 @@
|
|||
- name: install sanely failing health check unit to test red boot status behavior
|
||||
block:
|
||||
- name: install sanely failing health check unit to test red boot status behavior
|
||||
command: rpm-ostree install http://file-server-virt-qe-3rd.apps.ocp4.prod.psi.redhat.com/greenboot-failing-unit-1.0-1.el8.noarch.rpm
|
||||
command: rpm-ostree install --cache-only https://s3.amazonaws.com/org.osbuild.test-dependencies/greenboot-failing-unit-1.0-1.el8.noarch.rpm
|
||||
become: yes
|
||||
|
||||
- name: reboot to deploy new ostree commit
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@
|
|||
- name: install sanely failing health check unit to test red boot status behavior
|
||||
block:
|
||||
- name: install sanely failing health check unit to test red boot status behavior
|
||||
command: rpm-ostree install http://file-server-virt-qe-3rd.apps.ocp4.prod.psi.redhat.com/greenboot-failing-unit-1.0-1.el8.noarch.rpm
|
||||
command: rpm-ostree install --cache-only https://s3.amazonaws.com/org.osbuild.test-dependencies/greenboot-failing-unit-1.0-1.el8.noarch.rpm
|
||||
become: yes
|
||||
|
||||
- name: reboot to deploy new ostree commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue