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

« back to all changes in this revision

Viewing changes to deploy/jobs-static/test_mojo_dvr_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/full_stack/next_dvr</string>
 
11
      </values>
 
12
    </hudson.matrix.TextAxis>
 
13
    <hudson.matrix.TextAxis>
 
14
      <name>U_OS</name>
 
15
      <values>
 
16
        <string>trusty-kilo</string>
 
17
        <string>trusty-liberty</string>
 
18
        <string>trusty-mitaka</string>
 
19
        <string>xenial-mitaka</string>
 
20
        <string>xenial-newton</string>
 
21
        <string>xenial-ocata</string>
 
22
        <string>xenial-pike</string>
 
23
        <string>xenial-queens</string>
 
24
        <string>bionic-queens</string>
 
25
        <string>bionic-rocky</string>
 
26
      </values>
 
27
    </hudson.matrix.TextAxis>
 
28
  </axes>
 
29
  <actions/>
 
30
  <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;
 
31
&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
 
32
  <keepDependencies>false</keepDependencies>
 
33
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
 
34
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
 
35
  <concurrentBuild>false</concurrentBuild>
 
36
  <assignedNode>task</assignedNode>
 
37
  <canRoam>false</canRoam>
 
38
  <properties/>
 
39
  <scm class="hudson.scm.NullSCM"/>
 
40
  <triggers class="vector">
 
41
    <hudson.triggers.TimerTrigger>
 
42
      <spec>H H(20-23) * * 1</spec>
 
43
    </hudson.triggers.TimerTrigger>
 
44
  </triggers>
 
45
  <builders>
 
46
    <hudson.plugins.parameterizedtrigger.TriggerBuilder>
 
47
      <configs>
 
48
        <hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
 
49
          <configs>
 
50
            <hudson.plugins.parameterizedtrigger.CurrentBuildParameters/>
 
51
            <hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
 
52
              <properties>MOJO_SPEC=$MOJO_SPEC
 
53
U_OS=$U_OS
 
54
DISPLAY_NAME=$MOJO_SPEC $U_OS
 
55
</properties>
 
56
            </hudson.plugins.parameterizedtrigger.PredefinedBuildParameters>
 
57
          </configs>
 
58
          <projects>mojo_runner</projects>
 
59
          <condition>ALWAYS</condition>
 
60
          <triggerWithNoParameters>false</triggerWithNoParameters>
 
61
          <buildAllNodesWithLabel>false</buildAllNodesWithLabel>
 
62
          <block>
 
63
            <buildStepFailureThreshold>
 
64
              <name>FAILURE</name>
 
65
              <ordinal>2</ordinal>
 
66
              <color>RED</color>
 
67
              <completeBuild>true</completeBuild>
 
68
            </buildStepFailureThreshold>
 
69
            <unstableThreshold>
 
70
              <name>UNSTABLE</name>
 
71
              <ordinal>1</ordinal>
 
72
              <color>YELLOW</color>
 
73
              <completeBuild>true</completeBuild>
 
74
            </unstableThreshold>
 
75
            <failureThreshold>
 
76
              <name>FAILURE</name>
 
77
              <ordinal>2</ordinal>
 
78
              <color>RED</color>
 
79
              <completeBuild>true</completeBuild>
 
80
            </failureThreshold>
 
81
          </block>
 
82
        </hudson.plugins.parameterizedtrigger.BlockableBuildTriggerConfig>
 
83
      </configs>
 
84
    </hudson.plugins.parameterizedtrigger.TriggerBuilder>
 
85
  </builders>
 
86
  <publishers/>
 
87
  <buildWrappers/>
 
88
</matrix-project>
 
 
b'\\ No newline at end of file'