From 607e3f2d0d7921e0035f327250d89c108e3f513c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 3 Jul 2017 16:22:47 +0000 Subject: [PATCH] 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 --- doc/source/index.rst | 6 +++--- specs/gerrit-2.13.rst | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 32c5162..2b4bf35 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 diff --git a/specs/gerrit-2.13.rst b/specs/gerrit-2.13.rst index df42e2a..f2c12aa 100644 --- a/specs/gerrit-2.13.rst +++ b/specs/gerrit-2.13.rst @@ -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 +`.