Make the project removal from infra as step#6

When project is being removed from infra then it will
start giving error whereever that project is used in zuul
jobs (as required-projects).

To avoid such error, we can cleanup the reference of retired
project first and then remove it from infra.

ML Discussion: https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/24M3WQXDE2DYN3GWDFHY52FNGNIXN4N3/

Change-Id: I9acad0e1a64ad34ae85314f6cf355d3bfaf9fc82
This commit is contained in:
Ghanshyam Mann 2024-05-17 10:24:05 -07:00 committed by Ghanshyam
parent 5338fd07f4
commit 0166f33a5d
1 changed files with 9 additions and 12 deletions

View File

@ -97,17 +97,7 @@ branches as well.
NOTE: use Depends-On on ``governance`` patch submitted in Step 3.
Steps 5: Remove Project from Infrastructure Systems
---------------------------------------------------
Follow the steps about `Remove Project from Infrastructure System
<https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-3-remove-project-from-infrastructure-systems>`_ in the OpenDev Manual.
NOTE: use Depends-On on ``governance`` patch submitted in Step 3.
Use Depends-On on ``governance`` patch submitted in Step 1.
Step 6: Remove repository references
Step 5: Remove repository references
------------------------------------
Make sure all the reference to the retiring repository has been removed
@ -129,8 +119,15 @@ properly. A few of the places to audit and update are:
leads to the Zuul config errors which can found in the `Zuul config
errors list <https://zuul.opendev.org/t/openstack/config-errors>`_
NOTE: use Depends-On on ``governance`` patch submitted in Step 3.
Use Depends-On on ``governance`` patch submitted in Step 1.
Steps 6: Remove Project from Infrastructure Systems
---------------------------------------------------
Follow the steps about `Remove Project from Infrastructure System
<https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-3-remove-project-from-infrastructure-systems>`_ in the OpenDev Manual.
NOTE: use Depends-On on ``governance`` patch submitted in Step 3.
Step 7: Remove docs.openstack.org content
-----------------------------------------