build-canaries / nevergreen

:baby_chick: A build monitor with attitude
https://nevergreen.io
Eclipse Public License 1.0
215 stars 38 forks source link

If a feed returns an error, building times will be reset #232

Open GentlemanHal opened 6 years ago

GentlemanHal commented 6 years ago

We have to manually work out building times in the UI as the CCTray format does not provide that information. This involves checking the projects previously returned for a feed and comparing them to the projects currently returned.

If a feed previously returned an error then it returned no projects. This means when we do the comparison as far as the UI is concerned the projects were not previously building so generates a new 'started building time'.