Disable publishing images on Ocata
These jobs have been failing for some time. Stop wasting CI resources and disable them. We can enable them again if someone maintains ocata before it gets to EOL. Change-Id: I42750d3270ab8c9f3fdead741e5251ccb16f8dcb
This commit is contained in:
parent
473695264f
commit
b377a3080f
@ -34,8 +34,10 @@
|
||||
- ^setup.py$
|
||||
periodic:
|
||||
jobs:
|
||||
- kolla-publish-centos-source
|
||||
- kolla-publish-centos-binary
|
||||
- kolla-publish-centos-source:
|
||||
branches: ^(?!stable/ocata).*$
|
||||
- kolla-publish-centos-binary:
|
||||
branches: ^(?!stable/ocata).*$
|
||||
release:
|
||||
jobs:
|
||||
- kolla-publish-centos-source
|
||||
|
Loading…
Reference in New Issue
Block a user