← Back to team overview

canonical-ci-engineering team mailing list archive

Re: Offlining a failed device via jenkins

 

Just to give some ideas/inspiration. We integrated health checks into a report:

 https://validation.linaro.org/scheduler/reports

You could then drill down on failures for a given interval like:


<https://validation.linaro.org/scheduler/reports/failures?start=-7&end=0&health_check=1>

And if you were a logged-in/approved user, you could add failure tags and comments to jobs. This made things really nice - we could do quick queries to determine what the *actual* problems were in our lab and not what we thought were the problems.


References