~pwlars/ubuntu-test-cases/auto-offline-devices

« back to all changes in this revision

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

  • Committer: Paul Larson
  • Date: 2013-09-27 20:26:16 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: paul.larson@canonical.com-20130927202616-5icudytv58zkl9af
add eventstat test and setup scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "touch-base.xml.jinja2" %}
2
 
<?xml version='1.0' encoding='UTF-8'?>
3
 
{% block triggers %}
4
 
  <triggers class="vector"/>
5
 
{% endblock %}
 
2
 
6
3
{% block timeout %}
7
4
  <timeoutMinutes>45</timeoutMinutes>
8
5
{% endblock timeout %}
9
6
 
10
7
{% block shellcmds %}
11
 
      <command>rm -rf *
 
8
      <command>set -e
 
9
rm -rf *
12
10
{% include "touch-setup.xml.jinja2" %}
13
11
 
14
 
bzr branch lp:~ubuntu-test-case-dev/ubuntu-test-cases/qa-baseline-testing
15
 
 
16
 
qa-baseline-testing/jenkins/run-touch-eventstat.sh -s $ANDROID_SERIAL</command>
17
 
{% endblock %}
18
 
 
19
 
{% block artifacts %}
20
 
      <artifacts>results/**/*</artifacts>
 
12
export APP=eventstat
 
13
 
 
14
${BZRDIR}/scripts/jenkins.sh -s $ANDROID_SERIAL -a $APP -p /tmp/results
 
15
      </command>
21
16
{% endblock %}