Merge lp:~smoser/charms/bundles/server-ci/bundle.no-proxy-launchpad into lp:~matsubara/charms/bundles/server-ci/bundle

Proposed by Scott Moser
Status: Merged
Merged at revision: 43
Proposed branch: lp:~smoser/charms/bundles/server-ci/bundle.no-proxy-launchpad
Merge into: lp:~matsubara/charms/bundles/server-ci/bundle
Diff against target: 12 lines (+1/-1)
1 file modified
jenkins/jobs/macros.yml (+1/-1)
To merge this branch: bzr merge lp:~smoser/charms/bundles/server-ci/bundle.no-proxy-launchpad
Reviewer Review Type Date Requested Status
Diogo Matsubara Pending
Review via email: mp+285910@code.launchpad.net

Commit message

fix tox errors: do not proxy to launchpad.net

After adding lp:simplestreams to the tox environment, tox began failing.
pip install would error like:
   Downloading/unpacking bzr+lp:simplestreams
     Checking out lp:simplestreams to /tmp/pip-q94lu3i6-build
   bzr: ERROR: Transport error: Server refuses to fulfill the request
       (403 Forbidden) for https://xmlrpc.launchpad.net/bazaar/

this was because for whatever reason, squid.internal does not
want to take https traffic destined for launchpad.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/jobs/macros.yml'
2--- jenkins/jobs/macros.yml 2016-01-11 22:42:49 +0000
3+++ jenkins/jobs/macros.yml 2016-02-12 17:16:59 +0000
4@@ -144,7 +144,7 @@
5 set -eux
6 bzr branch ${landing_candidate} curtin-${BUILD_NUMBER}
7 cd curtin-${BUILD_NUMBER}
8- https_proxy=http://squid.internal:3128 tox
9+ https_proxy=http://squid.internal:3128 no_proxy=launchpad.net tox
10
11 - builder:
12 name: trigger_builds

Subscribers

People subscribed via source and target branches

to all changes: