From 19f5dd08b13f37c42e68da5fc4eb405a41802c28 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 6 Sep 2017 16:02:41 -0500 Subject: [PATCH] Actually use fetch-stestr-output in unittests base job We need to fetch stestr output if it's there at the end of the unittests base job. Change-Id: I1cd47056ed6b2b1e5fee0b54a8ea1494d86ddb13 --- playbooks/unittests/post.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/unittests/post.yaml b/playbooks/unittests/post.yaml index b448ca523..dcf3709e8 100644 --- a/playbooks/unittests/post.yaml +++ b/playbooks/unittests/post.yaml @@ -1,3 +1,4 @@ - hosts: all roles: - fetch-testr-output + - fetch-stestr-output