acceptance-test-harness icon indicating copy to clipboard operation
acceptance-test-harness copied to clipboard

Automate updates of LTS version

Open timja opened this issue 1 year ago • 1 comments

What feature do you want to see added?

https://github.com/jenkinsci/acceptance-test-harness/pull/1097 introduces managing of the LTS version as configuration rather than automatically figuring it out. This allows us to get more deterministic results and review when breakages occur.

https://github.com/jenkinsci/acceptance-test-harness/pull/1097#discussion_r1157998618 shows where needs to be automatically updated

The easiest way is likely with updatecli, see: https://github.com/jenkins-infra/jenkins-infra/blob/production/updatecli/weekly.d/jenkins-lts.yaml

and could be run with a GitHub action, see https://github.com/jenkinsci/bom/blob/master/.github/workflows/action-updatecli.yaml

Upstream changes

No response

timja avatar Apr 05 '23 07:04 timja