Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkins: improve stale build checker #8287

Closed
1 task
FreddieAkeroyd opened this issue Apr 9, 2024 · 4 comments · Fixed by ISISComputingGroup/ibex_utils#195
Closed
1 task

jenkins: improve stale build checker #8287

FreddieAkeroyd opened this issue Apr 9, 2024 · 4 comments · Fixed by ISISComputingGroup/ibex_utils#195
Assignees
Labels
2 added during sprint no_release_notes Tickets that do not need release notes, use sparingly! training

Comments

@FreddieAkeroyd
Copy link
Member

FreddieAkeroyd commented Apr 9, 2024

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

  • job list and warn days is more configurable

How to Test

  • put jenkins job onto the branch and run it from web gui

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

@FreddieAkeroyd FreddieAkeroyd changed the title [Instrument or device name, e.g. WISH]: [Brief description of request] jenkins: improve stale build checker Apr 9, 2024
@GRyall GRyall self-assigned this May 3, 2024
@GRyall GRyall added this to PI_2024_02 May 3, 2024
@GRyall GRyall added this to the SPRINT_2024_05_02 milestone May 3, 2024
@GRyall GRyall added added during sprint no_release_notes Tickets that do not need release notes, use sparingly! labels May 3, 2024
@GRyall GRyall added the 2 label May 3, 2024
@GRyall
Copy link
Member

GRyall commented May 7, 2024

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
Copy link
Member Author

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
Copy link
Member

GRyall commented May 8, 2024

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

@GRyall
Copy link
Member

GRyall commented May 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 added during sprint no_release_notes Tickets that do not need release notes, use sparingly! training
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants