Skip to content
Snippets Groups Projects
Commit 7fdee1fa authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

Give paver timing logs a unique name always

parent 8a57cbf4
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ echo "npm version is `npm --version`"
# Log any paver or ansible command timing
TIMESTAMP=$(date +%s)
export PAVER_TIMER_LOG="test_root/log/timing.paver.$TIMESTAMP.log"
SHARD_NUM=${SHARD:="all"}
export PAVER_TIMER_LOG="test_root/log/timing.paver.$TEST_SUITE.$SHARD_NUM.log"
export ANSIBLE_TIMER_LOG="test_root/log/timing.ansible.$TIMESTAMP.log"
echo "This node is `curl http://169.254.169.254/latest/meta-data/hostname`"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment