Commit Graph

3 Commits

Author SHA1 Message Date
John Dickinson 23197a2c95 update query 1449136 to match some more queries
see http://logs.openstack.org/83/602183/1/gate/cross-swift-py35/aa80654/job-output.txt.gz#_2018-09-18_08_35_12_688141

Change-Id: Id3c1fbed3e1ca5cd93a4cce4f4469d705b008bd6
2018-09-19 13:27:54 -07:00
Clark Boylan e684725016 Refactor how we track pip errors
There are two major class of pip error, the first is fatal the second is
not.

First we have the complete inability to find a distribution for a
package. This can happen due to network errors or the package simply not
existing. Track that in 1449136 our long standing pip had a problem bug.

Second there is the pip had a retriable network problem and is retrying.
By default 5 attempts are made and typically pip will eventually
succeed. If it does not succeed it logs the error from the first issue.
We track this retry issue in 1708686 because while not fatal it may
indicate larger underlying problems we should be aware of but also don't
want it distracting from actual failures in jobs.

Change-Id: I2dbe4b887ed868bd57c58a79a6f2b5600366e116
Related-bug: 1449136
Related-bug: 1708686
2017-08-04 09:16:15 -07:00
Sean Dague 2512d539c0 Add query for pypi mirrors disconnecting runs
Change-Id: Idd6e5aee42f09ceea83b07cb73a34d9318dd1fd3
Related-Bug: #1449136
2015-04-27 12:50:15 -04:00