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
James Cammarata b107e397cb
Cache tasks as they are queued instead of en masse (#34752)
* Cache tasks as they are queued instead of en masse

This also moves the task caching from the PlayIterator to the
StrategyBase class, where it makes more sense (and makes it easier
to not have to change the strategy class methods leading to an API
change).

Fixes #31673

* Cleaning up unit tests due to 502ca780
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
compile Fix Python 3.7 syntax error in yum_repository. 8 years ago
integration Module renamed to ucs_mac_pool to match naming convention for other ucs modules. (#34826) 8 years ago
legacy Fix tests as filters #4 (#33930) 8 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner Validate modules arg spec fixes (#34477) 8 years ago
sanity Extend validate-modules to check the next to last line (#34819) 8 years ago
units Cache tasks as they are queued instead of en masse (#34752) 8 years ago
utils Preserve `test/results/data/` in Shippable jobs. 8 years ago