Adding swift3 to list of projects for particular ec2 job
Additional project should be added to PROJECTS as I understood. It needs for clone the project to /opt/stack if this project enabled for devstack. Also, as Ian Wienand asked about regrouping definitions in patchset #1. So I regrouped definitions in another job too to be similar. Change-Id: If7e891cdedb3342a326253bca7391a0495959f69
This commit is contained in:
parent
75768465e1
commit
c931dbcad6
@ -145,7 +145,9 @@
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_NOTESTS=1
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
|
||||
export PROJECTS="stackforge/ec2-api $PROJECTS"
|
||||
export PROJECTS="stackforge/swift3 $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/stackforge/ec2-api"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas"
|
||||
export ENABLED_SERVICES+=,swift3
|
||||
@ -180,6 +182,7 @@
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PROJECTS="stackforge/ec2-api $PROJECTS"
|
||||
export PROJECTS="openstack/rally $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/stackforge/ec2-api"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas"
|
||||
export DEVSTACK_GATE_VIRT_DRIVER=fake
|
||||
@ -191,8 +194,6 @@
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
|
||||
export RALLY_SCENARIO=ec2-api-fakevirt
|
||||
|
||||
export PROJECTS="openstack/rally $PROJECTS"
|
||||
export CEILOMETER_NOTIFICATION_TOPICS=notifications,profiler
|
||||
export ENABLED_SERVICES+=,rally
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user