zuul/tests/fixtures/config/ansible
Tobias Henkel 542f948952 Check ret for None in zuul_run_command
The check 'if not ret' not only matches a missing return code but also
the value 0 which is actually a successful run. Thus successful
commands end with an error 'Something went horribly wrong during task
execution'. This can be fixed by explicitly checking for None.

Also adds a successful shell task to the test_playbook test case which
fails without this patch.

Change-Id: If1d0721574a82e247659ab0f865ae6acfe12a6be
2017-07-11 10:28:09 +02:00
..
git Check ret for None in zuul_run_command 2017-07-11 10:28:09 +02:00
main.yaml Replace config/project repos with config/untrusted projects 2017-04-18 15:52:33 -07:00