Mitaka is now stable
One the stable branch we need to specify that we're now upgrading to stable/$target_branch instead of master after we have stable commits. Change-Id: I1599459ef6fb645eef7dbe3f3bf21456134a91b4
This commit is contained in:
@@ -31,7 +31,7 @@ BASE_DEVSTACK_BRANCH=${BASE_DEVSTACK_BRANCH:-stable/$BASE_RELEASE}
|
||||
BASE_DEVSTACK_DIR=${BASE_DEVSTACK_DIR:-$BASE_RELEASE_DIR/devstack}
|
||||
|
||||
TARGET_DEVSTACK_REPO=$BASE_DEVSTACK_REPO
|
||||
TARGET_DEVSTACK_BRANCH=${TARGET_DEVSTACK_BRANCH:-master}
|
||||
TARGET_DEVSTACK_BRANCH=${TARGET_DEVSTACK_BRANCH:-stable/$TARGET_RELEASE}
|
||||
TARGET_DEVSTACK_DIR=${TARGET_DEVSTACK_DIR:-$TARGET_RELEASE_DIR/devstack}
|
||||
|
||||
TEMPEST_CONCURRENCY=${TEMPEST_CONCURRENCY:-$(nproc --all)}
|
||||
|
||||
Reference in New Issue
Block a user