Code review comment for autopkgtest-cloud:lpci-run-unit-tests

Revision history for this message
Brian Murray (brian-murray) wrote :

I was able to recreate this locally by adding the following to the .launchpad.yaml:

+ environment:
+ http_proxy: http://squid.internal:3128
+ https_proxy: http://squid.internal:3128

The actual failure was with login.ubuntu.com so that needs to be added to no_proxy:

+ no_proxy: login.ubuntu.com

« Back to merge proposal