2 name: 'opnfv-xci-verify'
5 #--------------------------------
7 #--------------------------------
11 #--------------------------------
13 #--------------------------------
21 #--------------------------------
23 #--------------------------------
26 #--------------------------------
27 # patch verification phases
28 #--------------------------------
32 #--------------------------------
34 #--------------------------------
36 - 'xci-verify-{distro}-{type}-{stream}'
37 - 'xci-verify-{phase}-{type}-{stream}'
38 #--------------------------------
40 #--------------------------------
42 name: 'xci-verify-{distro}-{type}-{stream}'
44 project-type: multijob
46 disabled: '{obj:disabled}'
53 use-build-blocker: true
57 - 'bifrost-periodic-.*'
66 - fix-workspace-permissions
73 server-name: 'gerrit.opnfv.org'
75 - patchset-created-event:
76 exclude-drafts: 'false'
77 exclude-trivial-rebase: 'false'
78 exclude-no-code-change: 'true'
79 - draft-published-event
80 - comment-added-contains-event:
81 comment-contains-value: 'recheck'
82 - comment-added-contains-event:
83 comment-contains-value: 'reverify'
85 - project-compare-type: 'ANT'
86 project-pattern: '{project}'
88 - branch-compare-type: 'ANT'
89 branch-pattern: '**/{branch}'
90 disable-strict-forbidden-file-verification: 'false'
95 pattern: 'prototypes/**'
97 pattern: 'upstream/**'
99 pattern: '**/README.rst'
100 readable-message: true
108 default: 'xci-virtual-{distro}'
111 default: https://gerrit.opnfv.org/gerrit/$PROJECT
112 description: 'Git URL to use on this Jenkins Slave'
115 - description-setter:
116 description: "Built on $NODE_NAME"
119 condition: SUCCESSFUL
121 - name: 'xci-verify-deploy-{type}-{stream}'
122 current-parameters: true
123 predefined-parameters: |
125 DEPLOY_SCENARIO=os-nosdn-nofeature-noha
126 node-parameters: true
127 kill-phase-on: FAILURE
131 condition: SUCCESSFUL
133 - name: 'xci-verify-healthcheck-{type}-{stream}'
134 current-parameters: true
135 predefined-parameters: |
137 DEPLOY_SCENARIO=os-nosdn-nofeature-noha
138 FUNCTEST_SUITE_NAME=healthcheck
139 node-parameters: true
144 name: 'xci-verify-{phase}-{type}-{stream}'
153 use-build-blocker: true
155 - 'xci-verify-deploy-.*'
156 - 'xci-verify-healthcheck-.*'
157 - 'bifrost-verify-.*'
158 - 'bifrost-periodic-.*'
168 name: DEPLOY_SCENARIO
169 default: 'os-nosdn-nofeature-noha'
171 name: FUNCTEST_SUITE_NAME
172 default: 'healthcheck'
177 name: OPNFV_RELENG_DEV_PATH
180 name: ANSIBLE_VERBOSITY
184 default: https://gerrit.opnfv.org/gerrit/$PROJECT
185 description: 'Git URL to use on this Jenkins Slave'
191 - fix-workspace-permissions
197 - description-setter:
198 description: "Built on $NODE_NAME"
199 - 'xci-verify-{phase}-macro'
201 #--------------------------------
203 #--------------------------------
205 name: 'xci-verify-deploy-macro'
210 # for some reason, the PATH is not set correctly
211 # setting PATH for ansible stuff
212 export PATH=/home/jenkins/.local/bin:$PATH
218 name: 'xci-verify-healthcheck-macro'