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

Add sanity, linters, changelog, black and units workflows #1799

Merged

Conversation

alinabuzachis
Copy link
Contributor

@alinabuzachis alinabuzachis commented May 2, 2023

SUMMARY

Add sanity, linters, changelog, black and units workflows

ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Feature Pull Request
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

@alinabuzachis alinabuzachis changed the title c Add sanity, linters, changelog and units workflows May 2, 2023
@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch 2 times, most recently from 1508748 to 0910bca Compare May 2, 2023 11:58
@alinabuzachis alinabuzachis changed the title Add sanity, linters, changelog and units workflows Add sanity, linters, changelog, black and units workflows May 2, 2023
@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch from 0910bca to 5c2a8fc Compare May 2, 2023 12:04
@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/54667b2f8262431f8676da908354f4f0

ansible-galaxy-importer FAILURE in 3m 55s
✔️ build-ansible-collection SUCCESS in 13m 10s
✔️ ansible-test-sanity-docker-devel SUCCESS in 11m 33s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 10m 46s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 14m 44s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 15m 08s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 10m 36s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 22s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 7m 01s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 05s
✔️ ansible-test-units-amazon-aws-python310 SUCCESS in 9m 37s

@@ -0,0 +1,17 @@
---
name: black
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linters workflow will take care of the 'black' check. I do not think we need a separate workflow for black.

@GomathiselviS
Copy link
Collaborator

Should we change the amazon.aws version here to the one available in galaxy? I think this should resolve the failures we see in sanity and unit tests. I may be wrong !

@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch 2 times, most recently from c4c9656 to 9e794ba Compare May 2, 2023 18:19
@softwarefactory-project-zuul
Copy link
Contributor

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

ansible-galaxy-importer FAILURE in 3m 56s
✔️ build-ansible-collection SUCCESS in 12m 50s
✔️ ansible-test-sanity-docker-devel SUCCESS in 13m 29s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 9m 42s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 9m 16s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 11m 13s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 51s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 43s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 8m 56s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 13s
✔️ ansible-test-units-amazon-aws-python310 SUCCESS in 7m 10s

@tremble
Copy link
Contributor

tremble commented May 9, 2023

Should we change the amazon.aws version here to the one available in galaxy? I think this should resolve the failures we see in sanity and unit tests. I may be wrong !

Please don't!

We should be pulling the amazon.aws collection from the relevant branches in git. If something's mangling versions again, then that's also behaviour that should be fixed. (Historically the network team kept ignoring galaxy.yml and overwriting the version in there which is horrible behaviour)

@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch from 9e794ba to f8fed4a Compare May 16, 2023 14:51
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/7e47005159bd4a4d888e2acdbc0cfb71

✔️ ansible-galaxy-importer SUCCESS in 4m 19s
✔️ build-ansible-collection SUCCESS in 12m 41s
✔️ ansible-test-sanity-docker-devel SUCCESS in 38m 08s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 12m 17s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 12m 41s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 12m 47s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 13m 08s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 8m 18s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 8m 12s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 8m 17s
✔️ ansible-test-units-amazon-aws-python310 SUCCESS in 9m 43s

@alinabuzachis
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link
Contributor

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

ansible-galaxy-importer FAILURE in 3m 42s
✔️ build-ansible-collection SUCCESS in 12m 51s
✔️ ansible-test-sanity-docker-devel SUCCESS in 12m 21s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 11m 22s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 10m 55s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 12m 27s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 29s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 8m 19s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 01s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 50s
✔️ ansible-test-units-amazon-aws-python310 SUCCESS in 7m 17s

@alinabuzachis
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/255fb55e7da64bde959c5af9e3fdddda

ansible-galaxy-importer FAILURE in 3m 51s
✔️ build-ansible-collection SUCCESS in 12m 55s
✔️ ansible-test-sanity-docker-devel SUCCESS in 10m 24s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 10m 48s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 12m 17s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 10m 32s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 12m 13s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 21s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 27s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 02s
✔️ ansible-test-units-amazon-aws-python310 SUCCESS in 6m 35s

@alinabuzachis
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/21c9f83f322a4d63bb985c1f2026dd36

ansible-galaxy-importer FAILURE in 4m 12s
✔️ build-ansible-collection SUCCESS in 12m 57s
✔️ ansible-test-sanity-docker-devel SUCCESS in 10m 57s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 11m 32s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 12m 56s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 10m 21s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 12s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 43s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 5m 38s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 23s
✔️ ansible-test-units-amazon-aws-python310 SUCCESS in 6m 19s

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/5f3df33f225a4381acf1141af075da6e

