summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-01-10 18:37:58 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-01-28 14:27:52 +1300
commit602c4d42de77d1be0397185b04f2790f4bae87b7 (patch)
tree57a91b0024c9ed917571e411df27a111e1341f44 /.zuul.yaml
parent54987b60a738abfbe8171b889da1658468dcf9ca (diff)
downloadtrove-602c4d42de77d1be0397185b04f2790f4bae87b7.tar.gz
Improve the function tests
- Execute test groups in serial to make sure no more than 2 database instance are created at the same time. - Remove some unneccesary tests - Remove unneeded datastore, e.g. 'Test_Datastore_1' - Remove unsupported trovestack subcommands - Move unsupported DIB elements to the 'deprecated-elements' folder - Decrease default value of 'agent_call_high_timeout' to 5min - Add initial_deplay for pooling task - Use socket file to connect with database instead of using localhost IP Change-Id: Ie5030a671fbeb453eafa6cbe04e08da7b52e33c9
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index c9fd5ea0..10c1fc3b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -142,6 +142,9 @@
devstack_localrc:
TROVE_RESIZE_TIME_OUT: 1800
trove_resize_time_out: 1800
+ trove_test_datastore: 'mysql'
+ trove_test_group: 'mysql'
+ trove_test_datastore_version: '5.7'
- job:
name: trove-grenade
@@ -196,6 +199,7 @@
vars:
trove_test_datastore: mariadb
trove_test_group: mariadb-supported-single
+ trove_test_datastore_version: 10.4
devstack_localrc:
TROVE_ENABLE_IMAGE_BUILD: false
@@ -205,6 +209,7 @@
vars:
trove_test_datastore: mariadb
trove_test_group: mariadb-supported-multi
+ trove_test_datastore_version: 10.4
devstack_localrc:
TROVE_ENABLE_IMAGE_BUILD: false
@@ -214,6 +219,7 @@
vars:
trove_test_datastore: mysql
trove_test_group: mysql-supported-single
+ trove_test_datastore_version: 5.7
- job:
name: trove-scenario-mysql-multi
@@ -221,6 +227,7 @@
vars:
trove_test_datastore: mysql
trove_test_group: mysql-supported-multi
+ trove_test_datastore_version: 5.7
- job:
name: trove-scenario-percona-multi