From 0c6f1a3de0eaf03c929c21396a8f20a543543aac Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 24 Aug 2017 15:35:26 -0400 Subject: [PATCH] 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. --- tests/tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 89b27d1..505a590 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -64,14 +64,6 @@ - name: Get rpm-ostree status 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 block: