Project

General

Profile

Actions

Release Checklist » History » Revision 27

« Previous | Revision 27/70 (diff) | Next »
Peter Amstutz, 11/19/2021 07:40 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

Meta-process:

  1. Periodically review this documented process reflects our actual process & update it
  2. 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
Step Who What
0 engineering Write lots of great code, build new features
1 engineering Prepare release branch. For major releases this means branching a new X.Y-dev from main. For minor releases, this means cherry-picking features onto the existing X.Y-dev branch. Ensure that tickets are marked with the correct version number (for major releases, use art redmine issues find-and-associate)
2 release eng Update the "Upgrading Arvados and Release notes" doc page on both main and the X.Y-dev release branch with the version and date of the release.
On the X.Y-dev branch, update these files to refer to the release version instead of main:
tools/salt-install/provision.sh
tools/arvbox/bin/arvbox
doc/install/arvbox.html.textile.liquid
3 engineering Ensure that the release branch passes automated tests on jenkins.
4 engineering Go through https://dev.arvados.org/projects/arvados/wiki/Manual_testing_plan
5 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)
6 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.
7 product mgr Write release notes and publish them to www-dev site: https://www-dev.arvados.org/releases/
8 everyone Review release notes
9 release eng Build release candidate packages with version "X.Y.Z~rcN-1" using the jenkins jobs build-and-publish-rc-packages and workbench2-build-release-candidate-package . Record the "arvados" and "arvados-workbench2" git commits that were used, as well as links to the jenkins runs on a comment on the release ticket.
10 ops Test installer formula / provision scripts with RC packages - Installer development process 1
11 ops Deploy RC packages to playground 1
12 bfx Run bam-to-vcf pipeline on playground 1
13 product mgr Approve RC for release
14 release eng Build final release packages with version "X.Y.Z-1" using the jenkins jobs build-and-publish-rc-packages and workbench2-build-release-candidate-package . Record the "arvados" and "arvados-workbench2" git commits that were used, as well as links to the jenkins runs on a comment on the release ticket.
15 release eng Push packages to stable repos using publish-packages-to-stable-repo (see also https://dev.arvados.org/projects/ops/wiki/Promoting_Packages_to_Stable)
16 release eng Publish arvados/jobs docker image using docker-jobs-image-release , Python packages and Ruby gems using build-publish-packages-python-ruby
17 release eng ? Publish formula / installer for the release
18 release eng Publish arvados/arvbox-demo docker image using build-and-release-arvbox-image
19 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.
20 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.
21 product mgr Merge release notes (step 6) from "develop" branch to "main" branch of arvados-www git repository and check that https://arvados.org page is updated
22 product mgr Send out email notifications , tweet from the Arvados account, announce on the Discourse forum, gitter, etc
23 release eng For major releases: Duplicate the jenkins configuration for the "run-tests" jobs tests to versioned names (run-tests-X.Y) so that future point releases remain testable after main moves on

1 If issues are discovered requiring additional commits, increase the release candidate version by one, and and resume the checklist from step 7.

Updated by Peter Amstutz over 2 years ago · 27 revisions