Merge "Remove configurable testr artifact processing"
This commit is contained in:
@@ -235,10 +235,6 @@ export DEVSTACK_GATE_KEYSTONE_V3=${DEVSTACK_GATE_KEYSTONE_V3:-0}
|
||||
# Set to 1 to enable installing test requirements
|
||||
export DEVSTACK_GATE_INSTALL_TESTONLY=${DEVSTACK_GATE_INSTALL_TESTONLY:-0}
|
||||
|
||||
# Set to the name of the project (e.g. 'neutron') whose testr
|
||||
# artifacts should be processed on cleanup.
|
||||
export DEVSTACK_GATE_TESTR_ARTIFACT_TARGET=${DEVSTACK_GATE_TESTR_ARTIFACT_TARGET:-tempest}
|
||||
|
||||
# Set to 0 to run services that default under Apache + mod_wsgi under alternatives (e.g. eventlet)
|
||||
# if possible
|
||||
export DEVSTACK_GATE_ENABLE_HTTPD_MOD_WSGI_SERVICES=${DEVSTACK_GATE_ENABLE_HTTPD_MOD_WSGI_SERVICES:-1}
|
||||
|
||||
@@ -544,8 +544,6 @@ function cleanup_host {
|
||||
local xtrace=$(set +o | grep xtrace)
|
||||
set -o xtrace
|
||||
|
||||
local testr_target=$DEVSTACK_GATE_TESTR_ARTIFACT_TARGET
|
||||
|
||||
cd $WORKSPACE
|
||||
|
||||
# Sleep to give services a chance to flush their log buffers.
|
||||
@@ -698,11 +696,8 @@ function cleanup_host {
|
||||
sudo mv $WORKSPACE/rpm-qa.txt.gz $BASE/logs/
|
||||
fi
|
||||
|
||||
process_testr_artifacts $testr_target
|
||||
if [[ "$testr_target" == "tempest" ]]; then
|
||||
# Attempt to process artifacts from the old grenade path
|
||||
process_testr_artifacts $testr_target old
|
||||
fi
|
||||
process_testr_artifacts tempest
|
||||
process_testr_artifacts tempest old
|
||||
|
||||
if [ -f $BASE/new/tempest/tempest.log ] ; then
|
||||
sudo cp $BASE/new/tempest/tempest.log $BASE/logs/tempest.log
|
||||
|
||||
Reference in New Issue
Block a user