From 51c97aae90ad0a88bb239b6c6912e4487580486c Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 29 Aug 2017 13:57:09 -0500 Subject: [PATCH] Remove bindep_command and bindep_fallback references With the settings in site-variables now, we don't need them here. Which is good, because this job should be reusable by non-infra people. Change-Id: I2988816dfbca7299c4a29b8a1a986dccccf87a9a Depends-On: I94dfe8e6aab9c2da1283590be5e26f7d8c35dcad --- playbooks/unittests/pre.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/unittests/pre.yaml b/playbooks/unittests/pre.yaml index 45364e5e2..e4a0db460 100644 --- a/playbooks/unittests/pre.yaml +++ b/playbooks/unittests/pre.yaml @@ -3,8 +3,5 @@ - role: bindep bindep_profile: test bindep_dir: "{{ zuul_work_dir }}" - # TODO(mordred) When we have site-local variables, these should go there - bindep_command: /usr/bindep-env/bin/bindep - bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt - test-setup - revoke-sudo