1<?xml version='1.0' encoding='UTF-8'?>
 2<project>
 3  <actions/>
 4  <description></description>
 5  <keepDependencies>false</keepDependencies>
 6  <properties/>
 7  <scm class="org.jenkinsci.plugins.multiplescms.MultiSCM" plugin="multiple-scms@0.6">
 8    <scms>
 9      <hudson.plugins.mercurial.MercurialSCM plugin="mercurial@1.55">
10        <source>~elson/chart</source>
11        <modules></modules>
12        <revisionType>TAG</revisionType>
13        <revision>tip</revision>
14        <subdir>chart</subdir>
15        <clean>false</clean>
16        <credentialsId></credentialsId>
17        <disableChangeLog>false</disableChangeLog>
18      </hudson.plugins.mercurial.MercurialSCM>
19      <hudson.plugins.mercurial.MercurialSCM plugin="mercurial@1.55">
20        <source>~elson/charts3</source>
21        <modules></modules>
22        <revisionType>TAG</revisionType>
23        <revision>tip</revision>
24        <subdir>charts3</subdir>
25        <clean>false</clean>
26        <credentialsId></credentialsId>
27        <disableChangeLog>false</disableChangeLog>
28      </hudson.plugins.mercurial.MercurialSCM>
29    </scms>
30  </scm>
31  <canRoam>true</canRoam>
32  <disabled>false</disabled>
33  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
34  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
35  <triggers>
36    <hudson.triggers.TimerTrigger>
37      <spec>0 6 * * *</spec>
38    </hudson.triggers.TimerTrigger>
39  </triggers>
40  <concurrentBuild>false</concurrentBuild>
41  <builders>
42    <hudson.tasks.Shell>
43      <command>PYTHONPATH=$PWD/chart:$PWD/charts3 pytest --junit-xml pytest-env.xml charts3/charts3/tests/env/test_ingestion.py</command>
44    </hudson.tasks.Shell>
45  </builders>
46  <publishers>
47    <hudson.tasks.junit.JUnitResultArchiver plugin="junit@1.19">
48      <testResults>pytest-env.xml</testResults>
49      <keepLongStdio>false</keepLongStdio>
50      <healthScaleFactor>1.0</healthScaleFactor>
51      <allowEmptyResults>false</allowEmptyResults>
52    </hudson.tasks.junit.JUnitResultArchiver>
53  </publishers>
54  <buildWrappers>
55    <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.4.3">
56      <colorMapName>xterm</colorMapName>
57    </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
58  </buildWrappers>
59</project>