-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI test fixups - Ansible milestone update #1863
CI test fixups - Ansible milestone update #1863
Conversation
# ============================================================ | ||
- name: test with empty parameters | ||
sts_assume_role: | ||
role_arn: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ansible now rejects None if it's supposed to be a string (YAML returns a Nil for blank entries which aren't explicitly passed as an empty string).
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 4m 03s (non-voting) |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 4m 43s (non-voting) |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1864 🤖 @patchback |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #1865 🤖 @patchback |
[PR #1863/7f05515c backport][stable-6] CI test fixups - Ansible milestone update This is a backport of PR #1863 as merged into main (7f05515). SUMMARY Fixups failures exposed by #1852 ISSUE TYPE Bugfix Pull Request COMPONENT NAME dynamodb sts_assume_role ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
[PR #1863/7f05515c backport][stable-5] CI test fixups - Ansible milestone update This is a backport of PR #1863 as merged into main (7f05515). SUMMARY Fixups failures exposed by #1852 ISSUE TYPE Bugfix Pull Request COMPONENT NAME dynamodb sts_assume_role ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
CI test fixups - Ansible milestone update SUMMARY Fixups failures exposed by ansible-collections#1852 ISSUE TYPE Bugfix Pull Request COMPONENT NAME dynamodb sts_assume_role ADDITIONAL INFORMATION Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@7f05515
SUMMARY
Fixups failures exposed by #1852
ISSUE TYPE
COMPONENT NAME
dynamodb
sts_assume_role
ADDITIONAL INFORMATION