1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-16 21:07:42 +00:00
community.general/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
test_play_iterator.py
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