Skip to content
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

Fix integration tests - rds_cluster_modify/s3_object #1769

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Sep 26, 2023

SUMMARY

Amazon AWS have been changing things under us again:

S3 (and only S3) actions are now returning <bucket_name>:<Action> rather than s3:<Action>
RDS doesn't want us using MySQL 5.7 any more: aurora-mysql5.7 cannot be used for this instance. Please use a Parameter Group with DBParameterGroupFamily aurora-mysql8.0

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

rds_cluster
s3_object

ADDITIONAL INFORMATION

See also - https://ansible.softwarefactory-project.io/zuul/buildset/c14253ae9d6b4603b2bf6acfc2ad2bb0

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/0a6b17dcb86347d2bead7e30f5cffd57

⚠️ ansible-galaxy-importer SKIPPED Skipped due to failed job build-ansible-collection
build-ansible-collection FAILURE in 11m 36s
✔️ ansible-test-splitter SUCCESS in 4m 41s
⚠️ integration-amazon.aws-1 SKIPPED Skipped due to failed job build-ansible-collection
⚠️ integration-amazon.aws-2 SKIPPED Skipped due to failed job build-ansible-collection
Skipped 42 jobs

@tremble
Copy link
Contributor Author

tremble commented Sep 26, 2023

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/500a2bd29eb2451fa8e1ede780b90bb6

✔️ ansible-galaxy-importer SUCCESS in 8m 39s
✔️ build-ansible-collection SUCCESS in 13m 03s
✔️ ansible-test-splitter SUCCESS in 4m 43s
✔️ integration-amazon.aws-1 SUCCESS in 9m 35s
✔️ integration-amazon.aws-2 SUCCESS in 13m 03s
Skipped 42 jobs

@tremble tremble added backport-6 PR should be backported to the stable-6 branch mergeit Merge the PR (SoftwareFactory) labels Sep 27, 2023
@softwarefactory-project-zuul
Copy link
Contributor

Build failed (gate pipeline). For information on how to proceed, see
http://docs.openstack.org/infra/manual/developers.html#automated-testing

https://ansible.softwarefactory-project.io/zuul/buildset/542bcb6a0a874721af836ebd1e77671b

✔️ ansible-galaxy-importer SUCCESS in 4m 38s
✔️ build-ansible-collection SUCCESS in 13m 01s
✔️ ansible-test-splitter SUCCESS in 4m 46s
integration-amazon.aws-1 RETRY_LIMIT in 1m 44s
integration-amazon.aws-2 RETRY_LIMIT in 1m 42s
Skipped 42 jobs

@tremble
Copy link
Contributor Author

tremble commented Sep 27, 2023

regate

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).
https://ansible.softwarefactory-project.io/zuul/buildset/8c95b9cea21a489f86715603e0e637e1

✔️ ansible-galaxy-importer SUCCESS in 4m 25s
✔️ build-ansible-collection SUCCESS in 13m 49s
✔️ ansible-test-splitter SUCCESS in 4m 44s
✔️ integration-amazon.aws-1 SUCCESS in 12m 05s
✔️ integration-amazon.aws-2 SUCCESS in 12m 00s
Skipped 42 jobs

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 269f08b into ansible-collections:main Sep 27, 2023
@patchback
Copy link

patchback bot commented Sep 27, 2023

Backport to stable-6: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-6/269f08bb98cc2e5975c06bcaaad9e42fed68d26b/pr-1769

Backported as #1770

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Sep 27, 2023
Fix integration tests - rds_cluster_modify/s3_object

SUMMARY
Amazon AWS have been changing things under us again:
S3 (and only S3) actions are now returning <bucket_name>:<Action> rather than s3:<Action>
RDS doesn't want us using MySQL 5.7 any more: aurora-mysql5.7 cannot be used for this instance. Please use a Parameter Group with DBParameterGroupFamily aurora-mysql8.0
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
rds_cluster
s3_object
ADDITIONAL INFORMATION
See also - https://ansible.softwarefactory-project.io/zuul/buildset/c14253ae9d6b4603b2bf6acfc2ad2bb0

Reviewed-by: Alina Buzachis
(cherry picked from commit 269f08b)
@github-actions
Copy link

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and your docs changes will be incorporated when they are next published.

@tremble tremble deleted the tests/aws/20230926 branch September 27, 2023 07:01
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Sep 27, 2023
[PR #1769/269f08bb backport][stable-6] Fix integration tests - rds_cluster_modify/s3_object

This is a backport of PR #1769 as merged into main (269f08b).
SUMMARY
Amazon AWS have been changing things under us again:
S3 (and only S3) actions are now returning <bucket_name>:<Action> rather than s3:<Action>
RDS doesn't want us using MySQL 5.7 any more: aurora-mysql5.7 cannot be used for this instance. Please use a Parameter Group with DBParameterGroupFamily aurora-mysql8.0
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
rds_cluster
s3_object
ADDITIONAL INFORMATION
See also - https://ansible.softwarefactory-project.io/zuul/buildset/c14253ae9d6b4603b2bf6acfc2ad2bb0

Reviewed-by: Mark Chappell
alinabuzachis pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Oct 2, 2023
…ions#1769)

Fix integration tests - rds_cluster_modify/s3_object

SUMMARY
Amazon AWS have been changing things under us again:
S3 (and only S3) actions are now returning <bucket_name>:<Action> rather than s3:<Action>
RDS doesn't want us using MySQL 5.7 any more: aurora-mysql5.7 cannot be used for this instance. Please use a Parameter Group with DBParameterGroupFamily aurora-mysql8.0
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
rds_cluster
s3_object
ADDITIONAL INFORMATION
See also - https://ansible.softwarefactory-project.io/zuul/buildset/c14253ae9d6b4603b2bf6acfc2ad2bb0

Reviewed-by: Alina Buzachis
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
CI - add changelog validation job [Github action]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-6 PR should be backported to the stable-6 branch mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants