~cjohnston/+junk/settle

« back to all changes in this revision

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

  • Committer: Paul Larson
  • Date: 2013-08-01 04:25:31 UTC
  • mfrom: (30.1.14 touch-runlists-new)
  • Revision ID: paul.larson@canonical.com-20130801042531-qe09p2ielng1h33m
Rework the way we run all touch jobs

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
{% endblock %}
6
6
 
7
7
{% block shellcmds %}
8
 
      <command>rm -rf qa-baseline-testing touch-runlists results
 
8
      <command>rm -rf *
9
9
bzr branch lp:~ubuntu-test-case-dev/ubuntu-test-cases/qa-baseline-testing
10
10
bzr branch lp:~canonical-platform-qa/ubuntu-test-runlists/touch-runlists
11
11
ADBID=`touch-runlists/jenkins/get-adb-id {{name}}`
15
15
{% block artifacts %}
16
16
      <artifacts>results/**/*</artifacts>
17
17
{% endblock %}
18
 
 
19
 
{% block buildpublisher %}
20
 
      <publishUnstableBuilds>true</publishUnstableBuilds>
21
 
      <publishFailedBuilds>false</publishFailedBuilds>
22
 
      <postActions class="vector"/>
23
 
{% endblock %}