zuul/tests/remote
Tobias Henkel 0ae7a157e2
Don't do live streaming in loops
Currently we do live streaming of command and shell tasks in
loops. However this is severely broken as we only get the output of
the first task that ran. This is hard to solve as a per task streaming
in loops is not possible because of missing start events. Further
streaming several tasks at once is difficult too because we don't know
how many tasks we need to stream upfront.

So the intermediate solution until the whole log streaming is reworked
is to just not live stream tasks in loops.

While we're at it also fix a broken log statement and remove duplicate
exit code prints of action tasks.

Change-Id: Ic1358d5b9f939549ffdd5d770fe4eafc047be6f1
2018-11-05 22:21:38 +01:00
..
__init__.py Add new tox-remote job 2018-03-12 15:44:51 +01:00
test_remote_action_modules.py Fix delegate_to for ansible synchronize 2018-07-23 09:47:13 -04:00
test_remote_zuul_json.py Add role path to JSON result in callback plugin 2018-10-02 10:16:31 +02:00
test_remote_zuul_stream.py Don't do live streaming in loops 2018-11-05 22:21:38 +01:00