Commit 8ee620a7 by Ben Patterson Committed by GitHub

Merge pull request #14741 from edx/benp/more-jenkins-worker-data

Echo hostname for easier jenkins worker troubleshooting on new relic.
parents 24381568 97466b8e
......@@ -68,3 +68,5 @@ npm cache clean
TIMESTAMP=$(date +%s)
export PAVER_TIMER_LOG="test_root/log/timing.paver.$TIMESTAMP.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`"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment