From e138b8d5db0b7fbaa0232c6c7d619dc74997e5ca Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 Jun 2020 11:27:56 +0200 Subject: [PATCH] Project Retirement: Document job changes Make projects aware that they need to work with others that require their project in testing. Change-Id: I48bb9540491baa221b41bb1e5a1ff6df937726a6 --- doc/source/drivers.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/drivers.rst b/doc/source/drivers.rst index eae83be..423c4ef 100644 --- a/doc/source/drivers.rst +++ b/doc/source/drivers.rst @@ -335,6 +335,12 @@ defined in ``openstack/project-config`` repository in the directory ``zuul.d``, or in ``openstack/openstack-zuul-jobs`` repository or in your own repository. +Check with `codesearch `__ that no +other projects uses your project in testing via ``required-projects``. +Note that codesearch only searches the master branch, so if you +propose a change, check whether it needs backporting to stable +branches as well. + Submit that change and make sure to mention in the commit message that you are ending project gating for the purposes of retiring the project. Wait for that change to merge and then proceed.