tests: no longer deploy vmcheck
We don't have to do this anymore in v2017.8. See https://github.com/projectatomic/rpm-ostree/pull/917.
This commit is contained in:
parent
cae2408d4f
commit
0c6f1a3de0
@ -64,14 +64,6 @@
|
|||||||
|
|
||||||
- name: Get rpm-ostree status
|
- name: Get rpm-ostree status
|
||||||
command: "{{vmssh}} rpm-ostree status --json"
|
command: "{{vmssh}} rpm-ostree status --json"
|
||||||
register: status
|
|
||||||
- set_fact:
|
|
||||||
status_json: "{{ status.stdout | from_json }}"
|
|
||||||
- command: "{{vmssh}} ostree refs {{ status_json['deployments'][0]['origin'] }} --create vmcheck"
|
|
||||||
- command: "{{vmssh}} rpm-ostree rebase :vmcheck"
|
|
||||||
# XXX: use ans_reboot.yml from a-h-t
|
|
||||||
- shell: "{{vmssh}} shutdown -r now"
|
|
||||||
ignore_errors: true
|
|
||||||
|
|
||||||
- name: Run vmcheck
|
- name: Run vmcheck
|
||||||
block:
|
block:
|
||||||
|
Loading…
Reference in New Issue
Block a user