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

Attempt to sync README.md docs with community.aws where possible #937

Merged

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Jul 18, 2022

SUMMARY

Minor drift has occurred between the amazon.aws and community.aws docs. Attempt to re-synchronise where appropriate

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

README.md

ADDITIONAL INFORMATION

See also: ansible-collections/community.aws#1359

Also sneaks in a fix to the PR link for the Python deprecation changelog entry

@tremble tremble changed the title Attempt to sync README.md docs with amazon.aws where possible Attempt to sync README.md docs with community.aws where possible Jul 18, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

✔️ ansible-galaxy-importer SUCCESS in 4m 01s
✔️ build-ansible-collection SUCCESS in 4m 49s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 10m 41s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 10m 23s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 10m 17s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 47s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 31s

@tremble tremble added mergeit Merge the PR (SoftwareFactory) backport-4 PR should be backported to the stable-4 branch labels Jul 19, 2022
@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

✔️ ansible-galaxy-importer SUCCESS in 4m 35s
✔️ build-ansible-collection SUCCESS in 5m 08s
ansible-test-sanity-aws-ansible-python38 FAILURE in 8m 12s
ansible-test-sanity-aws-ansible-2.12-python38 FAILURE in 7m 53s
ansible-test-sanity-aws-ansible-2.13-python38 FAILURE in 8m 00s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 7m 02s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 5m 58s

@tremble
Copy link
Contributor Author

tremble commented Jul 19, 2022

regate

@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

✔️ ansible-galaxy-importer SUCCESS in 4m 02s
✔️ build-ansible-collection SUCCESS in 5m 18s
ansible-test-sanity-aws-ansible-python38 FAILURE in 8m 52s
ansible-test-sanity-aws-ansible-2.12-python38 FAILURE in 7m 47s
ansible-test-sanity-aws-ansible-2.13-python38 FAILURE in 8m 32s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 17s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 33s

@tremble
Copy link
Contributor Author

tremble commented Jul 19, 2022

regate

@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

✔️ ansible-galaxy-importer SUCCESS in 3m 51s
✔️ build-ansible-collection SUCCESS in 5m 03s
ansible-test-sanity-aws-ansible-python38 FAILURE in 8m 42s
ansible-test-sanity-aws-ansible-2.12-python38 FAILURE in 8m 56s
ansible-test-sanity-aws-ansible-2.13-python38 FAILURE in 7m 53s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 7m 42s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 53s

softwarefactory-project-zuul bot pushed a commit to ansible-collections/community.aws that referenced this pull request Jul 19, 2022
Attempt to sync README.md docs with amazon.aws where possible

SUMMARY
Minor drift has occurred between the amazon.aws and community.aws docs.  Attempt to re-synchronise where appropriate
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
README.md
ADDITIONAL INFORMATION
See also : ansible-collections/amazon.aws#937

Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Alina Buzachis <None>
patchback bot pushed a commit to ansible-collections/community.aws that referenced this pull request Jul 19, 2022
Attempt to sync README.md docs with amazon.aws where possible

SUMMARY
Minor drift has occurred between the amazon.aws and community.aws docs.  Attempt to re-synchronise where appropriate
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
README.md
ADDITIONAL INFORMATION
See also : ansible-collections/amazon.aws#937

Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Alina Buzachis <None>
(cherry picked from commit d83eb4b)
@tremble
Copy link
Contributor Author

tremble commented Jul 19, 2022

regate

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

✔️ ansible-galaxy-importer SUCCESS in 4m 01s
✔️ build-ansible-collection SUCCESS in 5m 00s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 8m 39s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 9m 16s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 8m 37s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 5m 59s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 04s

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit c595497 into ansible-collections:main Jul 19, 2022
@patchback
Copy link

patchback bot commented Jul 19, 2022

Backport to stable-4: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-4/c595497b06528a9a0a0aae975a2b35f12656c150/pr-937

Backported as #939

🤖 @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 Jul 19, 2022
Attempt to sync README.md docs with community.aws where possible

SUMMARY
Minor drift has occurred between the amazon.aws and community.aws docs. Attempt to re-synchronise where appropriate
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
README.md
ADDITIONAL INFORMATION
See also: ansible-collections/community.aws#1359
Also sneaks in a fix to the PR link for the Python deprecation changelog entry

Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Alina Buzachis <None>
(cherry picked from commit c595497)
softwarefactory-project-zuul bot pushed a commit to ansible-collections/community.aws that referenced this pull request Jul 19, 2022
…#1360)

[PR #1359/d83eb4be backport][stable-4] Attempt to sync README.md docs with amazon.aws where possible

This is a backport of PR #1359 as merged into main (d83eb4b).
SUMMARY
Minor drift has occurred between the amazon.aws and community.aws docs.  Attempt to re-synchronise where appropriate
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
README.md
ADDITIONAL INFORMATION
See also : ansible-collections/amazon.aws#937

Reviewed-by: Mark Chappell <None>
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jul 19, 2022
… (#939)

[PR #937/c595497b backport][stable-4] Attempt to sync README.md docs with community.aws where possible

This is a backport of PR #937 as merged into main (c595497).
SUMMARY
Minor drift has occurred between the amazon.aws and community.aws docs. Attempt to re-synchronise where appropriate
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
README.md
ADDITIONAL INFORMATION
See also: ansible-collections/community.aws#1359
Also sneaks in a fix to the PR link for the Python deprecation changelog entry

Reviewed-by: Mark Chappell <None>
@tremble tremble deleted the docs/README/sync branch September 9, 2022 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-4 PR should be backported to the stable-4 branch community_review docs mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants