Fix incorrect test_group in zull job definition

Both of mysql trove-scenario jobs performed the same tests
group (mysql-supported-single).

This change sets correct group for trove-scenario-mysql-multi job.

Furthermore, to be consistent, trove_test_datastore has been passed
explicite for trove-scenario-mysql-single job.

Change-Id: I377e17ebf690c79d1c369116697177f992b3df65
Signed-off-by: Marcin Piwowarczyk <m.piwowarczy@samsung.com>
This commit is contained in:
Marcin Piwowarczyk 2018-10-26 23:21:03 +02:00
parent 9d1bb44bc9
commit f28ded34cf
1 changed files with 2 additions and 1 deletions

View File

@ -220,6 +220,7 @@
name: trove-scenario-mysql-single
parent: trove-devstack-base
vars:
trove_test_datastore: mysql
trove_test_group: mysql-supported-single
- job:
@ -227,7 +228,7 @@
parent: trove-devstack-base
vars:
trove_test_datastore: mysql
trove_test_group: mysql-supported-single
trove_test_group: mysql-supported-multi
- job:
name: trove-scenario-percona-multi