summaryrefslogtreecommitdiff
path: root/zuul/driver/git
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/driver/git')
-rw-r--r--zuul/driver/git/gitconnection.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/zuul/driver/git/gitconnection.py b/zuul/driver/git/gitconnection.py
index fe6e52388..cb5fe84c4 100644
--- a/zuul/driver/git/gitconnection.py
+++ b/zuul/driver/git/gitconnection.py
@@ -66,7 +66,8 @@ class GitConnection(BaseConnection):
def getChangeFilesUpdated(self, project_name, branch, tosha):
job = self.sched.merger.getFilesChanges(
- self.connection_name, project_name, branch, tosha)
+ self.connection_name, project_name, branch, tosha,
+ needs_result=True)
self.log.debug("Waiting for fileschanges job %s" % job)
job.wait()
if not job.updated: