You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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:
  ...
8 years ago
..
__init__.py Making the switch to v2 10 years ago
test_play_iterator.py Fix mock loader for osx /etc symlinks (#16074) 9 years ago
test_playbook_executor.py FEATURE: adding variable serial batches 8 years ago
test_task_executor.py Parse async response in async action. (#16534) 8 years ago
test_task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass 9 years ago