~1chb1n/ubuntu-openstack-ci/mptest0

« back to all changes in this revision

Viewing changes to deployment/jobs/scheduled_trigger_mojo_hot_metal/config.xml

  • Committer: Ryan Beisner
  • Date: 2016-02-23 14:26:10 UTC
  • mfrom: (30.2.201 ubuntu-openstack-ci)
  • Revision ID: ryan.beisner@canonical.com-20160223142610-g4tajprej8p21o08
Rebase parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<project>
 
3
  <actions/>
 
4
  <description>Scheduled DAILY.&lt;br/&gt;&#xd;
 
5
&#xd;
 
6
Deploys next and stable charm sets against bare metal, only for the HOT combos (those which we prioritize). &lt;br/&gt;&lt;br/&gt;&#xd;
 
7
&#xd;
 
8
Generally, hot combos are: &lt;br/&gt;&#xd;
 
9
1. Ubuntu LTS releas(es) + OpenStack as shipped with LTS(s) &lt;br/&gt;&#xd;
 
10
2. Most recent Ubuntu LTS release + Most recent OpenStack release (or current dev version if functional)&lt;br/&gt;&#xd;
 
11
3. Current Ubuntu dev version + Current OpenStack dev version&#xd;
 
12
</description>
 
13
  <logRotator class="hudson.tasks.LogRotator">
 
14
    <daysToKeep>-1</daysToKeep>
 
15
    <numToKeep>-1</numToKeep>
 
16
    <artifactDaysToKeep>150</artifactDaysToKeep>
 
17
    <artifactNumToKeep>1500</artifactNumToKeep>
 
18
  </logRotator>
 
19
  <keepDependencies>false</keepDependencies>
 
20
  <properties>
 
21
    <com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.22">
 
22
      <autoRebuild>false</autoRebuild>
 
23
    </com.sonyericsson.rebuild.RebuildSettings>
 
24
    <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@1.8.4">
 
25
      <maxConcurrentPerNode>1</maxConcurrentPerNode>
 
26
      <maxConcurrentTotal>1</maxConcurrentTotal>
 
27
      <throttleEnabled>true</throttleEnabled>
 
28
      <throttleOption>project</throttleOption>
 
29
    </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
 
30
    <org.jvnet.hudson.plugins.shelveproject.ShelveProjectProperty plugin="shelve-project-plugin@1.5"/>
 
31
  </properties>
 
32
  <scm class="hudson.scm.NullSCM"/>
 
33
  <assignedNode>x86_64 || slave || trusty-slave</assignedNode>
 
34
  <canRoam>false</canRoam>
 
35
  <disabled>false</disabled>
 
36
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
 
37
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
 
38
  <triggers>
 
39
    <hudson.triggers.TimerTrigger>
 
40
      <spec>H 4 * * *</spec>
 
41
    </hudson.triggers.TimerTrigger>
 
42
  </triggers>
 
43
  <concurrentBuild>false</concurrentBuild>
 
44
  <builders>
 
45
    <hudson.plugins.parameterizedtrigger.TriggerBuilder plugin="parameterized-trigger@2.26">
 
46
      <configs>
 
47
        <hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
 
48
          <configs>
 
49
            <hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
 
50
              <properties>SCHEDULED_TRIGGER=TRUE
 
51
TRIGGER_FINGER=HOT_METAL</properties>
 
52
            </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
 
53
          </configs>
 
54
          <projects>trigger_by_mojo_group</projects>
 
55
          <condition>ALWAYS</condition>
 
56
          <triggerWithNoParameters>false</triggerWithNoParameters>
 
57
          <block>
 
58
            <buildStepFailureThreshold>
 
59
              <name>FAILURE</name>
 
60
              <ordinal>2</ordinal>
 
61
              <color>RED</color>
 
62
              <completeBuild>true</completeBuild>
 
63
            </buildStepFailureThreshold>
 
64
            <unstableThreshold>
 
65
              <name>UNSTABLE</name>
 
66
              <ordinal>1</ordinal>
 
67
              <color>YELLOW</color>
 
68
              <completeBuild>true</completeBuild>
 
69
            </unstableThreshold>
 
70
            <failureThreshold>
 
71
              <name>FAILURE</name>
 
72
              <ordinal>2</ordinal>
 
73
              <color>RED</color>
 
74
              <completeBuild>true</completeBuild>
 
75
            </failureThreshold>
 
76
          </block>
 
77
          <buildAllNodesWithLabel>false</buildAllNodesWithLabel>
 
78
        </hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
 
79
      </configs>
 
80
    </hudson.plugins.parameterizedtrigger.TriggerBuilder>
 
81
  </builders>
 
82
  <publishers/>
 
83
  <buildWrappers>
 
84
    <hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.6"/>
 
85
    <org.jenkinsci.plugins.buildnamesetter.BuildNameSetter plugin="build-name-setter@1.3">
 
86
      <template>#${BUILD_NUMBER}</template>
 
87
    </org.jenkinsci.plugins.buildnamesetter.BuildNameSetter>
 
88
  </buildWrappers>
 
89
</project>
 
 
b'\\ No newline at end of file'