✔️ ansible-galaxy-importer SUCCESS in 4m 20s
✔️ build-ansible-collection SUCCESS in 12m 28s
✔️ ansible-test-sanity-docker-devel SUCCESS in 9m 01s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 12m 21s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 15m 35s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 10m 56s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 11s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 8m 46s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 39s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 5m 53s
✔️ ansible-test-units-amazon-aws-python310 SUCCESS in 6m 32s

@GomathiselviS
Copy link
Collaborator

#1815 should fix the unit test failures in Github Actions.

@GomathiselviS
Copy link
Collaborator

Can you recheck after rebasing? The latest test-requirements file is not picked up.

@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch from 1ed843d to 8ebebdb Compare June 13, 2023 07:59
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch from 5e92cca to e8df0e1 Compare June 13, 2023 08:06
@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch 2 times, most recently from 3a9291e to 160da9a Compare June 13, 2023 08:29
Signed-off-by: Alina Buzachis <[email protected]>
@alinabuzachis alinabuzachis force-pushed the github_action_linter_sanity branch from 160da9a to 87bf695 Compare June 13, 2023 08:47
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/0c634fbd133f4155af4325487e951454

✔️ ansible-galaxy-importer SUCCESS in 4m 02s
✔️ build-ansible-collection SUCCESS in 14m 16s
✔️ ansible-test-sanity-docker-devel SUCCESS in 12m 29s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 10m 51s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 11m 40s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 12m 17s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 45s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 20s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 7m 59s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 49s
ansible-test-units-amazon-aws-python310 FAILURE in 8m 32s (non-voting)
✔️ ansible-test-changelog SUCCESS in 5m 08s
✔️ ansible-test-splitter SUCCESS in 5m 25s
✔️ integration-community.aws-1 SUCCESS in 19m 28s
Skipped 21 jobs

Signed-off-by: Alina Buzachis <[email protected]>
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/70e6dc3cd6104c13aafab60129446313

✔️ ansible-galaxy-importer SUCCESS in 4m 34s
✔️ build-ansible-collection SUCCESS in 12m 46s
✔️ ansible-test-sanity-docker-devel SUCCESS in 12m 43s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 12m 22s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 12m 22s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 12m 27s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 12m 10s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 9m 27s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 8m 26s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 8m 19s
ansible-test-units-amazon-aws-python310 FAILURE in 8m 51s (non-voting)
✔️ ansible-test-changelog SUCCESS in 4m 31s
✔️ ansible-test-splitter SUCCESS in 5m 15s
✔️ integration-community.aws-1 SUCCESS in 21m 02s
Skipped 21 jobs

@alinabuzachis
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link
Contributor

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

✔️ ansible-galaxy-importer SUCCESS in 4m 28s
✔️ build-ansible-collection SUCCESS in 17m 15s
✔️ ansible-test-sanity-docker-devel SUCCESS in 11m 01s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 12m 31s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 10m 49s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 12m 42s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 12m 16s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 9m 07s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 18s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 32s
ansible-test-units-amazon-aws-python310 FAILURE in 7m 16s (non-voting)
✔️ ansible-test-changelog SUCCESS in 5m 07s
✔️ ansible-test-splitter SUCCESS in 5m 43s
✔️ integration-community.aws-1 SUCCESS in 19m 26s
Skipped 21 jobs

@alinabuzachis
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/65bfa248f89e42f4b00d2143313f709a

ansible-galaxy-importer FAILURE in 3m 59s
✔️ build-ansible-collection SUCCESS in 18m 29s
✔️ ansible-test-sanity-docker-devel SUCCESS in 13m 20s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 10m 42s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 12m 36s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 10m 41s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 12m 15s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 42s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 7m 30s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 51s
ansible-test-units-amazon-aws-python310 FAILURE in 8m 55s (non-voting)
✔️ ansible-test-changelog SUCCESS in 7m 06s
✔️ ansible-test-splitter SUCCESS in 6m 58s
✔️ integration-community.aws-1 SUCCESS in 18m 44s
Skipped 21 jobs

@alinabuzachis
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link
Contributor

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

