ome / omego

OME, Go! Installation and administration tool for OME applications.
GNU General Public License v2.0
6 stars 15 forks source link

0.4.0+ fail travis due to removed CI jobs #89

Closed joshmoore closed 8 years ago

joshmoore commented 8 years ago

https://travis-ci.org/ome/omego/jobs/131498220

self = <omego.artifacts.JenkinsArtifacts object at 0x34e2590>
buildurl = 'http://ci.openmicroscopy.org/job/OMERO-5.1-latest/lastSuccessfulBuild/'
    def read_xml(self, buildurl):
        url = None
        try:
            url = fileutils.open_url(buildurl + 'api/xml')
            log.debug('Fetching xml from %s code:%d', url.url, url.code)
            if url.code != 200:
                log.error('Failed to get CI XML from %s (code %d)',
                          url.url, url.code)
                raise Stop(20, 'Job lookup failed, is the job name correct?')
            ci_xml = url.read()
        except HTTPError as e:
            log.error('Failed to get CI XML (%s)', e)
>           raise Stop(20, 'Job lookup failed, is the job name correct?')
E           Stop: Job lookup failed, is the job name correct?
omego/artifacts.py:230: Stop
----------------------------- Captured stderr call -----------------------------
2016-05-19 18:43:19,658 [omego.artifa] ERROR Failed to get CI XML (HTTP Error 404: Not Found)
================== 2 tests deselected by "-m 'not slowtest'" ===================
============== 3 failed, 8 passed, 2 deselected in 13.13 seconds ===============
manics commented 8 years ago

The travis environment uses ice34-services, but OMERO-DEV-latest doesn't have ice-34 builds.