From ae208c11e1bbdf7470bd7c426bef70d5f78734a7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 Jan 2018 08:17:48 +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: Ic1844896b1d79216c0cb04592fdbe700d6fc043f --- 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 db7ca7d6..7f0cb198 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