summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-05-27 23:34:34 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-05-28 22:53:17 +1200
commite2b26fdd7d60b82938682f9c3f82163da9b629cf (patch)
tree4d567cd91e29353a72425c01583d6fa1b1477479 /.zuul.yaml
parent91a6e5fa8aebfd579271a2f78536d526142d6228 (diff)
downloadtrove-e2b26fdd7d60b82938682f9c3f82163da9b629cf.tar.gz
Trove doc and CI
Change-Id: I49bd6c824b837d22d9f3945a3e8c2343c831b352
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml49
1 files changed, 12 insertions, 37 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 2d1b19bc..143b9a5c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -15,49 +15,26 @@
- trove-tox-bandit-baseline:
voting: false
- trove-tempest
- - trove-functional-mysql:
- voting: false
- - trove-scenario-mysql-single:
- voting: false
- - trove-scenario-mysql-multi:
- voting: false
- - trove-scenario-mariadb-single:
- voting: false
- - trove-scenario-mariadb-multi:
- voting: false
- trove-tempest-ipv6-only:
voting: false
- - trove-functional-mysql-nondev:
- voting: false
gate:
queue: trove
jobs:
- openstack-tox-pylint
- - trove-functional-mysql:
- voting: false
- - trove-scenario-mysql-single:
- voting: false
- - trove-scenario-mysql-multi:
- voting: false
+ - trove-tempest
experimental:
jobs:
- - trove-grenade
- - trove-scenario-cassandra-single
- - trove-scenario-cassandra-multi
- - trove-scenario-couchbase-single
- - trove-scenario-couchdb-single
- - trove-scenario-percona-single
- - trove-scenario-percona-multi
- - trove-scenario-pxc-single
- - trove-scenario-pxc-multi
- - trove-scenario-redis-single
- - trove-scenario-redis-multi
+ - trove-functional-mysql
+ - trove-scenario-mysql-single
+ - trove-scenario-mysql-multi
+ - trove-scenario-mariadb-single
+ - trove-scenario-mariadb-multi
periodic:
jobs:
- - publish-trove-guest-image-mysql-ubuntu-xenial:
+ - publish-trove-guest-image-ubuntu-bionic:
branches:
- master
- - publish-trove-guest-image-mysql-ubuntu-xenial-dev:
+ - publish-trove-guest-image-ubuntu-bionic-dev:
branches:
- master
@@ -399,28 +376,26 @@
- openstack/tripleo-image-elements
- job:
- name: publish-trove-guest-image-mysql-ubuntu-xenial
+ name: publish-trove-guest-image-ubuntu-bionic
parent: publish-trove-guest-image
description: |
- Build and publish Ubuntu Xenial based Trove guest image to
+ Build and publish Ubuntu Bionic based Trove guest image to
tarballs.openstack.org.
vars:
- datastore_type: mysql
guest_os: ubuntu
- guest_os_release: xenial
+ guest_os_release: bionic
guest_username: ubuntu
branch: master
dev_mode: false
image_suffix: ""
- job:
- name: publish-trove-guest-image-mysql-ubuntu-xenial-dev
+ name: publish-trove-guest-image-ubuntu-bionic-dev
parent: publish-trove-guest-image
description: |
Build and publish Ubuntu Xenial based Trove guest image to
tarballs.openstack.org.
vars:
- datastore_type: mysql
guest_os: ubuntu
guest_os_release: xenial
guest_username: ubuntu