summaryrefslogtreecommitdiff
path: root/zuul/cmd/executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/cmd/executor.py')
-rwxr-xr-xzuul/cmd/executor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul/cmd/executor.py b/zuul/cmd/executor.py
index eb463348e..ef0cef54e 100755
--- a/zuul/cmd/executor.py
+++ b/zuul/cmd/executor.py
@@ -82,7 +82,7 @@ class Executor(zuul.cmd.ZuulDaemonApp):
def run(self):
self.handleCommands()
- self.configure_connections(source_only=True)
+ self.configure_connections(source_only=True, check_bwrap=True)
if self.config.has_option('executor', 'job_dir'):
self.job_dir = os.path.expanduser(