-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support configuring galaxy-importer #1583
Support configuring galaxy-importer #1583
Conversation
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 5m 22s |
Build failed. ❌ ansible-tox-linters FAILURE in 4m 44s |
49e13e8
to
cb91a83
Compare
Build failed. ❌ ansible-tox-linters FAILURE in 4m 50s |
cb91a83
to
4ac5e70
Compare
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 5m 00s |
4ac5e70
to
576d096
Compare
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 5m 39s |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 5m 43s |
c44dad6
to
7cf1d56
Compare
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 4m 52s |
7cf1d56
to
350ea22
Compare
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 5m 34s |
Build failed. ❌ ansible-tox-linters FAILURE in 6m 26s |
71cab3e
to
4c86a97
Compare
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 6m 01s |
shell: "source .tox/venv/bin/activate; ./tools/validate-collection.sh ~/downloads/{{ galaxy_info.namespace}}-{{ galaxy_info.name }}-*.tar.gz" | ||
shell: "source .tox/venv/bin/activate ; ./tools/validate-collection.sh ~/downloads/{{ galaxy_info.namespace}}-{{ galaxy_info.name }}-*.tar.gz" | ||
environment: | ||
GALAXY_IMPORTER_CONFIG: "/home/zuul/{{ zuul.project.src_dir }}/tests/galaxy-importer.cfg" |
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.
Note: If the file is missing, galaxy importer ignores the missing file, this is safe even if collections don't include the config.
Build succeeded (gate pipeline). ✔️ ansible-tox-linters SUCCESS in 5m 35s |
Because galaxy-importer tests the collections in a sterile environment it can't read the shared amazon.aws fragments.
We're separately testing the docs more thoroughly using a github action, so we should be able to disable the broken docs fragment testing via galaxy-importer