660355eb86
The existing "manila-grenade" job relies on devstack-gate, a deprecated project. The Grenade project now has a native zuulv3 style job that we can inherit and run manila's upgrade tests. Manila's grenade tests are only going to run API tests, and hence this grenade job doesn't have to enable nova, cinder, glance, neutron and swift. However, bug #1887835 prevents us from disabling nova at the moment, and nova requires glance, placement and neutron to be deployed, so we'll be enabling these services too until that bug is addressed. Depends-On: Id5a9467247df1d8f0ec6dee3fae842ba673c34ed Depends-On: Ieaf37ec10db9a8bdce6bb195b76335fea9b2b52f Change-Id: I1636c612ac2475f7a00c0888ef62daa6c516eef2 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
15 lines
436 B
Bash
15 lines
436 B
Bash
#!/bin/bash
|
|
|
|
register_project_for_upgrade manila
|
|
register_db_to_save manila
|
|
|
|
export BASE_RUN_SMOKE=False
|
|
export TARGET_RUN_SMOKE=False
|
|
|
|
# NOTE(vponomaryov): stable client is used for keeping scenarios stable
|
|
# so they are not broken by changed CLI views.
|
|
devstack_localrc base MANILACLIENT_BRANCH="stable/ussuri"
|
|
devstack_localrc target MANILACLIENT_BRANCH="stable/ussuri"
|
|
|
|
devstack_localrc target MANILA_USE_DOWNGRADE_MIGRATIONS=False
|