Adding support of publish-to-pypi-stable-only template for deprecated repo

d7304b6416

Change-Id: I2aaac8414f9d49d1268eb3b8f3ec8c5467480399
This commit is contained in:
Hervé Beraud 2021-08-04 11:27:25 +02:00
parent 0b51f9d733
commit fa46c1fec4
1 changed files with 5 additions and 0 deletions

View File

@ -138,15 +138,19 @@ def read_templates_from_repo(workdir, repo_name):
_RELEASE_JOBS_FOR_TYPE = {
'python-service': [
'publish-to-pypi',
'publish-to-pypi-stable-only',
],
'python-pypi': [
'publish-to-pypi',
'publish-to-pypi-stable-only',
],
'neutron': [
'publish-to-pypi',
'publish-to-pypi-stable-only',
],
'horizon': [
'publish-to-pypi',
'publish-to-pypi-stable-only',
],
'nodejs': [
'nodejs4-publish-to-npm',
@ -159,6 +163,7 @@ _RELEASE_JOBS_FOR_TYPE = {
],
'xstatic': [
'publish-to-pypi',
'publish-to-pypi-stable-only',
],
'fuel': [
# Fuel is manually packaged by the team at Mirantis.