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
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
export PROJECTS="stackforge/magnum $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnum git://git.openstack.org/stackforge/magnum"
|
||||
export PROJECTS="openstack/magnum $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnum git://git.openstack.org/openstack/magnum"
|
||||
|
||||
function post_test_hook {{
|
||||
source $BASE/new/devstack/accrc/admin/admin
|
||||
|
@ -1497,6 +1497,8 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
experimental:
|
||||
- check-functional-dsvm-magnum
|
||||
pre-release:
|
||||
- magnum-tarball
|
||||
release:
|
||||
|
Loading…
Reference in New Issue
Block a user