ISISComputingGroup / IBEX

Top level repository for IBEX stories
4 stars 2 forks source link

jenkins: improve stale build checker #8287

Closed FreddieAkeroyd closed 1 month ago

FreddieAkeroyd commented 2 months ago

As a developer I would like the "state builds checker" jenkins job not to warn about state incremental builds. A clean build is built every night so if a clean build has not appeared on the server then that is an error, however an incremental build is only built on a code change and hence it not having run for a few days is not necessarily a problem.

Acceptance Criteria

How to Test

Note - following merge, Jenkins configuration will need updating to point at master and not the developnment branch

GRyall commented 1 month ago

What do we want to check on the incremental builds - still a warning if unchanged for a number of days, but just a larger number of days?

FreddieAkeroyd commented 1 month ago

Yes, we want to know if an incremental build has completely stopped being published, but it will need a longer lifetime. Maybe we give it two weeks and see?

GRyall commented 1 month ago

I have added a small piece of follow on work in #8329

GRyall commented 1 month ago

PR - https://github.com/ISISComputingGroup/ibex_utils/pull/195