summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/opnfv-fuel.yml
blob: 393f919d0b27d4fdbdf9ef060d8715f0c72af3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
########################
# Job configuration for fuel
########################
- project:

    name: 'opnfv-fuel'

    installer: 'fuel'

    controller:
        - 'odl'
        - 'onos'
        - 'opencontrail'

    pod:
        - 'opnfv-jump-2'
        - 'ericsson-pod1'

    loop:
        - 'daily'

    # ignore these as these will not exist in real job
    dummy-phase:
        - build
        - deploy
        - functest
        - yardstick

    stream:
        - master:
            branch: 'master'
            gs-pathname: ''

    jobs:
        - 'tmp_fuel-{controller}-{pod}-{loop}-{stream}'
        - 'tmp_fuel-{dummy-phase}-{pod}-{loop}-{stream}'

########################
# job templates
########################
- job-template:
    name: 'tmp_fuel-{controller}-{pod}-{loop}-{stream}'

    project-type: multijob

    parameters:
        - project-parameter:
            project: '{installer}'
        - 'ericsson-ca-build-1-defaults'
        - '{installer}-defaults'
        - string:
            name: CONTROLLER
            default: '{controller}'
        - string:
            name: FEATURE
            default: 'none'

    scm:
        - git-scm:
            credentials-id: '{ssh-credentials}'
            refspec: ''
            branch: '{branch}'

    builders:
        - multijob:
            name: build
            condition: SUCCESSFUL
            projects:
                - name: 'tmp_fuel-build-{loop}-{stream}'
                  kill-phase-on: FAILURE
                  current-parameters: true
        - multijob:
            name: deploy
            condition: SUCCESSFUL
            projects:
                - name: 'tmp_fuel-deploy-{pod}-{loop}-{stream}'
                  kill-phase-on: FAILURE
                  current-parameters: true
        - multijob:
            name: functest
            projects:
                - name: 'tmp_fuel-test-{pod}-{loop}-{stream}'
                  current-parameters: true
        - multijob:
            name: yardstick
            projects:
                - name: 'tmp_fuel-test-{pod}-{loop}-{stream}'
                  current-parameters: true


- job-template:
    name: 'tmp_fuel-{dummy-phase}-{pod}-{loop}-{stream}'

    disabled: false

    concurrent: false

    wrappers:
        - build-name:
            name: '$BUILD_NUMBER: {installer} $CONTROLLER'

    parameters:
        - project-parameter:
            project: '{installer}'
        - '{pod}-defaults'
        - '{installer}-defaults'
        - string:
            name: CONTROLLER
            default: 'none'
        - string:
            name: FEATURE
            default: 'none'

    scm:
        - git-scm:
            credentials-id: '{ssh-credentials}'
            refspec: ''
            branch: '{branch}'

    builders:
        - shell: |
            #!/bin/bash
            echo "Hello World from OPNFV $INSTALLER_TYPE"
            echo "Running $INSTALLER_TYPE with controller $CONTROLLER"