From d666010ef8f8f31cb28028aaa6cbb490d7e0198a Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 26 Jul 2021 18:19:47 +0200 Subject: [PATCH] Add template for lower-constraints on master branch only Change-Id: Idf249934bf7ab39bac0b87d350513837db26a18f --- zuul.d/project-templates.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index acbbbde6..4b1b4f6f 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -1579,6 +1579,20 @@ required-projects: - openstack/ceilometer +- project-template: + name: openstack-lower-constraints-master-branch-jobs + description: | + Runs openstack-tox-lower-constraints in both the check and gate pipelines + but only on the master branch. + check: + jobs: + - openstack-tox-lower-constraints: + branches: master + gate: + jobs: + - openstack-tox-lower-constraints: + branches: master + - project-template: name: openstack-pypy-jobs description: |