Project

General

Profile

Release Checklist » History » Version 21

Peter Amstutz, 11/19/2021 03:15 PM

1 1 Peter Amstutz
h1. Release Checklist
2
3
Pre-process:
4
5
# Create an issue for the release.
6
# Add each of the following steps (starting at step 1) as tasks with the step number in the subject
7
# Assign each task
8
# The current task goes into the "In Progress" column
9
# When the current task is finished, move it to resolved, and move the next task into "In Progress"
10
# Notify the assignee of the next task that it is ready to begin
11
12 20 Peter Amstutz
Meta-process:
13
14
# When steps are added/changed/rearranged/removed, be use to update the TASKS file used by the Arvados release tool: https://dev.arvados.org/projects/arvados/repository/arvados-dev/revisions/main/show/cmd/art
15
16 3 Peter Amstutz
|_.Step|_.Who|_.What|
17
|0|engineering|Write lots of great code, build new features|
18 15 Ward Vandewege
|1|engineering|Go through https://dev.arvados.org/projects/arvados/wiki/Manual_testing_plan|
19 16 Peter Amstutz
|2|engineering|Prepare release branch ready for release candidate.
20
Update these files to use the release branch or version instead of main: 
21
@tools/salt-install/provision.sh@
22 19 Peter Amstutz
@tools/arvbox/bin/arvbox@
23
@doc/install/arvbox.html.textile.liquid@|
24 15 Ward Vandewege
|3|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)|
25
|4|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.|
26 21 Peter Amstutz
|5|product mgr|Write release notes and publish them to www-dev site: https://www-dev.arvados.org/releases/|
27
|6|everyone|Review release notes|
28
|7|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|
29
|8|release eng|Build release candidate packages|
30 15 Ward Vandewege
|9|ops|Test installer formula / provision scripts with RC packages - [[Installer development process]]|
31
|10|ops|Deploy RC packages to playground ^1^|
32
|11|bfx|Run "bam-to-vcf pipeline":https://dev.arvados.org/issues/17049#note-7 on playground ^1^|
33 17 Peter Amstutz
|12|product mgr|Sign off on last built RC as the release|
34
|13|release eng|Push packages to stable repos (https://dev.arvados.org/projects/ops/wiki/Promoting_Packages_to_Stable)|
35
|14|release eng|Publish arvados/jobs docker image, Python packages and Ruby gems|
36
|15|release eng|Publish formula / installer for the release|
37
|16|release eng|Publish arvados/arvbox-demo docker image with https://ci.arvados.org/view/Release%20Pipeline/job/build-and-release-arvbox-image/|
38
|17|release eng|Tag the commits in each repo used to build the release in git. Please create an annotated tag, with this message: "Release X.Y.Z, release notes at https://arvados.org/release-notes/X.Y.Z/". That will make https://github.com/arvados/arvados/releases look really good.|
39
|18|release eng|(major releases only, unless there is a change worthy in the point release) Update the "Upgrading Arvados and Release notes" doc page with the title and date of the release|
40
|19|release eng|Ensure new release is published on https://doc.arvados.org ; ensure that release notes & any other materials are pointing to correct version of the docs.|
41
|20|product mgr|Add release notes to https://arvados.org/release-notes/X.Y.Z.html and Update release list at https://arvados.org|
42
|21|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|
43
|22|release eng|Duplicate the jenkins configuration for tests to versioned names so that future point releases remain testable after master moves on|
44 1 Peter Amstutz
45
^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.