Merge "APEX: add ipv6 to daily job"
[releng.git] / jjb / apex / apex.yml.j2
1 - project:
2     name: 'apex'
3     project: 'apex'
4     jobs:
5         - 'apex-verify-{stream}'
6         - 'apex-verify-gate-{stream}'
7         - 'apex-verify-unit-tests-{stream}'
8         - 'apex-runner-cperf-{stream}'
9         - 'apex-build-{stream}'
10         - 'apex-deploy-{platform}-{stream}'
11         - 'apex-daily-master'
12         - 'apex-daily-danube'
13         - 'apex-csit-promote-daily-{stream}'
14         - 'apex-fdio-promote-daily-{stream}'
15         - 'apex-verify-iso-{stream}'
16         - 'apex-{scenario}-baremetal-{scenario_stream}'
17         - 'apex-testsuite-{scenario}-baremetal-{scenario_stream}'
18         - 'apex-upload-snapshot'
19         - 'apex-create-snapshot'
20     # stream:    branch with - in place of / (eg. stable-arno)
21     # branch:    branch (eg. stable/arno)
22     stream:
23         - master: &master
24             branch: 'master'
25             gs-pathname: ''
26             build-slave: 'apex-build-master'
27             virtual-slave: 'apex-virtual-master'
28             baremetal-slave: 'apex-baremetal-master'
29             verify-scenario: 'os-odl-nofeature-ha'
30             concurrent-builds: 3
31             scenario_stream: 'master'
32
33         - danube: &danube
34             branch: 'stable/danube'
35             gs-pathname: '/danube'
36             build-slave: 'apex-build-danube'
37             virtual-slave: 'apex-virtual-danube'
38             baremetal-slave: 'apex-baremetal-danube'
39             verify-scenario: 'os-odl_l3-nofeature-ha'
40             concurrent-builds: 1
41             scenario_stream: 'danube'
42             disabled: true
43
44     scenario:
45         {%- for stream in scenarios %}
46         {%- for scenario in scenarios[stream] %}
47         - '{{scenario}}':
48               <<: *{{stream}}
49         {%- endfor %}
50         {%- endfor %}
51
52     platform:
53          - 'baremetal'
54          - 'virtual'
55
56 # Unit Test
57 - job-template:
58     name: 'apex-verify-unit-tests-{stream}'
59
60     node: '{build-slave}'
61
62     concurrent: true
63
64     parameters:
65         - apex-parameter:
66             gs-pathname: '{gs-pathname}'
67         - project-parameter:
68             project: '{project}'
69             branch: '{branch}'
70
71     scm:
72         - git-scm-gerrit
73
74     triggers:
75         - gerrit:
76             server-name: 'gerrit.opnfv.org'
77             trigger-on:
78                 - patchset-created-event:
79                     exclude-drafts: 'false'
80                     exclude-trivial-rebase: 'false'
81                     exclude-no-code-change: 'true'
82                 - draft-published-event
83                 - comment-added-contains-event:
84                     comment-contains-value: 'recheck'
85                 - comment-added-contains-event:
86                     comment-contains-value: 'reverify'
87             projects:
88               - project-compare-type: 'ANT'
89                 project-pattern: 'apex'
90                 branches:
91                   - branch-compare-type: 'ANT'
92                     branch-pattern: '**/{branch}'
93                 file-paths:
94                   - compare-type: ANT
95                     pattern: 'tests/**'
96     properties:
97         - logrotate-default
98         - throttle:
99             max-per-node: 1
100             max-total: 10
101             option: 'project'
102
103     builders:
104         - shell:
105             !include-raw-escape: ./apex-unit-test.sh
106
107 # Verify
108 - job-template:
109     name: 'apex-verify-{stream}'
110
111     node: '{virtual-slave}'
112
113     concurrent: true
114
115     project-type: 'multijob'
116
117     parameters:
118         - apex-parameter:
119             gs-pathname: '{gs-pathname}/dev'
120         - project-parameter:
121             project: '{project}'
122             branch: '{branch}'
123         - string:
124             name: ARTIFACT_VERSION
125             default: dev
126             description: "Used for overriding the ARTIFACT_VERSION"
127     scm:
128         - git-scm-gerrit
129
130     triggers:
131         - gerrit:
132             server-name: 'gerrit.opnfv.org'
133             trigger-on:
134                 - patchset-created-event:
135                     exclude-drafts: 'false'
136                     exclude-trivial-rebase: 'false'
137                     exclude-no-code-change: 'true'
138                 - draft-published-event
139                 - comment-added-contains-event:
140                     comment-contains-value: 'recheck'
141                 - comment-added-contains-event:
142                     comment-contains-value: 'reverify'
143             projects:
144               - project-compare-type: 'ANT'
145                 project-pattern: 'apex'
146                 branches:
147                   - branch-compare-type: 'ANT'
148                     branch-pattern: '**/{branch}'
149                 file-paths:
150                   - compare-type: ANT
151                     pattern: 'ci/**'
152                   - compare-type: ANT
153                     pattern: 'build/**'
154                   - compare-type: ANT
155                     pattern: 'lib/**'
156                   - compare-type: ANT
157                     pattern: 'config/**'
158
159     properties:
160         - logrotate-default
161         - throttle:
162             max-per-node: 3
163             max-total: 10
164             option: 'project'
165
166     builders:
167         - description-setter:
168             description: "Built on $NODE_NAME"
169         - multijob:
170             name: basic
171             condition: SUCCESSFUL
172             projects:
173                 - name: 'apex-verify-unit-tests-{stream}'
174                   current-parameters: false
175                   predefined-parameters: |
176                     GERRIT_BRANCH=$GERRIT_BRANCH
177                     GERRIT_REFSPEC=$GERRIT_REFSPEC
178                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
179                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
180                   node-parameters: false
181                   kill-phase-on: FAILURE
182                   abort-all-job: true
183                   git-revision: true
184         - multijob:
185             name: build
186             condition: SUCCESSFUL
187             projects:
188                 - name: 'apex-build-{stream}'
189                   current-parameters: false
190                   predefined-parameters: |
191                     ARTIFACT_VERSION=$ARTIFACT_VERSION
192                     GERRIT_BRANCH=$GERRIT_BRANCH
193                     GERRIT_REFSPEC=$GERRIT_REFSPEC
194                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
195                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
196                   node-parameters: false
197                   kill-phase-on: FAILURE
198                   abort-all-job: true
199                   git-revision: true
200         - multijob:
201             name: deploy-virtual
202             condition: SUCCESSFUL
203             projects:
204                 - name: 'apex-deploy-virtual-{stream}'
205                   current-parameters: false
206                   predefined-parameters: |
207                     ARTIFACT_VERSION=$ARTIFACT_VERSION
208                     DEPLOY_SCENARIO={verify-scenario}
209                     OPNFV_CLEAN=yes
210                     GERRIT_BRANCH=$GERRIT_BRANCH
211                     GERRIT_REFSPEC=$GERRIT_REFSPEC
212                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
213                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
214                   node-parameters: true
215                   kill-phase-on: FAILURE
216                   abort-all-job: true
217                   git-revision: true
218         - multijob:
219             name: functest-smoke
220             condition: SUCCESSFUL
221             projects:
222               - name: 'functest-apex-virtual-suite-{stream}'
223                 current-parameters: false
224                 predefined-parameters: |
225                   DEPLOY_SCENARIO={verify-scenario}
226                   FUNCTEST_SUITE_NAME=healthcheck
227                   GERRIT_BRANCH=$GERRIT_BRANCH
228                   GERRIT_REFSPEC=$GERRIT_REFSPEC
229                   GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
230                   GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
231                 node-parameters: true
232                 kill-phase-on: NEVER
233                 abort-all-job: true
234                 git-revision: false
235
236 # Verify Scenario Gate
237 - job-template:
238     name: 'apex-verify-gate-{stream}'
239
240     node: '{virtual-slave}'
241
242     concurrent: true
243
244     project-type: 'multijob'
245
246     parameters:
247         - apex-parameter:
248             gs-pathname: '{gs-pathname}/dev'
249         - project-parameter:
250             project: '{project}'
251             branch: '{branch}'
252         - string:
253             name: GIT_BASE
254             default: https://gerrit.opnfv.org/gerrit/$PROJECT
255             description: "Used for overriding the GIT URL coming from parameters macro."
256         - string:
257             name: ARTIFACT_VERSION
258             default: dev
259             description: "Used for overriding the ARTIFACT_VERSION"
260
261     scm:
262         - git-scm-gerrit
263
264     triggers:
265         - gerrit:
266             server-name: 'gerrit.opnfv.org'
267             trigger-on:
268                 - comment-added-contains-event:
269                     comment-contains-value: '^Patch Set [0-9]+: Code-Review\+2.*start-gate-scenario:.*'
270             projects:
271               - project-compare-type: 'ANT'
272                 project-pattern: 'apex'
273                 branches:
274                   - branch-compare-type: 'ANT'
275                     branch-pattern: '**/{branch}'
276                 file-paths:
277                   - compare-type: ANT
278                     pattern: 'ci/**'
279                   - compare-type: ANT
280                     pattern: 'build/**'
281                   - compare-type: ANT
282                     pattern: 'lib/**'
283                   - compare-type: ANT
284                     pattern: 'config/**'
285
286     properties:
287         - logrotate-default
288         - throttle:
289             max-per-node: 3
290             max-total: 10
291             option: 'project'
292
293     builders:
294         - multijob:
295             name: deploy-virtual
296             condition: SUCCESSFUL
297             projects:
298                 - name: 'apex-deploy-virtual-{stream}'
299                   current-parameters: false
300                   predefined-parameters: |
301                     ARTIFACT_VERSION=$ARTIFACT_VERSION
302                     DEPLOY_SCENARIO=gate
303                     OPNFV_CLEAN=yes
304                     GERRIT_BRANCH=$GERRIT_BRANCH
305                     GERRIT_REFSPEC=$GERRIT_REFSPEC
306                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
307                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
308                     GERRIT_EVENT_COMMENT_TEXT=$GERRIT_EVENT_COMMENT_TEXT
309                   node-parameters: true
310                   kill-phase-on: FAILURE
311                   abort-all-job: true
312                   git-revision: true
313         - multijob:
314             name: functest-smoke
315             condition: SUCCESSFUL
316             projects:
317               - name: 'functest-apex-virtual-suite-{stream}'
318                 current-parameters: false
319                 predefined-parameters: |
320                   DEPLOY_SCENARIO={verify-scenario}
321                   FUNCTEST_SUITE_NAME=healthcheck
322                   GERRIT_BRANCH=$GERRIT_BRANCH
323                   GERRIT_REFSPEC=$GERRIT_REFSPEC
324                   GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
325                   GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
326                 node-parameters: true
327                 kill-phase-on: NEVER
328                 abort-all-job: true
329                 git-revision: false
330
331 - job-template:
332     name: 'apex-runner-cperf-{stream}'
333
334     # runner cperf job
335     project-type: 'multijob'
336     node: 'intel-pod2'
337
338     disabled: false
339
340     parameters:
341         - apex-parameter:
342             gs-pathname: '{gs-pathname}'
343         - project-parameter:
344             project: '{project}'
345             branch: '{branch}'
346         - string:
347             name: GIT_BASE
348             default: https://gerrit.opnfv.org/gerrit/$PROJECT
349             description: "Used for overriding the GIT URL coming from parameters macro."
350
351     scm:
352         - git-scm
353
354     properties:
355         - logrotate-default
356         - build-blocker:
357             use-build-blocker: false
358             block-level: 'NODE'
359             blocking-jobs:
360                 - 'apex-deploy.*'
361         - throttle:
362             max-per-node: 1
363             max-total: 10
364             option: 'project'
365
366     builders:
367         - description-setter:
368             description: "Deployed on $NODE_NAME"
369         - multijob:
370             name: 'Baremetal Deploy'
371             condition: ALWAYS
372             projects:
373                 - name: 'apex-deploy-baremetal-{stream}'
374                   node-parameters: false
375                   current-parameters: true
376                   predefined-parameters: |
377                     GERRIT_BRANCH=$GERRIT_BRANCH
378                     GERRIT_REFSPEC=
379                     OPNFV_CLEAN=yes
380                     DEPLOY_SCENARIO={verify-scenario}
381                   kill-phase-on: FAILURE
382                   abort-all-job: true
383                   git-revision: false
384         - multijob:
385             name: CPERF
386             condition: SUCCESSFUL
387             projects:
388                 - name: 'cperf-apex-intel-pod2-daily-master'
389                   node-parameters: true
390                   current-parameters: false
391                   predefined-parameters:
392                     DEPLOY_SCENARIO={verify-scenario}
393                   kill-phase-on: NEVER
394                   abort-all-job: false
395                   git-revision: false
396
397 # Build phase
398 - job-template:
399     name: 'apex-build-{stream}'
400
401     # Job template for builds
402     #
403     # Required Variables:
404     #     stream:    branch with - in place of / (eg. stable)
405     #     branch:    branch (eg. stable)
406     node: '{build-slave}'
407
408     disabled: false
409
410     concurrent: true
411
412     parameters:
413         - '{project}-defaults'
414         - project-parameter:
415             project: '{project}'
416             branch: '{branch}'
417         - apex-parameter:
418             gs-pathname: '{gs-pathname}'
419
420     scm:
421         - git-scm-gerrit
422
423     wrappers:
424         - timeout:
425             timeout: 150
426             fail: true
427
428     properties:
429         - logrotate-default
430         - throttle:
431             max-per-node: {concurrent-builds}
432             max-total: 10
433             option: 'project'
434         - build-blocker:
435             use-build-blocker: true
436             block-level: 'NODE'
437             blocking-jobs:
438                 - 'apex-verify-iso-{stream}'
439
440     builders:
441         - 'apex-build'
442         - inject:
443            properties-content: ARTIFACT_TYPE=rpm
444         - 'apex-upload-artifact'
445
446 # ISO verify job
447 - job-template:
448     name: 'apex-verify-iso-{stream}'
449
450     # Job template for builds
451     #
452     # Required Variables:
453     #     stream:    branch with - in place of / (eg. stable)
454     #     branch:    branch (eg. stable)
455     node: '{virtual-slave}'
456
457     disabled: false
458
459     concurrent: true
460
461     parameters:
462         - project-parameter:
463             project: '{project}'
464             branch: '{branch}'
465         - apex-parameter:
466             gs-pathname: '{gs-pathname}'
467         - string:
468             name: GIT_BASE
469             default: https://gerrit.opnfv.org/gerrit/$PROJECT
470             description: "Used for overriding the GIT URL coming from parameters macro."
471
472     scm:
473         - git-scm
474
475     properties:
476         - logrotate-default
477         - throttle:
478             max-per-node: 1
479             max-total: 10
480             option: 'project'
481
482     builders:
483         - 'apex-iso-verify'
484         - inject:
485            properties-content: ARTIFACT_TYPE=iso
486         - 'apex-upload-artifact'
487
488 # Deploy job
489 - job-template:
490     name: 'apex-deploy-{platform}-{stream}'
491
492     node: 'apex-{platform}-{stream}'
493
494     concurrent: true
495
496     disabled: false
497
498     scm:
499         - git-scm-gerrit
500
501     wrappers:
502         - timeout:
503             timeout: 120
504             fail: true
505
506     parameters:
507         - '{project}-{platform}-{stream}-defaults'
508         - project-parameter:
509             project: '{project}'
510             branch: '{branch}'
511         - apex-parameter:
512             gs-pathname: '{gs-pathname}'
513         - string:
514             name: DEPLOY_SCENARIO
515             default: '{verify-scenario}'
516             description: "Scenario to deploy with."
517         - string:
518             name: OPNFV_CLEAN
519             default: 'no'
520             description: "Use yes in lower case to invoke clean. Indicates if the deploy environment should be cleaned before deployment"
521
522     properties:
523         - logrotate-default
524         - build-blocker:
525             use-build-blocker: true
526             block-level: 'NODE'
527             blocking-jobs:
528                 - 'apex-deploy.*'
529                 - 'functest.*'
530                 - 'yardstick.*'
531                 - 'dovetail.*'
532         - throttle:
533             max-per-node: 1
534             max-total: 10
535             option: 'project'
536
537     builders:
538         - description-setter:
539             description: "Deployed on $NODE_NAME - Scenario: $DEPLOY_SCENARIO"
540         - 'apex-download-artifact'
541         - 'apex-deploy'
542         - 'apex-workspace-cleanup'
543
544
545 # Baremetal Deploy and Test
546 - job-template:
547     name: 'apex-{scenario}-baremetal-{scenario_stream}'
548
549     project-type: 'multijob'
550
551     disabled: false
552
553     scm:
554         - git-scm
555
556     parameters:
557         - '{project}-defaults'
558         - '{project}-baremetal-{scenario_stream}-defaults'
559         - project-parameter:
560             project: '{project}'
561             branch: '{branch}'
562         - apex-parameter:
563             gs-pathname: '{gs-pathname}'
564         - string:
565             name: DEPLOY_SCENARIO
566             default: '{scenario}'
567             description: "Scenario to deploy with."
568     properties:
569         - logrotate-default
570         - build-blocker:
571             use-build-blocker: true
572             block-level: 'NODE'
573             blocking-jobs:
574                 - 'apex-verify.*'
575                 - 'apex-runner.*'
576                 - 'apex-.*-promote.*'
577                 - 'apex-run.*'
578                 - 'apex-.+-baremetal-.+'
579         - throttle:
580             max-per-node: 1
581             max-total: 10
582             option: 'project'
583     builders:
584         - description-setter:
585             description: "Deployed on $NODE_NAME - Scenario: $DEPLOY_SCENARIO"
586         - multijob:
587             name: 'Baremetal Deploy'
588             condition: ALWAYS
589             projects:
590                 - name: 'apex-deploy-baremetal-{scenario_stream}'
591                   node-parameters: true
592                   current-parameters: true
593                   predefined-parameters: |
594                     OPNFV_CLEAN=yes
595                     GERRIT_BRANCH=$GERRIT_BRANCH
596                     GERRIT_REFSPEC=
597                     DEPLOY_SCENARIO=$DEPLOY_SCENARIO
598                   kill-phase-on: FAILURE
599                   abort-all-job: true
600                   git-revision: false
601         - multijob:
602             name: 'OPNFV Test Suite'
603             condition: SUCCESSFUL
604             projects:
605                 - name: 'apex-testsuite-{scenario}-baremetal-{scenario_stream}'
606                   node-parameters: true
607                   current-parameters: false
608                   predefined-parameters:
609                     DEPLOY_SCENARIO=$DEPLOY_SCENARIO
610                   kill-phase-on: NEVER
611                   abort-all-job: true
612                   git-revision: false
613
614     publishers:
615         - groovy-postbuild:
616             script:
617                 !include-raw-escape: ./update-build-result.groovy
618
619 # Baremetal test job
620 - job-template:
621     name: 'apex-testsuite-{scenario}-baremetal-{scenario_stream}'
622
623     project-type: 'multijob'
624
625     disabled: false
626
627     parameters:
628         - '{project}-defaults'
629         - '{project}-baremetal-{scenario_stream}-defaults'
630         - project-parameter:
631             project: '{project}'
632             branch: '{branch}'
633         - apex-parameter:
634             gs-pathname: '{gs-pathname}'
635         - string:
636             name: DEPLOY_SCENARIO
637             default: '{scenario}'
638             description: "Scenario to deploy with."
639     properties:
640         - logrotate-default
641         - build-blocker:
642             use-build-blocker: true
643             block-level: 'NODE'
644             blocking-jobs:
645                 - 'apex-verify.*'
646                 - 'apex-runner.*'
647                 - 'apex-.*-promote.*'
648                 - 'apex-run.*'
649                 - 'apex-testsuite-.+-baremetal-.+'
650         - throttle:
651             max-per-node: 1
652             max-total: 10
653             option: 'project'
654     builders:
655         - description-setter:
656             description: "Testing on $NODE_NAME - Scenario: $DEPLOY_SCENARIO"
657         - multijob:
658             name: Functest
659             condition: ALWAYS
660             projects:
661                 - name: 'functest-apex-baremetal-daily-{scenario_stream}'
662                   node-parameters: true
663                   current-parameters: false
664                   predefined-parameters:
665                     DEPLOY_SCENARIO=$DEPLOY_SCENARIO
666                   kill-phase-on: NEVER
667                   abort-all-job: false
668                   git-revision: false
669         - multijob:
670             name: Yardstick
671             condition: ALWAYS
672             projects:
673                 - name: 'yardstick-apex-baremetal-daily-{scenario_stream}'
674                   node-parameters: true
675                   current-parameters: false
676                   predefined-parameters:
677                     DEPLOY_SCENARIO=$DEPLOY_SCENARIO
678                   kill-phase-on: NEVER
679                   abort-all-job: false
680                   git-revision: false
681         - multijob:
682             name: Dovetail
683             condition: ALWAYS
684             projects:
685                 - name: 'dovetail-apex-baremetal-proposed_tests-{scenario_stream}'
686                   node-parameters: true
687                   current-parameters: false
688                   predefined-parameters:
689                     DEPLOY_SCENARIO=$DEPLOY_SCENARIO
690                   kill-phase-on: NEVER
691                   enable-condition: "def m = '$DEPLOY_SCENARIO' ==~ /os-(nosdn-nofeature|nosdn-kvm|odl_l3-fdio)-ha/"
692                   abort-all-job: false
693                   git-revision: false
694 # Build status is always success due conditional plugin prefetching
695 # build status before multijob phases execute
696 #        - conditional-step:
697 #            condition-kind: current-status
698 #            condition-worst: SUCCESS
699 #            condtion-best: SUCCESS
700 #            on-evaluation-failure: mark-unstable
701 #            steps:
702 #                - shell: 'echo "Tests Passed"'
703
704 {% for stream in scenarios %}
705 # {{ stream }} Daily
706 - job-template:
707     name: 'apex-daily-{{ stream }}'
708
709     # Job template for daily build
710     #
711     # Required Variables:
712     #     stream:    branch with - in place of / (eg. stable)
713     #     branch:    branch (eg. stable)
714     project-type: 'multijob'
715
716     node: '{{ build_slave[stream] }}'
717
718     disabled: false
719
720     scm:
721         - git-scm
722
723     parameters:
724         - '{project}-defaults'
725         - '{project}-baremetal-{{ stream }}-defaults'
726         - project-parameter:
727             project: '{project}'
728             branch: '{{ branch[stream] }}'
729         - apex-parameter:
730             gs-pathname: '{{ gspathname[stream] }}'
731
732     properties:
733         - logrotate-default
734
735     triggers:
736         - 'apex-{{ stream }}'
737
738     builders:
739         - multijob:
740             name: build
741             condition: SUCCESSFUL
742             projects:
743                 - name: 'apex-build-{{ stream }}'
744                   current-parameters: false
745                   predefined-parameters: |
746                     GERRIT_BRANCH=$GERRIT_BRANCH
747                     GERRIT_REFSPEC=
748                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
749                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
750                   node-parameters: true
751                   kill-phase-on: FAILURE
752                   abort-all-job: true
753                   git-revision: true
754         - multijob:
755             name: 'Verify and upload ISO'
756             condition: SUCCESSFUL
757             projects:
758                 - name: 'apex-verify-iso-{{ stream }}'
759                   current-parameters: false
760                   predefined-parameters: |
761                     BUILD_DIRECTORY=$WORKSPACE/../apex-build-{{ stream }}/.build
762                     GERRIT_BRANCH=$GERRIT_BRANCH
763                     GERRIT_REFSPEC=
764                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
765                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
766                   node-parameters: true
767                   kill-phase-on: FAILURE
768                   abort-all-job: true
769                   git-revision: true
770         - multijob:
771             name: Baremetal Deploy and Test Phase
772             condition: SUCCESSFUL
773             projects:
774 {% for scenario in scenarios[stream] %}
775                 - name: 'apex-{{ scenario }}-baremetal-{{ stream }}'
776                   node-parameters: false
777                   current-parameters: false
778                   predefined-parameters: |
779                     OPNFV_CLEAN=yes
780                   kill-phase-on: NEVER
781                   abort-all-job: true
782                   git-revision: false
783 {% endfor %}
784 {% endfor %}
785
786 # snapshot create
787 - job-template:
788     name: 'apex-create-snapshot'
789
790     # Job template for clean
791     #
792     # Required Variables:
793     #     stream:    branch with - in place of / (eg. stable)
794
795     disabled: false
796
797     builders:
798         - shell:
799             !include-raw-escape: ./apex-snapshot-create.sh
800
801 # snapshot upload
802 - job-template:
803     name: 'apex-upload-snapshot'
804
805     # Job template for clean
806     #
807     # Required Variables:
808     #     stream:    branch with - in place of / (eg. stable)
809
810     disabled: false
811
812     builders:
813         - inject:
814            properties-content: ARTIFACT_TYPE=snapshot
815         - 'apex-upload-artifact'
816
817 # CSIT promote
818 - job-template:
819     name: 'apex-csit-promote-daily-{stream}'
820
821     # Job template for promoting CSIT Snapshots
822     #
823     # Required Variables:
824     #     stream:    branch with - in place of / (eg. stable)
825     #     branch:    branch (eg. stable)
826     node: '{virtual-slave}'
827     project-type: 'multijob'
828     disabled: false
829
830     scm:
831         - git-scm
832
833     parameters:
834         - project-parameter:
835             project: '{project}'
836             branch: '{branch}'
837         - apex-parameter:
838             gs-pathname: '{gs-pathname}'
839
840     properties:
841         - build-blocker:
842             use-build-blocker: true
843             block-level: 'NODE'
844             blocking-jobs:
845                 - 'apex-verify.*'
846                 - 'apex-deploy.*'
847                 - 'apex-runner.*'
848                 - 'apex-daily.*'
849
850     triggers:
851         - timed: '0 12 * * 0'
852
853     builders:
854         - multijob:
855             name: build
856             condition: SUCCESSFUL
857             projects:
858                 - name: 'apex-build-{stream}'
859                   current-parameters: false
860                   predefined-parameters: |
861                     GERRIT_BRANCH=$GERRIT_BRANCH
862                     GERRIT_REFSPEC=$GERRIT_REFSPEC
863                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
864                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
865                   node-parameters: false
866                   kill-phase-on: FAILURE
867                   abort-all-job: true
868                   git-revision: true
869         - multijob:
870             name: deploy-virtual
871             condition: SUCCESSFUL
872             projects:
873                 - name: 'apex-deploy-virtual-{stream}'
874                   current-parameters: false
875                   predefined-parameters: |
876                     DEPLOY_SCENARIO=os-odl_l3-csit-noha
877                     OPNFV_CLEAN=yes
878                     GERRIT_BRANCH=$GERRIT_BRANCH
879                     GERRIT_REFSPEC=$GERRIT_REFSPEC
880                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
881                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
882                     PROMOTE=True
883                   node-parameters: true
884                   kill-phase-on: FAILURE
885                   abort-all-job: true
886                   git-revision: false
887         - multijob:
888             name: functest-smoke
889             condition: SUCCESSFUL
890             projects:
891               - name: 'functest-apex-virtual-suite-{stream}'
892                 current-parameters: false
893                 predefined-parameters: |
894                   DEPLOY_SCENARIO=os-odl_l3-nofeature-noha
895                   FUNCTEST_SUITE_NAME=tempest_smoke_serial
896                   GERRIT_BRANCH=$GERRIT_BRANCH
897                   GERRIT_REFSPEC=$GERRIT_REFSPEC
898                   GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
899                   GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
900                 node-parameters: true
901                 kill-phase-on: FAILURE
902                 abort-all-job: true
903                 git-revision: false
904         - multijob:
905             name: create snapshot
906             condition: SUCCESSFUL
907             projects:
908               - name: 'apex-create-snapshot'
909                 current-parameters: false
910                 predefined-parameters: |
911                   SNAP_TYPE=csit
912                 node-parameters: true
913                 kill-phase-on: FAILURE
914                 abort-all-job: true
915                 git-revision: false
916         - multijob:
917             name: upload snapshot
918             condition: SUCCESSFUL
919             projects:
920               - name: 'apex-upload-snapshot'
921                 current-parameters: false
922                 predefined-parameters: |
923                   SNAP_TYPE=csit
924                 node-parameters: true
925                 kill-phase-on: FAILURE
926                 abort-all-job: true
927                 git-revision: false
928
929 # FDIO promote
930 - job-template:
931     name: 'apex-fdio-promote-daily-{stream}'
932
933     # Job template for promoting CSIT Snapshots
934     #
935     # Required Variables:
936     #     stream:    branch with - in place of / (eg. stable)
937     #     branch:    branch (eg. stable)
938     node: '{virtual-slave}'
939     project-type: 'multijob'
940     disabled: false
941
942     scm:
943         - git-scm
944
945     parameters:
946         - project-parameter:
947             project: '{project}'
948             branch: '{branch}'
949         - apex-parameter:
950             gs-pathname: '{gs-pathname}'
951
952     properties:
953         - build-blocker:
954             use-build-blocker: true
955             block-level: 'NODE'
956             blocking-jobs:
957                 - 'apex-verify.*'
958                 - 'apex-deploy.*'
959                 - 'apex-runner.*'
960                 - 'apex-daily.*'
961
962     builders:
963         - multijob:
964             name: build
965             condition: SUCCESSFUL
966             projects:
967                 - name: 'apex-build-{stream}'
968                   current-parameters: false
969                   predefined-parameters: |
970                     GERRIT_BRANCH=$GERRIT_BRANCH
971                     GERRIT_REFSPEC=$GERRIT_REFSPEC
972                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
973                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
974                   node-parameters: false
975                   kill-phase-on: FAILURE
976                   abort-all-job: true
977                   git-revision: true
978         - multijob:
979             name: deploy-virtual
980             condition: SUCCESSFUL
981             projects:
982                 - name: 'apex-deploy-virtual-{stream}'
983                   current-parameters: false
984                   predefined-parameters: |
985                     DEPLOY_SCENARIO=os-odl_netvirt-fdio-noha
986                     OPNFV_CLEAN=yes
987                     GERRIT_BRANCH=$GERRIT_BRANCH
988                     GERRIT_REFSPEC=$GERRIT_REFSPEC
989                     GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
990                     GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
991                     PROMOTE=True
992                   node-parameters: true
993                   kill-phase-on: FAILURE
994                   abort-all-job: true
995                   git-revision: false
996         - multijob:
997             name: create snapshot
998             condition: SUCCESSFUL
999             projects:
1000               - name: 'apex-create-snapshot'
1001                 current-parameters: false
1002                 predefined-parameters: |
1003                   SNAP_TYPE=fdio
1004                 node-parameters: true
1005                 kill-phase-on: FAILURE
1006                 abort-all-job: true
1007                 git-revision: false
1008         - multijob:
1009             name: upload snapshot
1010             condition: SUCCESSFUL
1011             projects:
1012               - name: 'apex-upload-snapshot'
1013                 current-parameters: false
1014                 predefined-parameters: |
1015                   SNAP_TYPE=fdio
1016                 node-parameters: true
1017                 kill-phase-on: FAILURE
1018                 abort-all-job: true
1019                 git-revision: false
1020
1021 ########################
1022 # parameter macros
1023 ########################
1024 - parameter:
1025     name: apex-parameter
1026     parameters:
1027         - string:
1028             name: ARTIFACT_NAME
1029             default: 'latest'
1030             description: "RPM Artifact name that will be appended to GS_URL to deploy a specific artifact"
1031         - string:
1032             name: ARTIFACT_VERSION
1033             default: 'daily'
1034             description: "Artifact version type"
1035         - string:
1036             name: BUILD_DIRECTORY
1037             default: $WORKSPACE/.build
1038             description: "Directory where the build artifact will be located upon the completion of the build."
1039         - string:
1040             name: CACHE_DIRECTORY
1041             default: $HOME/opnfv/apex-cache{gs-pathname}
1042             description: "Directory where the cache to be used during the build is located."
1043         - string:
1044             name: GIT_BASE
1045             default: https://gerrit.opnfv.org/gerrit/$PROJECT
1046             description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
1047         - string:
1048             name: GS_PATHNAME
1049             default: '{gs-pathname}'
1050             description: "Version directory where opnfv artifacts are stored in gs repository"
1051         - string:
1052             name: GS_URL
1053             default: $GS_BASE{gs-pathname}
1054             description: "URL to Google Storage."
1055         - string:
1056             name: PROMOTE
1057             default: 'False'
1058             description: "Flag to know if we should promote/upload snapshot artifacts."
1059
1060 ########################
1061 # builder macros
1062 ########################
1063 - builder:
1064     name: 'apex-unit-test'
1065     builders:
1066         - shell:
1067             !include-raw: ./apex-unit-test.sh
1068
1069 - builder:
1070     name: 'apex-build'
1071     builders:
1072         - shell:
1073             !include-raw: ./apex-build.sh
1074
1075 - builder:
1076     name: 'apex-workspace-cleanup'
1077     builders:
1078         - shell:
1079             !include-raw: ./apex-workspace-cleanup.sh
1080
1081 - builder:
1082     name: 'apex-iso-verify'
1083     builders:
1084         - shell:
1085             !include-raw: ./apex-iso-verify.sh
1086
1087
1088 - builder:
1089     name: 'apex-upload-artifact'
1090     builders:
1091         - shell:
1092             !include-raw: ./apex-upload-artifact.sh
1093
1094 - builder:
1095     name: 'apex-download-artifact'
1096     builders:
1097         - shell:
1098             !include-raw: ./apex-download-artifact.sh
1099
1100 - builder:
1101     name: 'apex-deploy'
1102     builders:
1103         - shell:
1104             !include-raw: ./apex-deploy.sh
1105
1106 #######################
1107 # trigger macros
1108 ########################
1109 - trigger:
1110     name: 'apex-master'
1111     triggers:
1112         - timed: '0 12 * * *'
1113 - trigger:
1114     name: 'apex-danube'
1115     triggers:
1116         - timed: '0 3 1 1 7'
1117