trove/zuul.d/projects.yaml
wu.chunyang d275bff01b [CI] setting backup&replication voting to false
There are many cases where these jobs fail due to swift errors.
We don't want to always recheck these jobs.

This commit set backup and replication jobs' voting to false.

Change-Id: I202af622df280df435bb237396627a715dd5d299
2023-12-27 21:37:00 +08:00

55 lines
1.6 KiB
YAML

---
- project:
queue: trove
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-jobs
- openstack-python3-jobs-arm64
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- trove-tempest-ubuntu-base-mysql5.7
- trove-tempest-ubuntu-backup-mysql5.7:
voting: false
- trove-tempest-ubuntu-replication-mysql5.7:
voting: false
- trove-tempest-ubuntu-base-mariadb10.4
- trove-tempest-ubuntu-backup-mariadb10.4:
voting: false
- trove-tempest-ubuntu-replication-mariadb10.4:
voting: false
- trove-tempest-ubuntu-base-postgresql12
- trove-tempest-ubuntu-backup-postgresql12:
voting: false
- trove-tempest-ubuntu-replication-postgresql12:
voting: false
- openstack-tox-cover:
voting: true
- trove-tox-bandit-baseline:
voting: true
- trove-ubuntu-guest-image-build:
voting: true
- trove-centos8s-guest-image-build:
voting: true
gate:
jobs:
- trove-tempest-ubuntu-base-mysql5.7
- trove-tempest-ubuntu-base-mariadb10.4
- trove-tempest-ubuntu-base-postgresql12
experimental:
jobs:
- trove-tempest-ipv6-only
periodic:
jobs:
- publish-trove-guest-image-ubuntu-jammy:
branches:
regex: ^stable/.*$
negate: true
- publish-trove-datastore-images:
branches:
regex: ^stable/.*$
negate: true