Paul Belanger
Paul Belanger
There are some cases, where we need to override the requirements.txt files and black file packages. There are various reasons for this. In fact, we do this already internally for...
We added support to python-builder-image, which allows a user to pass pip options via PIP_OPTs: https://github.com/ansible/python-builder-image/pull/34 In the case of downstream builds, we set --no-build-isolation for reproducible builds. Additionally, it...
There is a need downstream, to include python build dependencies into the python-builder image, but not the final image. For this case, we've added support for build-requirements.txt file. But need...
This adds the structure for build-reno-releasenotes zuul jobs. Signed-off-by: Paul Belanger
Now that I better understand what is going on why this job was failing, re enable it. We've made changes to the job with how branches work in zuul. Signed-off-by:...
Signed-off-by: Paul Belanger
Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/1049 Signed-off-by: Paul Belanger
meta/main.yaml is the old way of doing things, and in our case doesn't work in network-ee jobs. We can instead use include_role to ensure the role runs. Depends-On: https://github.com/ansible/network-ee/pull/135 Signed-off-by:...
Signed-off-by: Paul Belanger
Stop using unbound for managing DNS and accept systemd for all the things. Signed-off-by: Paul Belanger