From 5cefe1deec3c529819fd6871c3179b6cf31d388f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 11 Dec 2019 16:57:12 +0100 Subject: [PATCH] Deprecate openstack-python-jobs templates OpenStack is moving to release specific templates, explain that the openstack-python-jobs templates are only to be used for older stable branches (train and older). Change-Id: I69c30ce501b53edf711b42c949849353e27e4f9d --- zuul.d/project-templates.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 688cdf15..4fb15072 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -298,6 +298,11 @@ name: openstack-python-jobs description: | Runs OpenStack PTI jobs for python. + + This template is deprecated and should only be used for older + stable branches (train and older). For newer releases, use the + release specific template instead, for example + :zuul:project_template:`openstack-python3-ussuri-jobs`. check: jobs: - openstack-tox-pep8 @@ -317,6 +322,11 @@ but with horizon added as a required-projects. This checks out the project code and allows tox_install_siblings to use horizon when building the venv. + + This template is deprecated and should only be used for older + stable branches (train and older). For newer releases, use the + release specific template instead, for example + :zuul:project_template:`openstack-python3-ussuri-jobs-horizon`. check: jobs: - openstack-tox-pep8: @@ -346,6 +356,11 @@ but with neutron added as a required-projects. This checks out the project code and allows tox_install_siblings to use neutron when building the venv. + + This template is deprecated and should only be used for older + stable branches (train and older). For newer releases, use the + release specific template instead, for example + :zuul:project_template:`openstack-python3-ussuri-jobs-neutron`. check: jobs: - openstack-tox-pep8: @@ -375,6 +390,11 @@ but with ceilometer added as a required-projects. This checks out the project code and allows tox_install_siblings to use ceilometer when building the venv. + + This template is deprecated and should only be used for older + stable branches (train and older). For newer releases, use the + release specific template instead, for example + :zuul:project_template:`openstack-python3-ussuri-jobs-ceilometer`. check: jobs: - openstack-tox-pep8: