From a1373c48c6241f27a081b8c6ccd3e6b65d3010d8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 28 Nov 2017 13:52:29 -0500 Subject: [PATCH] Remove bindep_profile from unittests/pre.yaml It is possible a job wants to use another profile the 'test'. As such, we can actually stop hardcoding this value and fall back to the defaults that ship in the bindep role. Change-Id: I6beb7b07a7dbc345e63e758ebbc86400e0ee16d3 Signed-off-by: Paul Belanger --- playbooks/unittests/pre.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/unittests/pre.yaml b/playbooks/unittests/pre.yaml index e4a0db460..55e702ec0 100644 --- a/playbooks/unittests/pre.yaml +++ b/playbooks/unittests/pre.yaml @@ -1,7 +1,6 @@ - hosts: all roles: - role: bindep - bindep_profile: test bindep_dir: "{{ zuul_work_dir }}" - test-setup - revoke-sudo