From a5838b79645257bb4a6d474f263252d5b010e33b Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 30 Mar 2018 11:44:10 -0400 Subject: [PATCH] base-test: Validate test-emit-job-header work This is a way to validate changes to emit-job-header will work properly. Change-Id: I2304d035bd22bb7fbcfde43553542aefdc76616d Signed-off-by: Paul Belanger --- playbooks/base-test/pre.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index 293fd091b2..5d1afd0b4e 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -1,6 +1,6 @@ - hosts: localhost roles: - - role: emit-job-header + - role: test-emit-job-header zuul_log_url: "http://logs.openstack.org" - hosts: all