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

Limit the backports to avoid breaking future LTS release after changes on the weekly tooling #250

Open
dduportal opened this issue Jun 10, 2022 · 1 comment

Comments

@dduportal
Copy link
Contributor

This repository follows the branching model of the Jenkins core with:

  • weekly releases performed from the principal branch
  • branches for stable / security lines

It creates a risk (a real one as we regularly break LTS/security releases) that we do not reuse the technical changes by forgetting to backports.

It also creates complexity because of the need of this backports (1 backport PR for each "stable/security" branch).

Multiple paths to improve this:

  • Automate backports: having a daily/weekly job or bot that would open a PR from master to an automated list of target branches. Still complex but at least we would not forget (I assume that the list of "living branches" such as the "current LTS" can be defined in a text file and kept up to date, OR extracted from the git history in an automated and reliable way).

  • Stop using branching model for this repository: we mostly use 3-4 pipelines, with a shell script release.bash, a README.me and pod agent definitions. With the actual "properties file" that are per branch, we could instead store them on a local directory.

    • There is commodity to have "1 pipeline job per line" in release.ci.jenkins.io. But this commodity could be kept by defining the jobs with configuration as code for release.ci, which would holds the "list of lines". No problem to automate the "line shift" when we change LTS baseline (updatecli, shell script, GHA, whatever).
    • This new mode would open more "testing packaging process on each PR" to improve our confidence in updating this without breaking releases
@dduportal
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant