~cjohnston/ubuntu-test-cases/convergence

« back to all changes in this revision

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

  • Committer: Chris Johnston
  • Date: 2013-08-30 17:45:20 UTC
  • Revision ID: chrisjohnston@ubuntu.com-20130830174520-8kmqpi1t1g6jmhfj
Add ubuntu-touch-runlists

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "touch-base.xml.jinja2" %}
 
2
<?xml version='1.0' encoding='UTF-8'?>
 
3
{% block triggers %}
 
4
  <triggers class="vector"/>
 
5
{% endblock %}
 
6
{% block timeout %}
 
7
  <timeoutMinutes>30</timeoutMinutes>
 
8
{% endblock timeout %}
 
9
 
 
10
{% block shellcmds %}
 
11
      <command>rm -rf *
 
12
bzr branch lp:~canonical-platform-qa/ubuntu-test-runlists/touch-runlists
 
13
ANDROID_SERIAL=`touch-runlists/jenkins/get-adb-id {{name}}`
 
14
touch-runlists/jenkins/run-touch-utah-runlist.sh -s $ANDROID_SERIAL -r lp:~canonical-platform-qa/ubuntu-test-runlists/touch-runlists/runlists/touch-smoke-sdk.run
 
15
</command>
 
16
{% endblock %}
 
17
 
 
18
{% block artifacts %}
 
19
      <artifacts>clientlogs/*</artifacts>
 
20
{% endblock %}