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

Release simulation job #128

Open
gilles-peskine-arm opened this issue Oct 4, 2023 · 0 comments
Open

Release simulation job #128

gilles-peskine-arm opened this issue Oct 4, 2023 · 0 comments
Labels
enhancement New feature or request size-m Estimated task size: medium (~1w)

Comments

@gilles-peskine-arm
Copy link
Contributor

gilles-peskine-arm commented Oct 4, 2023

When we prepare a release, we don't just release the tip of development: we do a few more things, such as assemble_changelog.py, make generated_files, merging quarantined security fixes, etc. In principle, doing these things should be ok. In practice, subtle bugs in test scripts can cause the CI to fail after preparing the release branch, even though it passed before. For example, we discovered Mbed-TLS/mbedtls#8300 while preparing the 3.5.0 release.

The goal of this issue is to set up a regular (nightly? weekly?) job that does a subset of release preparation, then runs the CI. Send reports over email like the nightly job that runs on the development branches. Among the things we do to prepare a release:

  • MUST commit the generated files.
  • Out of scope: merging restricted security fixes.
  • Out of scope: bumping the version number.
  • Out of scope: API/ABI checks.

Prerequisites:

A likely subtask would be to add more stuff to scripts/prepare_release.sh.

@gilles-peskine-arm gilles-peskine-arm added enhancement New feature or request size-m Estimated task size: medium (~1w) labels Oct 4, 2023
@tom-cosgrove-arm tom-cosgrove-arm changed the title Release simulaton job Release simulation job Oct 4, 2023
@github-project-automation github-project-automation bot moved this to Release Automation in Backlog for Mbed TLS Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size-m Estimated task size: medium (~1w)
Projects
Status: Release Automation
Development

No branches or pull requests

1 participant