Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Labels:None
-
Story Points:1.5
-
Epic Link:
-
Team:SQuaRE
Description
Consider lsst_py3 job #429. This job has a red "failure" marker.
This claims a "subproject build" of stack-os-matrix #21028. This also has a red "failure" marker.
stack-os-matrix #21028 lists two configurations (label=centos-6 and label=centos-7). These both have green "success" markers.
However, clicking through to these configurations takes us to:
- https://ci.lsst.codes/job/stack-os-matrix/label=centos-6,python=py2/21027/ and
- https://ci.lsst.codes/job/stack-os-matrix/label=centos-7,python=py2/21027/
respectively. Note that the job number in the URL has changed, from 21028 to 21027! This is incorrect.
The correct job to link to is https://ci.lsst.codes/job/stack-os-matrix/label=centos-7,python=py3/21028/.
Getting redirected to the wrong output when trying to debug CI failures is painful. Please help!
(Added both Frossie & Josh as watchers, since JIRA doesn't assign the ticket automatically.)