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:
parent
9d1bb44bc9
commit
f28ded34cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user