-
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
tests: disable aws_ssm_parameter_store #639
Merged
ansible-zuul
merged 1 commit into
ansible-collections:main
from
goneri:tests-disable-aws_ssm_parameter_store_25350
Jul 14, 2021
Merged
tests: disable aws_ssm_parameter_store #639
ansible-zuul
merged 1 commit into
ansible-collections:main
from
goneri:tests-disable-aws_ssm_parameter_store_25350
Jul 14, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansibullbot
added
bug
This issue/PR relates to a bug
community_review
integration
tests/integration
needs_triage
plugins
plugin (any type)
tests
tests
labels
Jul 13, 2021
``` TASK [aws_ssm_parameter_store : Create or update key/value pair in aws parameter store] *** task path: /home/zuul/.ansible/collections/ansible_collections/community/aws/tests/integration/targets/aws_ssm_parameter_store/tasks/main.yml:18 (...) 2021-07-13 19:51:30.964828 | fedora-34 | TASK [aws_ssm_parameter_store : Check that parameter was stored correctly] ***** task path: /home/zuul/.ansible/collections/ansible_collections/community/aws/tests/integration/targets/aws_ssm_parameter_store/tasks/main.yml:24 AWS_ssm name lookup term: ['/ansible-test-31771590-host-162-253-43-87/Hello'] AWS_ssm path lookup returning: [None] fatal: [testhost]: FAILED! => { "assertion": "'' == 'World'", "changed": false, "evaluated_to": false, "msg": "Assertion failed" } ``` See: https://94d9c68ff074d3479f4f-fd89d6f20580dda91da006e562d540fc.ssl.cf5.rackcdn.com/636/067f6f84c20701ccf4bf0654471613af598c6e89/check/ansible-test-cloud-integration-aws-py36_2/ecde211/job-output.txt
goneri
force-pushed
the
tests-disable-aws_ssm_parameter_store_25350
branch
from
July 14, 2021 09:15
3d7e953
to
b50fa30
Compare
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 19, 2021
…aws_ssm_parameter_store_25350 tests: disable aws_ssm_parameter_store TASK [aws_ssm_parameter_store : Create or update key/value pair in aws parameter store] *** task path: /home/zuul/.ansible/collections/ansible_collections/community/aws/tests/integration/targets/aws_ssm_parameter_store/tasks/main.yml:18 (...) 2021-07-13 19:51:30.964828 | fedora-34 | TASK [aws_ssm_parameter_store : Check that parameter was stored correctly] ***** task path: /home/zuul/.ansible/collections/ansible_collections/community/aws/tests/integration/targets/aws_ssm_parameter_store/tasks/main.yml:24 AWS_ssm name lookup term: ['/ansible-test-31771590-host-162-253-43-87/Hello'] AWS_ssm path lookup returning: [None] fatal: [testhost]: FAILED! => { "assertion": "'' == 'World'", "changed": false, "evaluated_to": false, "msg": "Assertion failed" } See: https://94d9c68ff074d3479f4f-fd89d6f20580dda91da006e562d540fc.ssl.cf5.rackcdn.com/636/067f6f84c20701ccf4bf0654471613af598c6e89/check/ansible-test-cloud-integration-aws-py36_2/ecde211/job-output.txt SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 19, 2021
…aws_ssm_parameter_store_25350 tests: disable aws_ssm_parameter_store TASK [aws_ssm_parameter_store : Create or update key/value pair in aws parameter store] *** task path: /home/zuul/.ansible/collections/ansible_collections/community/aws/tests/integration/targets/aws_ssm_parameter_store/tasks/main.yml:18 (...) 2021-07-13 19:51:30.964828 | fedora-34 | TASK [aws_ssm_parameter_store : Check that parameter was stored correctly] ***** task path: /home/zuul/.ansible/collections/ansible_collections/community/aws/tests/integration/targets/aws_ssm_parameter_store/tasks/main.yml:24 AWS_ssm name lookup term: ['/ansible-test-31771590-host-162-253-43-87/Hello'] AWS_ssm path lookup returning: [None] fatal: [testhost]: FAILED! => { "assertion": "'' == 'World'", "changed": false, "evaluated_to": false, "msg": "Assertion failed" } See: https://94d9c68ff074d3479f4f-fd89d6f20580dda91da006e562d540fc.ssl.cf5.rackcdn.com/636/067f6f84c20701ccf4bf0654471613af598c6e89/check/ansible-test-cloud-integration-aws-py36_2/ecde211/job-output.txt SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
Bump release to 4.0.0-dev0 SUMMARY Discussed with @jillr on IRC about splitting main and stable sooner rather than later. stable-3 branch now exists, as such we can start introducing the breaking changes slated for 4.0.0 rather than trying to push them in in the last few days before a release. Having released amazon.aws 3.0.0 and branched stable-3, bump the release to 4.0.0-dev0 ISSUE TYPE Feature Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
ansible-collections#630) [Breaking Change] Remove support for old boto SDK (not boto3/botocore) SUMMARY It is time. It's almost 3 years since the last code commit to the original boto library. We have deprecated and migrated. With 4.0.0 it is time for the last boto module and the relevant support code to be retired. Depends-On: ansible-collections#632 Depends-On: ansible-collections#639 ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/modules/ec2.py plugins/module_utils/ec2.py plugins/doc_fragments/aws.py ADDITIONAL INFORMATION IMO we should branch stable-3 sooner rather than later and start the cleanup work. cc @jillr Reviewed-by: Brian Scholer <None> Reviewed-by: Jill R <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue/PR relates to a bug
CI
community_review
integration
tests/integration
needs_triage
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See: https://94d9c68ff074d3479f4f-fd89d6f20580dda91da006e562d540fc.ssl.cf5.rackcdn.com/636/067f6f84c20701ccf4bf0654471613af598c6e89/check/ansible-test-cloud-integration-aws-py36_2/ecde211/job-output.txt
SUMMARY
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION