From 5501f12f2380d81ab66468f065b5d1dacb38cd32 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 23 Sep 2017 14:54:23 -0400 Subject: [PATCH] Add bindep support for build-wheel-mirror job Our wheels will end up requiring dependencies, so add support for bindep. Change-Id: Ifa73ba475284ac8435ba29ffaf228a54dce59b09 Signed-off-by: Paul Belanger --- playbooks/wheel/pre.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/wheel/pre.yaml b/playbooks/wheel/pre.yaml index cb23dfb26d..4cc05b54a7 100644 --- a/playbooks/wheel/pre.yaml +++ b/playbooks/wheel/pre.yaml @@ -1,4 +1,7 @@ - hosts: all roles: + - role: bindep + bindep_profile: test + bindep_dir: "src/{{ zuul.project.canonical_name }}" - legacy-install-afs-with-puppet - legacy-copy-project-config-scripts