[CI]: Don't run periodic jobs on stable branchs
we don't need to pulish trove image with stable branches everyday. Change-Id: I72e68d9e7df6a82b4635abac995299be770546ce
This commit is contained in:
parent
1fe5dcbf75
commit
7a6666f4f3
@ -37,6 +37,9 @@
|
||||
- trove-scenario-mariadb-multi
|
||||
periodic:
|
||||
jobs:
|
||||
- publish-trove-guest-image-ubuntu-focal
|
||||
- publish-trove-guest-image-ubuntu-focal-dev
|
||||
- publish-trove-datastore-images
|
||||
- publish-trove-guest-image-ubuntu-focal:
|
||||
branches: ^(?!stable/.*).*$
|
||||
- publish-trove-guest-image-ubuntu-focal-dev:
|
||||
branches: ^(?!stable/.*).*$
|
||||
- publish-trove-datastore-images:
|
||||
branches: ^(?!stable/.*).*$
|
||||
|
Loading…
Reference in New Issue
Block a user