Merge "Add template for lower-constraints on master branch only"

This commit is contained in:
Zuul 2021-07-30 12:04:58 +00:00 committed by Gerrit Code Review
commit 6eac93996e
1 changed files with 14 additions and 0 deletions

View File

@ -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: |