Project

General

Profile

Actions

Release Checklist » History » Revision 7

« Previous | Revision 7/70 (diff) | Next »
Peter Amstutz, 05/20/2021 01:21 PM


Release Checklist

Pre-process:

  1. Create an issue for the release.
  2. Add each of the following steps (starting at step 1) as tasks with the step number in the subject
  3. Assign each task
  4. The current task goes into the "In Progress" column
  5. When the current task is finished, move it to resolved, and move the next task into "In Progress"
  6. Notify the assignee of the next task that it is ready to begin
Step Who What
0 engineering Write lots of great code, build new features
0 engineering Go through https://dev.arvados.org/projects/arvados/wiki/Manual_testing_plan
1 engineering Prepare release branch ready for release candidate
2 engineering Review release branch, make sure all commits that need to be in the release are in the release, make sure that dependencies of Python and Ruby packages have upper version pins (to ensure that 3rd party dependencies updated post-stable-release don't break our code)
3 product mgr Create a redmine release for the next patch release beyond this one so that future bugfixes can be assigned to it, if there's a chance that such a release will be made.
4 engineering Record git commits that will be used to build the release following the instructions at https://dev.arvados.org/projects/ops/wiki/Arvados_Release_lifecycle#Cut-off-commits-Choosing-a-Version
5 release eng Build release candidate packages
6 product mgr Send out draft release notes
7 everyone Review release notes
8 ops Test installer formula / provision scripts with RC packages - Installer development process
9 ops Deploy RC packages to playground 1
10 bfx Run bam-to-vcf pipeline on playground 1
11 ops Deploy RC packages to su92l 1
12 everyone Test playground/su92l 1
13 product mgr Sign off on last built RC as the release
14 release eng Push packages to stable repos (https://dev.arvados.org/projects/ops/wiki/Promoting_Packages_to_Stable)
15 release eng Publish arvados/jobs docker image, Python packages and Ruby gems
16 release eng Publish formula / installer for the release
17 release eng Publish arvados/arvbox-demo docker image with https://ci.arvados.org/view/Release%20Pipeline/job/build-and-release-arvbox-image/
18 release eng Tag the commits in each repo used to build the release in git
19 product mgr Add release notes to https://arvados.org/release-notes/X.Y.Z.html and Update release list at https://arvados.org
20 product mgr Send release notes to arvados and arvados-dev mailing list, tweet from the Arvados account about the new release, announce on gitter, notify customers, etc
21 release eng Duplicate the jenkins configuration for tests to versioned names so that future point releases remain testable after master moves on

1 If issues are discovered in these steps, get a fix developed, reviewed and merged, and then update the ops ticket from step 3 with the relevant new git commit(s), notify ops, and resume the checklist from step 4.

Updated by Peter Amstutz almost 3 years ago · 7 revisions