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

« back to all changes in this revision

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

  • Committer: Joe Talbott
  • Date: 2013-10-10 21:18:29 UTC
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: joe.talbott@canonical.com-20131010211829-u9sby78py5n8rb7r
Add smem tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
      <command>rm -rf *
12
12
{% include "touch-setup.xml.jinja2" %}
13
13
 
14
 
${BZRDIR}/scripts/run-touch-utah-runlist.sh -s $ANDROID_SERIAL -p /tmp/results -r lp:~ubuntu-test-case-dev/ubuntu-test-cases/qa-baseline-testing/runlists/smem.run
 
14
export APP=smem
 
15
 
 
16
${BZRDIR}/scripts/jenkins.sh -s $ANDROID_SERIAL -a $APP -p /tmp/results
15
17
</command>
16
18
{% endblock %}
17
19
 
18
20
{% block artifacts %}
19
 
      <artifacts>clientlogs/*,results/**/*</artifacts>
 
21
      <artifacts>clientlogs/**/*</artifacts>
20
22
{% endblock %}