[CI] Don't run public trove images jobs in periodic pipeline

we don't need to run the public-trove-datastore-images job in periodic
pipeline on stable branch, because we already do it in master branch.

Change-Id: I54fb9e2332eadd14c04b767f2a0d2a68dfc47211
This commit is contained in:
wu.chunyang 2023-05-23 20:02:16 +08:00
parent edbdbe367d
commit fee50052d1
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
shell: docker pull {{ item }} && docker tag {{item}} 127.0.0.1:5000/trove-datastores/{{ item }} && \
docker push 127.0.0.1:5000/trove-datastores/{{ item }}
loop:
- "mysql:5.7"
- "mysql:5.7.29"
- "mysql:8.0"
- "mariadb:10.4"
- "postgres:12"

View File

@ -40,4 +40,4 @@
jobs:
- publish-trove-guest-image-ubuntu-focal
- publish-trove-guest-image-ubuntu-focal-dev
- publish-trove-datastore-images
#- publish-trove-datastore-images