zuul/tests/fixtures/config/ansible/git/common-config/playbooks
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
..
check-vars.yaml Create nodepool dictionary for ansible inventory 2017-06-13 12:28:44 -04:00
hello-post.yaml Check ret for None in zuul_run_command 2017-07-11 10:28:09 +02:00
post-broken.yaml Fix and test report urls for unknown failures 2017-06-28 20:45:57 +02:00
post.yaml Run pre and post playbooks 2017-02-06 10:11:11 -08:00
pre.yaml Run pre and post playbooks 2017-02-06 10:11:11 -08:00
python27.yaml Decrypt secrets and plumb to Ansible 2017-03-29 12:44:42 -07:00
timeout.yaml Add timeout variable to jobs 2017-03-01 15:31:01 -05:00