Add CI trigger for ceph jobs
Add a trigger for running CI ceph jobs when docker/ceph/.* and docker/cinder/.* files are being changed. Change-Id: I0a5fc2d47ccb4f64dbf8fca7092240cd40777b28
This commit is contained in:
parent
2399c42d93
commit
14f1507d2c
@ -13,6 +13,8 @@
|
||||
- ^kolla/.*$
|
||||
- kolla-ansible-bifrost-centos-source:
|
||||
files: ^docker\/bifrost\/.*
|
||||
- kolla-ansible-centos-source-ceph:
|
||||
files: ^docker\/(ceph|cinder)\/.*
|
||||
gate:
|
||||
jobs:
|
||||
- kolla-build-centos-source
|
||||
|
@ -6,6 +6,8 @@
|
||||
- kolla-build-oraclelinux-source
|
||||
- kolla-ansible-oraclelinux-source
|
||||
- kolla-ansible-oraclelinux-binary
|
||||
- kolla-ansible-oraclelinux-source-ceph:
|
||||
files: ^docker\/(ceph|cinder)\/.*
|
||||
gate:
|
||||
jobs:
|
||||
- kolla-build-oraclelinux-source
|
||||
|
@ -8,6 +8,8 @@
|
||||
- kolla-ansible-ubuntu-binary
|
||||
- kolla-ansible-ubuntu-source-zun:
|
||||
files: ^docker\/(zun|kuryr)\/.*
|
||||
- kolla-ansible-ubuntu-source-ceph:
|
||||
files: ^docker\/(ceph|cinder)\/.*
|
||||
gate:
|
||||
jobs:
|
||||
- kolla-build-ubuntu-source
|
||||
|
Loading…
Reference in New Issue
Block a user