On Sat, 18 Apr 2020 at 19:48, Andreas Jaeger <aj@suse.com> wrote:
On 18/04/2020 18.11, Andreas Jaeger wrote:
More fun:
change https://review.opendev.org/720877 removes:
install_command = pip install {opts} {packages}
And suddenly lower-constraints fails - and the failure looks correct, so removing it is fine but will cause a surprise ;(
Andreas
So, as diagnosed by Jeremy on IRC, the old command ignores failures, check this output:
https://zuul.opendev.org/t/openstack/build/cbac188c8bcf4125b38c91fc229a4c3b/...
It shows errors - but succeeds the installation, full results in https://zuul.opendev.org/t/openstack/build/cbac188c8bcf4125b38c91fc229a4c3b
So, there are no new errors - we finally see them ;(
More in Jeremy's email,
Ah, that explains what happened in neutron when we dropped the install_command then: https://review.opendev.org/#/c/694568/ Same result, dropping the line caused the lower-constraints job to start failing and show the errors previously ignored -- Bernard Cafarelli