From 2ab07963a5f397f55c5f845a2d3b140884ca7e86 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 Jan 2018 08:22:39 +0100 Subject: [PATCH] Use Zuul v3 fetch-subunit-output We have consolidated the fetch output roles into one fetch-subunit-output, replace useage of old roles with new one. Depends-On: I0cdfc66ee8b046affeb0b071fef38c21cb7a4948 Change-Id: Icfa2b510603e05db896110e3509bd83e0d343165 --- playbooks/devstack/post.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/devstack/post.yaml b/playbooks/devstack/post.yaml index db7ca7d67..7f0cb1982 100644 --- a/playbooks/devstack/post.yaml +++ b/playbooks/devstack/post.yaml @@ -1,4 +1,4 @@ - hosts: all roles: - fetch-tox-output - - fetch-stestr-output + - fetch-subunit-output