ansible/test/units/executor
James Cammarata 159aa26b36 FEATURE: adding variable serial batches
This feature changes the scalar value of `serial:` to a list, which
allows users to specify a list of values, so batches can be ramped
up (commonly called "canary" setups):

- hosts: all
  serial: [1, 5, 10, "100%"]
  tasks:
  ...
2016-08-04 15:04:10 -05:00
..
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
test_play_iterator.py Fix mock loader for osx /etc symlinks (#16074) 2016-05-31 18:02:39 -04:00
test_playbook_executor.py FEATURE: adding variable serial batches 2016-08-04 15:04:10 -05:00
test_task_executor.py Parse async response in async action. (#16534) 2016-07-01 14:52:45 -07:00
test_task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass 2016-05-05 15:29:10 -07:00