blob: 01764a660cf00045c2fe345f88aafda86ffcfc93 [file] [log] [blame]
robert.tomczyk5fe5de72019-07-22 20:48:58 +01001---
2#
3# ============LICENSE_START=======================================================
4# Copyright (C) 2018-2019 Nordix Foundation.
5# ================================================================================
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17#
18# SPDX-License-Identifier: Apache-2.0
19# ============LICENSE_END=========================================================
20- project:
21 name: 'apache-geode-coordinator'
22 project: 'Nordix/geode'
23
24 stream:
25 - 'release-nordix-1.9.0':
26 branch: 'release-nordix/1.9.0'
27 jobs:
28 - 'apache-geode-verify-{stream}-coordinator'
29
30- job-template:
31 name: 'apache-geode-verify-{stream}-coordinator'
32 project-type: multijob
33 disabled: false
34 concurrent: true
35 node: geode-ubuntu1804
36
37 parameters:
38 - string:
39 name: PROJECT
40 default: '{project}'
41 description: JJB configured PROJECT parameter to identify a Nordix GitHub project
42 - string:
43 name: BRANCH
44 default: '{branch}'
45 description: JJB configured BRANCH parameter for Nordix GitHub project
46
47 properties:
48 - logrotate
49 - github:
50 url: 'https://github.com/Nordix/geode.git/'
51 - throttle:
52 max-per-node: 1
53 max-total: 3
54 option: project
55
56 wrappers:
57 - openstack:
58 single-use: True
59
60 scm:
61 - git-scm-github:
62 branch: '{branch}'
63 refspec: ''
64 wipe_workspace: true
65 clean_before: false
66 base_dir: 'geode'
67
68 triggers:
69 - github
70
71 builders:
72 - multijob:
73 name: Test
74 condition: SUCCESSFUL
75 projects:
76 - name: 'apache-geode-UnitTest-jdk8'
77 current-parameters: true
78 git-revision: true
79 abort-all-job: true
80 node-parameters: true
81 - name: 'apache-geode-UnitTest-jdk11'
82 current-parameters: true
83 git-revision: true
84 abort-all-job: true
85 node-parameters: true
86 - name: 'apache-geode-StressNewTest-jdk11'
87 current-parameters: true
88 git-revision: true
89 abort-all-job: true
90 node-parameters: true
91 - name: 'apache-geode-IntegrationTest-jdk11'
92 current-parameters: true
93 git-revision: true
94 abort-all-job: true
95 node-parameters: true
96 - name: 'apache-geode-AcceptanceTest-jdk11'
97 current-parameters: true
98 git-revision: true
99 abort-all-job: true
100 node-parameters: true
101 - name: 'apache-geode-UpgradeTest-jdk11'
102 current-parameters: true
103 git-revision: true
104 abort-all-job: true
105 node-parameters: true
106 - name: 'apache-geode-DistributedTest-jdk11'
107 current-parameters: true
108 git-revision: true
109 abort-all-job: true
110 node-parameters: true
111 - multijob:
112 name: Build&Release
113 condition: SUCCESSFUL
114 execution-type: SEQUENTIALLY
115 projects:
116 - name: 'apache-geode-build-jdk8'
117 current-parameters: true
118 git-revision: true
119 abort-all-job: true
120 node-parameters: true