✔️ ansible-galaxy-importer SUCCESS in 4m 32s
✔️ build-ansible-collection SUCCESS in 12m 49s
✔️ ansible-test-sanity-docker-devel SUCCESS in 12m 43s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 12m 23s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 11m 46s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 12m 48s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 47s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 8m 28s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 8m 38s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 8m 09s
ansible-test-units-amazon-aws-python310 FAILURE in 9m 10s (non-voting)
✔️ ansible-test-changelog SUCCESS in 4m 25s
✔️ ansible-test-splitter SUCCESS in 5m 23s
✔️ integration-community.aws-1 SUCCESS in 20m 14s
Skipped 21 jobs

@alinabuzachis alinabuzachis added the mergeit Merge the PR (SoftwareFactory) label Jun 20, 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/518b65497bdf49b6b613a4be004e27f1

ansible-galaxy-importer FAILURE in 3m 49s
✔️ build-ansible-collection SUCCESS in 14m 02s
✔️ ansible-test-sanity-docker-devel SUCCESS in 12m 07s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 10m 33s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 10m 53s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 11m 01s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 11m 04s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 18s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 27s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 20s
ansible-test-units-amazon-aws-python310 FAILURE in 8m 53s (non-voting)
✔️ ansible-test-changelog SUCCESS in 4m 52s
✔️ ansible-test-splitter SUCCESS in 5m 09s
✔️ integration-community.aws-1 SUCCESS in 22m 05s
Skipped 21 jobs

@alinabuzachis
Copy link
Contributor Author

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

https://ansible.softwarefactory-project.io/zuul/buildset/9061842dd9b54a93ab00435efc97bedb

ansible-galaxy-importer FAILURE in 3m 46s
✔️ build-ansible-collection SUCCESS in 13m 32s
✔️ ansible-test-sanity-docker-devel SUCCESS in 11m 39s (non-voting)
✔️ ansible-test-sanity-docker-milestone SUCCESS in 10m 37s (non-voting)
✔️ ansible-test-sanity-docker-stable-2.12 SUCCESS in 11m 13s
✔️ ansible-test-sanity-docker-stable-2.13 SUCCESS in 11m 11s
✔️ ansible-test-sanity-docker-stable-2.14 SUCCESS in 10m 36s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 10s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 22s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 5m 53s
ansible-test-units-amazon-aws-python310 FAILURE in 6m 18s (non-voting)
✔️ ansible-test-changelog SUCCESS in 4m 35s
✔️ ansible-test-splitter SUCCESS in 4m 57s
✔️ integration-community.aws-1 SUCCESS in 21m 44s
Skipped 21 jobs

@alinabuzachis
Copy link
Contributor Author

regate

@jillr jillr merged commit dbba718 into ansible-collections:main Jun 21, 2023
alinabuzachis added a commit to alinabuzachis/community.aws that referenced this pull request Jul 4, 2023
…llections#1799)

* Add sanity, linters, changelog and units workflows

Signed-off-by: Alina Buzachis <[email protected]>

* Delete black.yml

Signed-off-by: Alina Buzachis <[email protected]>

* Update references

Signed-off-by: Alina Buzachis <[email protected]>

* Remove linters job

Signed-off-by: Alina Buzachis <[email protected]>

* Add missing tox.ini file

Signed-off-by: Alina Buzachis <[email protected]>

* Apply black on plugins/modules/cloudfront_distribution.py

Signed-off-by: Alina Buzachis <[email protected]>

* Update tox.ini

Signed-off-by: Alina Buzachis <[email protected]>

* Fix units

Signed-off-by: Alina Buzachis <[email protected]>

---------

Signed-off-by: Alina Buzachis <[email protected]>
alinabuzachis added a commit to alinabuzachis/community.aws that referenced this pull request Jul 4, 2023
…llections#1799)

* Add sanity, linters, changelog and units workflows

Signed-off-by: Alina Buzachis <[email protected]>

* Delete black.yml

Signed-off-by: Alina Buzachis <[email protected]>

* Update references

Signed-off-by: Alina Buzachis <[email protected]>

* Remove linters job

Signed-off-by: Alina Buzachis <[email protected]>

* Add missing tox.ini file

Signed-off-by: Alina Buzachis <[email protected]>

* Apply black on plugins/modules/cloudfront_distribution.py

Signed-off-by: Alina Buzachis <[email protected]>

* Update tox.ini

Signed-off-by: Alina Buzachis <[email protected]>

* Fix units

Signed-off-by: Alina Buzachis <[email protected]>

---------

Signed-off-by: Alina Buzachis <[email protected]>
alinabuzachis added a commit to alinabuzachis/community.aws that referenced this pull request Jul 4, 2023
…llections#1799)

