~larry-e-works/+junk/benchmark-with-emulator

« back to all changes in this revision

Viewing changes to jenkins/templates/touch-base.xml.jinja2

  • Committer: Max Brustkern
  • Date: 2014-02-05 23:06:13 UTC
  • Revision ID: max@canonical.com-20140205230613-fx5yz2wpvbimg7go
Added section to upload benchmark data

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
{% if test == 'memevent' %}
55
55
adb pull /tmp/memory_usage.json ./clientlogs/
56
56
{% endif %}
 
57
{% if test == 'app-startup-benchmark' %}
 
58
export BENCHMARKDB_HOST=localhost
 
59
export BENCHMARKDB_PORT=27017
 
60
adb pull /home/phablet/lttng-traces ./clientlogs/lttng-traces
 
61
for DIR in $(ls ./clientlogs/lttng-taces)
 
62
do
 
63
    export APP_ID=$(echo "$DIR" | sed 's/\(.*\)-startup.*/\1/')
 
64
    ${BZRDIR}/scripts/app-trace-export.py ${APP_ID} ${DIR}/ust/uid/32011/32-bit/
 
65
done
 
66
{% endif %}
57
67
      ]]></command>
58
68
    </hudson.tasks.Shell>
59
69
  </builders>