commit | 88c36d6e275950b95e0cd51e42dd2c8f01a37880 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu May 26 13:25:18 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu May 26 13:25:18 2016 +0000 |
tree | 3ddff74ba48446db45087d4c893198400e5c6ab3 | |
parent | 46dbb4a8f438bccae45c4f78e227fa97c794ae95 [diff] | |
parent | 38fc2502922f2f22e7c3694c61145694fcfb71cf [diff] |
Merge "Ansible launcher: log exit code from each builder"
diff --git a/zuul/ansible/library/zuul_runner.py b/zuul/ansible/library/zuul_runner.py index 4604f42..ee2646e 100644 --- a/zuul/ansible/library/zuul_runner.py +++ b/zuul/ansible/library/zuul_runner.py
@@ -68,7 +68,8 @@ break console.addLine(line) - ret = proc.wait() + ret = proc.wait() + console.addLine("[Zuul] Exit code: %s\n" % ret) return ret