* Add sanity, linters, changelog and units workflows

Signed-off-by: Alina Buzachis <[email protected]>

* Delete black.yml

Signed-off-by: Alina Buzachis <[email protected]>

* Update references

Signed-off-by: Alina Buzachis <[email protected]>

* Remove linters job

Signed-off-by: Alina Buzachis <[email protected]>

* Add missing tox.ini file

Signed-off-by: Alina Buzachis <[email protected]>

* Apply black on plugins/modules/cloudfront_distribution.py

Signed-off-by: Alina Buzachis <[email protected]>

* Update tox.ini

Signed-off-by: Alina Buzachis <[email protected]>

* Fix units

Signed-off-by: Alina Buzachis <[email protected]>

---------

Signed-off-by: Alina Buzachis <[email protected]>
alinabuzachis added a commit to alinabuzachis/community.aws that referenced this pull request Jul 4, 2023
…llections#1799)

* Add sanity, linters, changelog and units workflows

Signed-off-by: Alina Buzachis <[email protected]>

* Delete black.yml

Signed-off-by: Alina Buzachis <[email protected]>

* Update references

Signed-off-by: Alina Buzachis <[email protected]>

* Remove linters job

Signed-off-by: Alina Buzachis <[email protected]>

* Add missing tox.ini file

Signed-off-by: Alina Buzachis <[email protected]>

* Apply black on plugins/modules/cloudfront_distribution.py

Signed-off-by: Alina Buzachis <[email protected]>

* Update tox.ini

Signed-off-by: Alina Buzachis <[email protected]>

* Fix units

Signed-off-by: Alina Buzachis <[email protected]>

---------

Signed-off-by: Alina Buzachis <[email protected]>
alinabuzachis added a commit to alinabuzachis/community.aws that referenced this pull request Jul 4, 2023
…llections#1799)

* Add sanity, linters, changelog and units workflows

Signed-off-by: Alina Buzachis <[email protected]>

* Delete black.yml

Signed-off-by: Alina Buzachis <[email protected]>

* Update references

Signed-off-by: Alina Buzachis <[email protected]>

* Remove linters job

Signed-off-by: Alina Buzachis <[email protected]>

* Add missing tox.ini file

Signed-off-by: Alina Buzachis <[email protected]>

* Apply black on plugins/modules/cloudfront_distribution.py

Signed-off-by: Alina Buzachis <[email protected]>

* Update tox.ini

Signed-off-by: Alina Buzachis <[email protected]>

* Fix units

Signed-off-by: Alina Buzachis <[email protected]>

---------

Signed-off-by: Alina Buzachis <[email protected]>
jillr pushed a commit that referenced this pull request Jul 5, 2023
* Add sanity, linters, changelog, black and units workflows (#1799)

* Add sanity, linters, changelog and units workflows

Signed-off-by: Alina Buzachis <[email protected]>

* Delete black.yml

Signed-off-by: Alina Buzachis <[email protected]>

* Update references

Signed-off-by: Alina Buzachis <[email protected]>

* Remove linters job

Signed-off-by: Alina Buzachis <[email protected]>

* Add missing tox.ini file

Signed-off-by: Alina Buzachis <[email protected]>

* Apply black on plugins/modules/cloudfront_distribution.py

Signed-off-by: Alina Buzachis <[email protected]>

* Update tox.ini

Signed-off-by: Alina Buzachis <[email protected]>

* Fix units

Signed-off-by: Alina Buzachis <[email protected]>

---------

Signed-off-by: Alina Buzachis <[email protected]>

* Fix 'unnecessary-comprehension: Unnecessary use of a comprehension, use list(dist['Aliases'].get('Items', [])) instead.'

Signed-off-by: Alina Buzachis <[email protected]>

* Increase amazon.aws collection version in galaxy.yml

Signed-off-by: Alina Buzachis <[email protected]>

* Revert

Signed-off-by: Alina Buzachis <[email protected]>

* Use RetryingBotoClientWrapper rather than _RetryingBotoClientWrapper

Signed-off-by: Alina Buzachis <[email protected]>

* Fix sanity ignore files

Signed-off-by: Alina Buzachis <[email protected]>

* Add galaxy-importer

Signed-off-by: Alina Buzachis <[email protected]>

* Add linters to tox

Signed-off-by: Alina Buzachis <[email protected]>

* Add W504 to ignore

Signed-off-by: Alina Buzachis <[email protected]>

---------

Signed-off-by: Alina Buzachis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants