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/utils/shippable
Allen Sanabria b510abce17 CloudRetry/AWSRetry backoff decorator with unit tests (#17039)
* Added aws_retry decorator function with unit tests

* Restructured the code to be used with a base class.

This base class CloudRetry can be reused by any other cloud provider.
This decorator should be used in situations, where you need to implement
a backoff algorithm and want to retry based on the status code from the
exception.

* updated documentation

* fixed tabs

* added botocore and boto3 to requirements.txt

* removed cloud.py from py24 tests, as it depends on boto3

* fix relative imports

* updated test to be 2.6 compat

* updated method name from retry to backoff

* readded lxd

* Updated default backoff from 2 seconds to 1.1s.

This will be about a total of 48 seconds in 10 tries. This is
configurable.
8 years ago
..
modules Add support for testing module PRs with python3. (#17339) 8 years ago
ansible-core-ci
ci.sh
code-smell-requirements.txt
code-smell.sh
integration-requirements.txt Put integration.sh pip reqs in separate file. (#17338) 8 years ago
integration.sh Put integration.sh pip reqs in separate file. (#17338) 8 years ago
python3-test-tag-blacklist.txt Enable more integration tests for python 3. (#17473) 8 years ago
python3-test-target-blacklist.txt Enable more integration tests for python 3. (#17375) 8 years ago
remote-integration.sh
remote-requirements.txt fix remote shippable target failures (#17287) 8 years ago
remote.sh fix remote shippable target failures (#17287) 8 years ago
sanity-requirements.txt
sanity.sh CloudRetry/AWSRetry backoff decorator with unit tests (#17039) 8 years ago