Enable artifact download for genesis/fuel
[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
212             echo "Hello World!"
213
214 - builder:
215     name: foreman-merge
216     builders:
217         - shell: |
218             #!/bin/bash
219
220             echo "Hello World!"
221
222 - builder:
223     name: foreman-daily-master
224     builders:
225         - shell: |
226             #!/bin/bash
227
228             echo "Hello World!"
229
230 - builder:
231     name: fuel-verify
232     builders:
233         - shell: |
234             #!/bin/bash
235             set -o errexit
236             set -o nounset
237             set -o pipefail
238             set -x
239
240             # set/create the cache location
241             OPNFV_FUEL_CACHE="$(dirname $WORKSPACE)/opnfv_fuel_cache"
242             [[ -d $OPNFV_FUEL_CACHE ]] || mkdir -p $OPNFV_FUEL_CACHE
243
244             # do the build
245             cd $WORKSPACE/fuel/ci
246             ./build.sh -c file://$OPNFV_FUEL_CACHE $BUILD_DIRECTORY
247
248             # list the build artifacts
249             ls -al $BUILD_DIRECTORY
250
251 - builder:
252     name: fuel-merge
253     builders:
254         - shell: |
255             #!/bin/bash
256             set -o errexit
257             set -o nounset
258             set -o pipefail
259             set -x
260
261             # set/create the cache location
262             OPNFV_FUEL_CACHE="$(dirname $WORKSPACE)/opnfv_fuel_cache"
263             [[ -d $OPNFV_FUEL_CACHE ]] || mkdir -p $OPNFV_FUEL_CACHE
264
265             # do the build
266             cd $WORKSPACE/fuel/ci
267             ./build.sh -c file://$OPNFV_FUEL_CACHE $BUILD_DIRECTORY
268
269             # list the build artifacts
270             ls -al $BUILD_DIRECTORY
271
272 - builder:
273     name: fuel-daily-master
274     builders:
275         - shell: |
276             #!/bin/bash
277             set -o errexit
278             set -o nounset
279             set -o pipefail
280             set -x
281
282             # set/create the cache location
283             OPNFV_FUEL_CACHE="$(dirname $WORKSPACE)/opnfv_fuel_cache"
284             [[ -d $OPNFV_FUEL_CACHE ]] || mkdir -p $OPNFV_FUEL_CACHE
285
286             # do the build
287             cd $WORKSPACE/fuel/ci
288             ./build.sh -f t -v $BUILD_ID -c file://$OPNFV_FUEL_CACHE $BUILD_DIRECTORY
289
290         - shell: |
291             #!/bin/bash
292             set -o errexit
293             set -o nounset
294             set -o pipefail
295             set -x
296
297             # list the build artifacts
298             ls -al $BUILD_DIRECTORY
299
300             cd $BUILD_DIRECTORY
301
302             # save information regarding artifact into file
303             (
304                 echo "OPNFV_GIT_URL=$(git config --get remote.origin.url)"
305                 echo "OPNFV_GIT_SHA1=$(git rev-parse HEAD)"
306                 echo "OPNFV_ARTIFACT_URL=$GS_URL/opnfv-$BUILD_ID.iso"
307                 echo "OPNFV_BUILD_URL=$BUILD_URL"
308                 echo "OPNFV_BUILD=OK"
309             ) > opnfv-$BUILD_ID.properties
310
311             # copy artifact property file as latest.properties
312             # so we can directly get info regarding latest artifact
313             /bin/cp -f opnfv-$BUILD_ID.properties latest.properties
314
315             # upload artifact and additional files to google storage
316             gsutil cp opnfv-$BUILD_ID.iso gs://$GS_URL/opnfv-$BUILD_ID.iso
317             gsutil cp opnfv-$BUILD_ID.properties gs://$GS_URL/opnfv-$BUILD_ID.properties
318             gsutil cp latest.properties gs://$GS_URL/latest.properties
319
320         - shell: |
321             #!/bin/bash
322             set -o errexit
323             set -o nounset
324             set -o pipefail
325             set -x
326
327             # get the latest.properties file in order to get info regarding latest artifact
328             gsutil cp gs://$GS_URL/latest.properties latest.properties
329
330             # check if we got the file
331             [[ -f latest.properties ]] || exit 1
332
333             # source the file so we get OPNFV vars
334             source latest.properties
335
336             # list OPNFV env vars for info
337             env | grep '^OPNFV'
338
339             # download the file
340             gsutil cp gs://$OPNFV_ARTIFACT_URL $WORKSPACE/opnfv.iso
341
342             # list the file
343             ls -al $WORKSPACE/opnfv.iso
344
345 - builder:
346     name: opensteak-verify
347     builders:
348         - shell: |
349             #!/bin/bash
350
351             echo "Hello World!"
352
353 - builder:
354     name: opensteak-merge
355     builders:
356         - shell: |
357             #!/bin/bash
358
359             echo "Hello World!"
360
361 - builder:
362     name: opensteak-daily-master
363     builders:
364         - shell: |
365             #!/bin/bash
366
367             echo "Hello World!"
368 - builder:
369     name: juju-verify
370     builders:
371         - shell: |
372             #!/bin/bash
373
374             echo "Hello World!"
375
376 - builder:
377     name: juju-merge
378     builders:
379         - shell: |
380             #!/bin/bash
381
382             echo "Hello World!"
383
384 - builder:
385     name: juju-daily-master
386     builders:
387         - shell: |
388             #!/bin/bash
389
390             echo "Hello World!"