~1chb1n/ubuntu-openstack-ci/uosci-job-pull-1812a

« back to all changes in this revision

Viewing changes to deploy/jobs-static/test_mojo_ceph_radosgw_master_matrix/config.xml

  • Committer: Ryan Beisner
  • Date: 2018-12-13 22:52:15 UTC
  • Revision ID: ryan.beisner@canonical.com-20181213225215-5h4lnb7jawox1y81
Update repo with current jobs as a check point

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?><matrix-project>
 
2
  <executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl">
 
3
    <runSequentially>false</runSequentially>
 
4
  </executionStrategy>
 
5
  <combinationFilter/>
 
6
  <axes>
 
7
    <hudson.matrix.TextAxis>
 
8
      <name>MOJO_SPEC</name>
 
9
      <values>
 
10
        <string>specs/storage/ceph/radosgw</string>
 
11
      </values>
 
12
    </hudson.matrix.TextAxis>
 
13
    <hudson.matrix.TextAxis>
 
14
      <name>U_OS</name>
 
15
      <values>
 
16
        <string>trusty-icehouse</string>
 
17
        <string>trusty-liberty</string>
 
18
        <string>trusty-mitaka</string>
 
19
        <string>xenial-mitaka</string>
 
20
        <string>xenial-pike</string>
 
21
        <string>bionic-queens</string>
 
22
        <string>bionic-rocky</string>
 
23
        <string>cosmic-rocky</string>
 
24
      </values>
 
25
    </hudson.matrix.TextAxis>
 
26
  </axes>
 
27
  <actions/>
 
28
  <description>&lt;p&gt;&lt;i&gt;Dynamically Generated Job - Do not edit through the Jenkins Web UI.  You will lose your changes.&lt;/i&gt;&lt;/p&gt;
 
29
&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
 
30
  <keepDependencies>false</keepDependencies>
 
31
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
 
32
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
 
33
  <concurrentBuild>false</concurrentBuild>
 
34
  <assignedNode>task</assignedNode>
 
35
  <canRoam>false</canRoam>
 
36
  <properties/>
 
37
  <scm class="hudson.scm.NullSCM"/>
 
38
  <triggers class="vector">
 
39
    <hudson.triggers.TimerTrigger>
 
40
      <spec>H H(03-05) * * 6</spec>
 
41
    </hudson.triggers.TimerTrigger>
 
42
  </triggers>
 
43
  <builders>
 
44
    <hudson.plugins.parameterizedtrigger.TriggerBuilder>
 
45
      <configs>
 
46
        <hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
 
47
          <configs>
 
48
            <hudson.plugins.parameterizedtrigger.CurrentBuildParameters/>
 
49
            <hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
 
50
              <properties>MOJO_SPEC=$MOJO_SPEC
 
51
U_OS=$U_OS
 
52
DISPLAY_NAME=$MOJO_SPEC $U_OS
 
53
</properties>
 
54
            </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
 
55
          </configs>
 
56
          <projects>mojo_runner</projects>
 
57
          <condition>ALWAYS</condition>
 
58
          <triggerWithNoParameters>false</triggerWithNoParameters>
 
59
          <buildAllNodesWithLabel>false</buildAllNodesWithLabel>
 
60
          <block>
 
61
            <buildStepFailureThreshold>
 
62
              <name>FAILURE</name>
 
63
              <ordinal>2</ordinal>
 
64
              <color>RED</color>
 
65
              <completeBuild>true</completeBuild>
 
66
            </buildStepFailureThreshold>
 
67
            <unstableThreshold>
 
68
              <name>UNSTABLE</name>
 
69
              <ordinal>1</ordinal>
 
70
              <color>YELLOW</color>
 
71
              <completeBuild>true</completeBuild>
 
72
            </unstableThreshold>
 
73
            <failureThreshold>
 
74
              <name>FAILURE</name>
 
75
              <ordinal>2</ordinal>
 
76
              <color>RED</color>
 
77
              <completeBuild>true</completeBuild>
 
78
            </failureThreshold>
 
79
          </block>
 
80
        </hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
 
81
      </configs>
 
82
    </hudson.plugins.parameterizedtrigger.TriggerBuilder>
 
83
  </builders>
 
84
  <publishers/>
 
85
  <buildWrappers/>
 
86
</matrix-project>
 
 
b'\\ No newline at end of file'