Enable sysstat on devstack for investigate timeout
Enabling sysstat and save the log for investiationg many timeout problems on Gating. Change-Id: I0d747d5f2be6d6f99e0f86a55da747aaac78b95a
This commit is contained in:
@@ -278,6 +278,7 @@ function cleanup_host {
|
||||
|
||||
# Compress all text logs
|
||||
find $WORKSPACE/logs -iname '*.txt' -execdir gzip -9 {} \+
|
||||
find $WORKSPACE/logs -iname '*.dat' -execdir gzip -9 {} \+
|
||||
|
||||
# Save the tempest nosetests results
|
||||
sudo cp $BASE/new/tempest/nosetests*.xml $WORKSPACE/
|
||||
|
||||
@@ -25,7 +25,7 @@ cd $BASE/new/devstack
|
||||
|
||||
rm -f localrc
|
||||
|
||||
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit
|
||||
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat
|
||||
|
||||
if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
|
||||
ENABLED_SERVICES=$ENABLED_SERVICES,tempest
|
||||
|
||||
Reference in New Issue
Block a user