Document about using publish-to-pypi-stable-only for deprecated repo

We have a new tempest publish-to-pypi-stable-only now which is
used for the deprecated repo which still support stable branches.

This commit document it in project-team-guide.

Ref: https://review.opendev.org/c/openstack/project-config/+/800558
Change-Id: If4c73fe6a32f9e2a4f9841ab67aab05f7d76f6d3
This commit is contained in:
Ghanshyam Mann 2021-07-21 19:05:15 -05:00 committed by Ghanshyam
parent 14732bd7be
commit 211f3d4c70
1 changed files with 6 additions and 2 deletions

View File

@ -113,12 +113,16 @@ Step 2a: Use only noop jobs
Add ``noop`` jobs for master only in ``project-config`` repository and
remove all templates temporarily with exception of
``official-openstack-repo-jobs``, it should look something like this::
``official-openstack-repo-jobs`` and pypi release template if any.
If your project has ``publish-to-pypi`` template present, then change
it to ``publish-to-pypi-stable-only``. It should look something like
this::
- project:
name: openstack/<projectname>
templates:
official-openstack-repo-jobs
- official-openstack-repo-jobs
- publish-to-pypi-stable-only
check:
jobs:
- noop: