~pwlars/ubuntu-test-cases/krillin-recovery

« back to all changes in this revision

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

  • Committer: Paul Larson
  • Date: 2014-10-31 03:04:55 UTC
  • Revision ID: paul.larson@canonical.com-20141031030455-12euilmxkqb3g0b1
Convert the devel-proposed jobs to run as vivid

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "touch-base.xml.jinja2" %}
2
 
 
3
 
{% block timeout %}
4
 
  <timeoutMinutes>45</timeoutMinutes>
5
 
{% endblock timeout %}
6
 
 
7
 
{% block shellcmds %}
8
 
      <command>set -e
9
 
rm -rf *
10
 
{% include "touch-setup.xml.jinja2" %}
11
 
 
12
 
export APP=eventstat
13
 
 
14
 
${BZRDIR}/scripts/jenkins.sh -s $ANDROID_SERIAL -a $APP -p /tmp/results
15
 
      </command>
16
 
{% endblock %}
17
 
 
18
 
{% block artifacts %}
19
 
      <artifacts>clientlogs/*, **/jenkins.sh</artifacts>
20
 
{% endblock %}