41de0ff86910afda5e98e797854965f88ba5bc82
[releng.git] / jjb / genesis / genesis.yml
1 # this is the job configuration for bgs
2 - project:
3
4     name: genesis
5
6     installer:
7         - foreman
8         - fuel
9         - opensteak
10         - juju
11     jobs:
12         - 'genesis-{installer}-verify'
13         - 'genesis-{installer}-merge'
14         - 'genesis-{installer}-daily-master'
15
16     # stream:    branch with - in place of / (eg. stable-helium)
17     # branch:    branch (eg. stable/helium)
18     stream:
19         - master:
20             branch: 'master'
21
22     project: 'genesis'
23
24 ########################
25 # job templates
26 ########################
27
28 - job-template:
29     name: 'genesis-{installer}-verify'
30
31     project-type: freestyle
32
33     node: ericsson-build
34
35     logrotate:
36         daysToKeep: 30
37         numToKeep: 10
38         artifactDaysToKeep: -1
39         artifactNumToKeep: -1
40
41     parameters:
42         - string:
43             name: BUILD_DIRECTORY
44             default: $WORKSPACE/build_output
45         - string:
46             name: GIT_BASE
47             default: https://gerrit.opnfv.org/gerrit/genesis
48         - project-parameter:
49             project: '{project}'
50         - gerrit-parameter:
51             branch: 'master'
52
53     scm:
54         - gerrit-trigger-scm:
55             credentials-id: '{ssh-credentials}'
56             refspec: '$GERRIT_REFSPEC'
57             choosing-strategy: 'gerrit'
58
59     wrappers:
60         - ssh-agent-credentials:
61             user: '{ssh-credentials}'
62
63     triggers:
64         - gerrit:
65             trigger-on:
66                 - patchset-created-event:
67                     exclude-drafts: 'false'
68                     exclude-trivial-rebase: 'false'
69                     exclude-no-code-change: 'false'
70                 - draft-published-event
71                 - comment-added-contains-event:
72                     comment-contains-value: 'recheck'
73                 - comment-added-contains-event:
74                     comment-contains-value: 'reverify'
75             projects:
76               - project-compare-type: 'ANT'
77                 project-pattern: 'genesis'
78                 branches:
79                   - branch-compare-type: 'ANT'
80                     branch-pattern: '**/master'
81                 file-paths:
82                   - compare-type: ANT
83                     pattern: 'common/**'
84                   - compare-type: ANT
85                     pattern: '{installer}/**'
86
87
88     builders:
89         - '{installer}-verify'
90
91 - job-template:
92     name: 'genesis-{installer}-merge'
93
94     # builder-merge job to run JJB update
95     #
96     # This job's purpose is to update all the JJB
97
98     project-type: freestyle
99
100     node: ericsson-build
101
102     logrotate:
103         daysToKeep: 30
104         numToKeep: 40
105         artifactDaysToKeep: -1
106         artifactNumToKeep: 5
107
108     parameters:
109         - string:
110             name: BUILD_DIRECTORY
111             default: $WORKSPACE/build_output
112         - string:
113             name: GIT_BASE
114             default: https://gerrit.opnfv.org/gerrit/genesis
115         - project-parameter:
116             project: '{project}'
117         - gerrit-parameter:
118             branch: 'master'
119
120     scm:
121         - gerrit-trigger-scm:
122             credentials-id: '{ssh-credentials}'
123             refspec: ''
124             choosing-strategy: 'default'
125
126     wrappers:
127         - ssh-agent-credentials:
128             user: '{ssh-credentials}'
129
130     triggers:
131         - gerrit:
132             trigger-on:
133                 - change-merged-event
134                 - comment-added-contains-event:
135                     comment-contains-value: 'remerge'
136             projects:
137               - project-compare-type: 'ANT'
138                 project-pattern: 'genesis'
139                 branches:
140                     - branch-compare-type: 'ANT'
141                       branch-pattern: '**/master'
142                 file-paths:
143                   - compare-type: ANT
144                     pattern: 'common/**'
145                   - compare-type: ANT
146                     pattern: '{installer}/**'
147
148     builders:
149         - '{installer}-merge'
150
151 - job-template:
152     name: 'genesis-{installer}-daily-master'
153
154     project-type: freestyle
155
156     node: ericsson-build
157
158     parameters:
159         - string:
160             name: BUILD_DIRECTORY
161             default: $WORKSPACE/build_output
162             description: "Directory where the build artifact will be located upon the completion of the build."
163         - string:
164             name: GS_URL
165             default: 'artifacts.opnfv.org/genesis/{installer}'
166             description: "URL to Google Storage."
167         - string:
168             name: INSTALLER
169             default: '{installer}'
170             description: "Installer to use."
171         - string:
172             name: GIT_BASE
173             default: https://gerrit.opnfv.org/gerrit/genesis
174         - string:
175             name: GERRIT_BRANCH
176             default: origin/master
177             description: "Branch to build, deploy and test."
178         - string:
179             name: GERRIT_REFSPEC
180             default: refs/heads/master
181             description: "Refspec to retrieve."
182
183     scm:
184         - git:
185             skip-tag: true
186             url: $GIT_BASE
187             branches:
188                 - $GERRIT_BRANCH
189             refspec: $GERRIT_REFSPEC
190
191     triggers:
192         - pollscm: '@midnight'
193
194     logrotate:
195         daysToKeep: 30
196         numToKeep: 10
197         artifactDaysToKeep: -1
198         artifactNumToKeep: -1
199
200     builders:
201         - '{installer}-daily-master'
202
203 ########################
204 # builder macros
205 ########################
206 - builder:
207     name: foreman-verify
208     builders:
209         - shell: |
210             #!/bin/bash
211             set -o errexit
212             set -o nounset
213             set -o pipefail
214             set -x
215
216             # get the dependencies - temporary fix for RC0
217             [[ -d $WORKSPACE/foreman/build ]] || mkdir -p $WORKSPACE/foreman/build
218             cp /home/jenkins/Downloads/opnfv_iso/* $WORKSPACE/foreman/build/
219
220             # below lines perhaps need to be enabled in order to fetch images from internet
221             # as we are having disk space issues on ericsson-build slave
222             #wget http://ftp.riken.jp/Linux/centos/7.0.1406/isos/x86_64/CentOS-7.0-1406-x86_64-Minimal.iso
223             #wget http://download.virtualbox.org/virtualbox/rpm/fedora/20/x86_64/VirtualBox-4.3-4.3.26_98988_fedora18-1.x86_64.rpm
224             #wget http://repos.duss-janser.ch/vagrant/vagrant_1.7.2_x86_64.rpm
225
226             # do the build
227             cd $WORKSPACE/foreman/ci
228             ./build.sh $BUILD_DIRECTORY
229
230             # list the build artifacts
231             ls -al $BUILD_DIRECTORY
232
233 - builder:
234     name: foreman-merge
235     builders:
236         - shell: |
237             #!/bin/bash
238
239             echo "Hello World!"
240
241 - builder:
242     name: foreman-daily-master
243     builders:
244         - shell: |
245             #!/bin/bash
246
247             echo "Hello World!"
248
249 - builder:
250     name: fuel-verify
251     builders:
252         - shell: |
253             #!/bin/bash
254             set -o errexit
255             set -o nounset
256             set -o pipefail
257             set -x
258
259             # set/create the cache location
260             OPNFV_FUEL_CACHE="$(dirname $WORKSPACE)/opnfv_fuel_cache"
261             [[ -d $OPNFV_FUEL_CACHE ]] || mkdir -p $OPNFV_FUEL_CACHE
262
263             # do the build
264             cd $WORKSPACE/fuel/ci
265             ./build.sh -c file://$OPNFV_FUEL_CACHE $BUILD_DIRECTORY
266
267             # list the build artifacts
268             ls -al $BUILD_DIRECTORY
269
270 - builder:
271     name: fuel-merge
272     builders:
273         - shell: |
274             #!/bin/bash
275             set -o errexit
276             set -o nounset
277             set -o pipefail
278             set -x
279
280             # set/create the cache location
281             OPNFV_FUEL_CACHE="$(dirname $WORKSPACE)/opnfv_fuel_cache"
282             [[ -d $OPNFV_FUEL_CACHE ]] || mkdir -p $OPNFV_FUEL_CACHE
283
284             # do the build
285             cd $WORKSPACE/fuel/ci
286             ./build.sh -c file://$OPNFV_FUEL_CACHE $BUILD_DIRECTORY
287
288             # list the build artifacts
289             ls -al $BUILD_DIRECTORY
290
291 - builder:
292     name: fuel-daily-master
293     builders:
294         - shell: |
295             #!/bin/bash
296             set -o errexit
297             set -o nounset
298             set -o pipefail
299             set -x
300
301             # set/create the cache location
302             OPNFV_FUEL_CACHE="$(dirname $WORKSPACE)/opnfv_fuel_cache"
303             [[ -d $OPNFV_FUEL_CACHE ]] || mkdir -p $OPNFV_FUEL_CACHE
304
305             # do the build
306             cd $WORKSPACE/fuel/ci
307             ./build.sh -f t -v $BUILD_ID -c file://$OPNFV_FUEL_CACHE $BUILD_DIRECTORY
308
309         - shell: |
310             #!/bin/bash
311             set -o errexit
312             set -o nounset
313             set -o pipefail
314             set -x
315
316             # list the build artifacts
317             ls -al $BUILD_DIRECTORY
318
319             cd $BUILD_DIRECTORY
320
321             # save information regarding artifact into file
322             (
323                 echo "OPNFV_GIT_URL=$(git config --get remote.origin.url)"
324                 echo "OPNFV_GIT_SHA1=$(git rev-parse HEAD)"
325                 echo "OPNFV_ARTIFACT_URL=$GS_URL/opnfv-$BUILD_ID.iso"
326                 echo "OPNFV_BUILD_URL=$BUILD_URL"
327                 echo "OPNFV_BUILD=OK"
328             ) > opnfv-$BUILD_ID.properties
329
330             # copy artifact property file as latest.properties
331             # so we can directly get info regarding latest artifact
332             /bin/cp -f opnfv-$BUILD_ID.properties latest.properties
333
334             # upload artifact and additional files to google storage
335             gsutil cp opnfv-$BUILD_ID.iso gs://$GS_URL/opnfv-$BUILD_ID.iso
336             gsutil cp opnfv-$BUILD_ID.properties gs://$GS_URL/opnfv-$BUILD_ID.properties
337             gsutil cp latest.properties gs://$GS_URL/latest.properties
338
339         - shell: |
340             #!/bin/bash
341             set -o errexit
342             set -o nounset
343             set -o pipefail
344             set -x
345
346             # get the latest.properties file in order to get info regarding latest artifact
347             gsutil cp gs://$GS_URL/latest.properties latest.properties
348
349             # check if we got the file
350             [[ -f latest.properties ]] || exit 1
351
352             # source the file so we get OPNFV vars
353             source latest.properties
354
355             # download the file
356             gsutil cp gs://$OPNFV_ARTIFACT_URL $WORKSPACE/opnfv.iso
357
358             # list the file
359             ls -al $WORKSPACE/opnfv.iso
360
361 - builder:
362     name: opensteak-verify
363     builders:
364         - shell: |
365             #!/bin/bash
366
367             echo "Hello World!"
368
369 - builder:
370     name: opensteak-merge
371     builders:
372         - shell: |
373             #!/bin/bash
374
375             echo "Hello World!"
376
377 - builder:
378     name: opensteak-daily-master
379     builders:
380         - shell: |
381             #!/bin/bash
382
383             echo "Hello World!"
384 - builder:
385     name: juju-verify
386     builders:
387         - shell: |
388             #!/bin/bash
389
390             echo "Hello World!"
391
392 - builder:
393     name: juju-merge
394     builders:
395         - shell: |
396             #!/bin/bash
397
398             echo "Hello World!"
399
400 - builder:
401     name: juju-daily-master
402     builders:
403         - shell: |
404             #!/bin/bash
405
406             echo "Hello World!"