Jump to: navigation, search

Difference between revisions of "QA/releases"

< QA
(Projects with only Branches)
(Project with release mode: cycle-with-intermediary)
 
(One intermediate revision by the same user not shown)
Line 56: Line 56:
 
* Step5: Remove the End of Support branch job from tempest gate if release is for end of support for any stable branch
 
* Step5: Remove the End of Support branch job from tempest gate if release is for end of support for any stable branch
 
** Example: https://review.opendev.org/#/c/766770/
 
** Example: https://review.opendev.org/#/c/766770/
 
=== Patrole ===
 
 
* Step1: Add Release note to mark the release
 
** Example: https://review.opendev.org/#/c/685429/
 
* Step2: Push release tag to openstack/release repo
 
** Example: https://review.opendev.org/#/c/685430/
 
* Step3: Add release notes page after release patch is merged
 
** Example: https://review.opendev.org/#/c/687124/
 
* Step4: Add releasenotes page link in openstck/release
 
** Example: https://review.opendev.org/#/c/687582/
 
* Step5: Remove the End of Support branch job from tempest gate if release is for end of support for any stable branch:
 
  
 
== Project with release mode: independent ==
 
== Project with release mode: independent ==
Line 111: Line 99:
 
** Step3: Update .gitreview for stable/foo – patch from OpenStack Release Bot
 
** Step3: Update .gitreview for stable/foo – patch from OpenStack Release Bot
 
*** Example: https://review.openstack.org/#/c/647855/
 
*** Example: https://review.openstack.org/#/c/647855/
*** In the same patch, if exist then remove the zuul pragma to match master and feature/r1
 
**** https://review.opendev.org/c/openstack/devstack/+/810947
 
 
** Step4: Update branches for stable/foo  
 
** Step4: Update branches for stable/foo  
 
*** Example: https://review.openstack.org/#/c/647867/
 
*** Example: https://review.openstack.org/#/c/647867/

Latest revision as of 20:04, 22 September 2023

OpenStack QA releases its tooling as per each tool release model and also needs to take care of the new branch set on devstack and grenade. This page explain the process and tasks QA team needs to do on every OpenStack release.

Project Releases

Feature Freeze

QA projects follow different release models (explained in the next section) so feature freeze is not applicable to all of them. We do feature freeze for below projects only:

  • Tempest: Week R-3 (Hard StringFreeze) of cycle release schedule. Example Victoria Release Schedule
    • The following is the subject of Feature Freeze:
      • New tests
        • New API tests are OK to merge after seeing a green gate
        • Scenario tests need to be discussed during QA office hour and will be decided based on their complexity
      • New dependencies/dependency bumps
        • Not to be merged unless necessary for the release.
      • Non-stable/stable interface
        • Any removal of deprecated interfaces or variable or any change which has possibility of breaking the plugins users.
        • If non-deprecated interface then we need to postpone to the next cycle.
      • Any framework change will be checked dynamically and decided whether to postpone to the next release or not.
  • Devstack: Week R-3 (Hard StringFreeze) of cycle release schedule.
    • The following is the subject of Feature Freeze:
      • Changing the default behavior/configuration.
      • New backup/driver support if it's not isolated.
  • Grenade: Week R-3 (Hard StringFreeze) of cycle release schedule.
    • The following is the subject of Feature Freeze:
      • Changing the default behavior/configuration.
  • Patrole: Week R-3 (Hard StringFreeze) of cycle release schedule.
    • The following is the subject of Feature Freeze:
      • Same as for Tempest.

Project with release mode: cycle-with-intermediary

Tempest

Project with release mode: independent

Below projects are with independent release and not associated with OpenStack cycle release.

Project with no release

Below projects are with no release and maintained as master version only.

  • coverage2sql
  • devstack-plugin-cookiecutter
  • devstack-plugin-open-cas
  • devstack-plugin-nfs
  • devstack-vagrant
  • karma-subunit-reporter
  • openstack-health
  • os-performance-tools
  • stackviz
  • tempest-stress
  • tempest-plugin-cookiecutter

Projects with only Branches

For the most part, Devstack and Grenade only have branches, which need to be cut when other projects get stable/* branches during a release.

Once all is done then you deserve to go for beer \o/