Make Gerrit contactstore removal a priority

Because we've agreed that the Gerrit 2.13 upgrade effort is a
priority, and because we need to stop relying on the contactstore
feature to be able to do that, we should consider the
gerrit-contactstore-removal spec a transitive priority as an
explicit dependency of a priority spec.

Change-Id: I1b12bca9eb9b46dacbc42e9f36b8f6042ee3d90c
This commit is contained in:
Jeremy Stanley 2017-07-03 16:22:47 +00:00
parent 7bcaa48bcf
commit 607e3f2d0d
2 changed files with 6 additions and 4 deletions

View File

@ -16,12 +16,13 @@ infrastructure developers.
specs/zuulv3
specs/zuulv3-executor-security
specs/gerrit-2.13
specs/gerrit-contactstore-removal
Gerrit query for all changes related to priority efforts::
status:open AND (topic:storyboard-migration OR branch:feature/zuulv3 OR topic:gerrit-upgrade)
status:open AND (topic:storyboard-migration OR branch:feature/zuulv3 OR topic:gerrit-upgrade OR topic:gerrit-contactstore-removal)
https://review.openstack.org/#/q/status:open+AND+%28topic:storyboard-migration+OR+branch:feature/zuulv3+OR+topic:gerrit-upgrade%29,n,z
https://review.openstack.org/#/q/status:open+AND+%28topic:storyboard-migration+OR+branch:feature/zuulv3+OR+topic:gerrit-upgrade+OR+topic:gerrit-contactstore-removal%29,n,z
Approved Design Specifications
==============================
@ -35,7 +36,6 @@ permits.
:maxdepth: 1
specs/deploy-ci-dashboard
specs/gerrit-contactstore-removal
specs/jenkins-job-builder_2.0.0-api-changes
specs/nodepool-drivers
specs/pholio

View File

@ -136,4 +136,6 @@ following integrations:
Dependencies
============
N/A
Because Gerrit 2.12 and later have dropped the ``contact store``
feature, we need to first :doc:`stop relying on it
<gerrit-contactstore-removal>`.