Closed felixfontein closed 6 months ago
Hmm, I just noticed that the ansible-collections-community-docker
template isn't used, so there's no need to keep this a draft. This is ready for review :tada:
Build failed. https://ansible.softwarefactory-project.io/zuul/buildset/888424bbc0d548aa81bdfd8c608c6a79
:heavy_check_mark: ansible-tox-linters SUCCESS in 15m 11s :x: ansible-tox-py38 FAILURE in 14m 10s :x: ansible-tox-py39 FAILURE in 14m 14s :x: ansible-tox-py310 FAILURE in 14m 46s
I don't think the failing tests are related to this PR.
I don't think the failing tests are related to this PR.
Nope, I think it's pytest 8.2.0. Will have to figure out where in zuul to pin 8.1.0 for now.
I created #1860 to pin pytest.
recheck
Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/84da66507d214666898595dd3ab7a092
:heavy_check_mark: ansible-tox-linters SUCCESS in 15m 16s :heavy_check_mark: ansible-tox-py38 SUCCESS in 15m 50s :heavy_check_mark: ansible-tox-py39 SUCCESS in 16m 48s :heavy_check_mark: ansible-tox-py310 SUCCESS in 15m 52s
Build succeeded (gate pipeline). https://ansible.softwarefactory-project.io/zuul/buildset/195a60b934604825a559d61829eb2271
:heavy_check_mark: ansible-tox-linters SUCCESS in 14m 30s :heavy_check_mark: ansible-tox-py38 SUCCESS in 13m 21s :heavy_check_mark: ansible-tox-py39 SUCCESS in 13m 29s
@jillr also thanks for this one!
Revert #1843 and #1846. These didn't work:
1846 only adds a new
noop
tasks, but doesn't override the existing ones.1843 won't help due to galaxy-importer not caring about dependencies (https://forum.ansible.com/t/galaxy-importer-collection-dependency-handling/3496/2).
This can only be merged once ansible-zuul-config has been modified to no longer use the
ansible-collections-community-docker
template.