Trigger build containers when tripleo-repos is modified

Assure we build containers when we modify this job in order to assure
we do not introduce regressions.

This is already working on RDO version but it was not happening on
upstream job (centos-7).

Corrects universal=1 in setup.cfg which also triggers the build
containers job (file pattern match).

Change-Id: I9e29a6ae55ffe57add66db0c5437da2a7dbd2a2c
Depends-On: https://review.openstack.org/#/c/639739/
This commit is contained in:
Sorin Sbarnea 2019-02-28 10:25:21 +00:00
parent 98a91a87df
commit ca989d73c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,8 @@
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- check-requirements
- tripleo-build-containers-jobs

View File

@ -34,3 +34,6 @@ build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[bdist_wheel]
universal=1