Fix broken magnum DSVM job
During the stackforge/magnum -> openstack/magnum we managed to step on the new dsvm job. Change-Id: I5c87a65974ce83fdd5cb19e403f24fc3f7bcf7ee
This commit is contained in:
parent
dccc907aad
commit
bc0f979270
@ -21,8 +21,8 @@
|
|||||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
fi
|
fi
|
||||||
export PROJECTS="stackforge/magnum $PROJECTS"
|
export PROJECTS="openstack/magnum $PROJECTS"
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnum git://git.openstack.org/stackforge/magnum"
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnum git://git.openstack.org/openstack/magnum"
|
||||||
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
source $BASE/new/devstack/accrc/admin/admin
|
source $BASE/new/devstack/accrc/admin/admin
|
||||||
|
@ -1497,6 +1497,8 @@ projects:
|
|||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
|
experimental:
|
||||||
|
- check-functional-dsvm-magnum
|
||||||
pre-release:
|
pre-release:
|
||||||
- magnum-tarball
|
- magnum-tarball
|
||||||
release:
|
release:
|
||||||
|
Loading…
Reference in New Issue
Block a user