1<?xml version='1.0' encoding='UTF-8'?>
2<project>
3 <actions/>
4 <description>Tests the CHART-EPS ARGUS OPE database</description>
5 <keepDependencies>false</keepDependencies>
6 <properties>
7 <hudson.plugins.trac.TracProjectProperty plugin="trac@1.13">
8 <tracWebsite>http://tctrac/projects/chart/</tracWebsite>
9 </hudson.plugins.trac.TracProjectProperty>
10 <hudson.model.ParametersDefinitionProperty>
11 <parameterDefinitions>
12 <hudson.model.BooleanParameterDefinition>
13 <name>STATS</name>
14 <description>Test orbital stats tables</description>
15 <defaultValue>true</defaultValue>
16 </hudson.model.BooleanParameterDefinition>
17 </parameterDefinitions>
18 </hudson.model.ParametersDefinitionProperty>
19 </properties>
20 <scm class="org.jenkinsci.plugins.multiplescms.MultiSCM" plugin="multiple-scms@0.3">
21 <scms>
22 <hudson.plugins.mercurial.MercurialSCM plugin="mercurial@1.50">
23 <source>/tcc1/home/elson/chart</source>
24 <modules></modules>
25 <revisionType>BRANCH</revisionType>
26 <revision>default</revision>
27 <subdir>chart</subdir>
28 <clean>false</clean>
29 <credentialsId></credentialsId>
30 <disableChangeLog>false</disableChangeLog>
31 </hudson.plugins.mercurial.MercurialSCM>
32 <hudson.plugins.mercurial.MercurialSCM plugin="mercurial@1.50">
33 <source>/tcc1/home/elson/charteps</source>
34 <modules></modules>
35 <revisionType>BRANCH</revisionType>
36 <revision>default</revision>
37 <subdir>charteps</subdir>
38 <clean>false</clean>
39 <credentialsId></credentialsId>
40 <disableChangeLog>false</disableChangeLog>
41 </hudson.plugins.mercurial.MercurialSCM>
42 </scms>
43 </scm>
44 <canRoam>true</canRoam>
45 <disabled>false</disabled>
46 <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
47 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
48 <triggers>
49 <hudson.triggers.TimerTrigger>
50 <spec>0 8 * * *</spec>
51 </hudson.triggers.TimerTrigger>
52 </triggers>
53 <concurrentBuild>false</concurrentBuild>
54 <builders>
55 <hudson.tasks.Shell>
56 <command>rm -f stats.xml
57touch stats.xml
58if [ "$STATS" = "true" ]; then
59 CHART_SETTINGS_MODULE=charteps.settings PYTHONPATH=$PWD/chart:$PWD/charteps py.test -v --junitxml=stats.xml charteps/charteps/tests/db/test_stats.py || :
60fi
61</command>
62 </hudson.tasks.Shell>
63 </builders>
64 <publishers>
65 <hudson.tasks.junit.JUnitResultArchiver>
66 <testResults>stats.xml</testResults>
67 <keepLongStdio>false</keepLongStdio>
68 <testDataPublishers/>
69 </hudson.tasks.junit.JUnitResultArchiver>
70 <hudson.tasks.Mailer plugin="mailer@1.8">
71 <recipients>mike.elson@eumetsat.int</recipients>
72 <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
73 <sendToIndividuals>false</sendToIndividuals>
74 </hudson.tasks.Mailer>
75 </publishers>
76 <buildWrappers>
77 <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.3.1">
78 <colorMapName>xterm</colorMapName>
79 </hudson.plugins.ansicolor.AnsiColorBuildWrapper>
80 </buildWrappers>
81</project>