From 421753f71d1e2e88b55dcbe58672395afbeced87 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 20 Dec 2017 08:31:15 -0600 Subject: [PATCH] Switch to consolidated fetch-subunit-output role fetch-testr-output and fetch-stestr-output are being merged. Change-Id: I00d448c4e6b98a1f504b048c74eff4e110c0b511 Depends-On: I833320cf9a932d8e119645eb798ce0c93d854321 --- playbooks/tox/post.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/tox/post.yaml b/playbooks/tox/post.yaml index d9e299ff4d..7f0cb19824 100644 --- a/playbooks/tox/post.yaml +++ b/playbooks/tox/post.yaml @@ -1,5 +1,4 @@ - hosts: all roles: - fetch-tox-output - - fetch-testr-output - - fetch-stestr-output + - fetch-subunit-output