Only run swift and keystone in swift func jobs
Previously the swift functional jobs ran a default devstack install. This results in a cloud that works for running the swift test suite, but require additional setup time that is unnecessary. Only install keystone and swift as the other services aren't required in order to save job runtime. Depends-On: I1ace341721487e4700de308d3d5b800661210fc0 Change-Id: If169ac7c1b595c69e5800a3c88edd60547b577f0
This commit is contained in:
parent
097ab97bfe
commit
1da21cd869
@ -15,6 +15,13 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export FUNCTEST_TIMEOUT=30
|
||||
# Disable all services
|
||||
export DEVSTACK_GATE_NO_SERVICES=1
|
||||
# Add only what we want, keystone + swift
|
||||
export DEVSTACK_GATE_SWIFT=1
|
||||
export DEVSTACK_GATE_KEYSTONE=1
|
||||
# Need to override default which is neutron enabled
|
||||
export DEVSTACK_GATE_NEUTRON=0
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_INSTALL_TESTONLY=1
|
||||
@ -58,6 +65,13 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export FUNCTEST_TIMEOUT=30
|
||||
# Disable all services
|
||||
export DEVSTACK_GATE_NO_SERVICES=1
|
||||
# Add only what we want, keystone + swift
|
||||
export DEVSTACK_GATE_SWIFT=1
|
||||
export DEVSTACK_GATE_KEYSTONE=1
|
||||
# Need to override default which is neutron enabled
|
||||
export DEVSTACK_GATE_NEUTRON=0
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_INSTALL_TESTONLY=1
|
||||
|
Loading…
Reference in New Issue
Block a user