mirror of https://github.com/ansible/ansible.git
aws_codebuild tests - add retries and delay instead of a pause task (#61731)
- Add retries instead of a pause task - Shorten the IAM role name length - Put the IAM role name in defaults/main.yml instead - Fix the aws_codepipeline tests toopull/61784/head
parent
91ccb03552
commit
9ee0deea24
@ -1,2 +1,7 @@
|
|||||||
---
|
---
|
||||||
# defaults file for aws_codebuild
|
# defaults file for aws_codebuild
|
||||||
|
|
||||||
|
# IAM role names have to be less than 64 characters
|
||||||
|
# The 8 digit identifier at the end of resource_prefix helps determine during
|
||||||
|
# which test something was created and allows tests to be run in parallel
|
||||||
|
iam_role_name: "ansible-test-sts-{{ resource_prefix | regex_search('([0-9]+)$') }}-codebuild-service-role"
|
||||||
|
Loading…
Reference in New Issue