1 # jenkins job templates for Fuel
10 #--------------------------------
12 #--------------------------------
20 branch: 'stable/{stream}'
22 gs-pathname: '/{stream}'
23 #--------------------------------
24 # POD, INSTALLER, AND BRANCH MAPPING
25 #--------------------------------
27 #--------------------------------
30 slave-label: fuel-baremetal
33 slave-label: fuel-virtual
36 slave-label: fuel-baremetal
39 slave-label: fuel-virtual
41 #--------------------------------
43 #--------------------------------
46 - 'os-nosdn-nofeature-ha':
47 auto-trigger-name: 'weekly-trigger-disabled'
50 - 'fuel-{scenario}-{pod}-weekly-{stream}'
51 - 'fuel-deploy-{pod}-weekly-{stream}'
53 ########################
55 ########################
57 name: 'fuel-{scenario}-{pod}-weekly-{stream}'
59 disabled: '{obj:disabled}'
71 use-build-blocker: true
73 - 'fuel-os-.*?-{pod}-daily-.*'
74 - 'fuel-os-.*?-{pod}-weekly-.*'
79 name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO'
82 - '{auto-trigger-name}'
88 - '{installer}-defaults'
89 - '{slave-label}-defaults':
90 installer: '{installer}'
94 - fuel-weekly-parameter:
95 gs-pathname: '{gs-pathname}'
99 description: "Built on $NODE_NAME"
101 - project: 'fuel-deploy-{pod}-weekly-{stream}'
102 current-parameters: false
103 predefined-parameters:
104 DEPLOY_SCENARIO={scenario}
108 - project: 'functest-fuel-{pod}-weekly-{stream}'
109 current-parameters: false
110 predefined-parameters:
111 DEPLOY_SCENARIO={scenario}
115 build-step-failure-threshold: 'never'
116 failure-threshold: 'never'
117 unstable-threshold: 'FAILURE'
121 recipients: peter.barabas@ericsson.com fzhadaev@mirantis.com
124 name: 'fuel-deploy-{pod}-weekly-{stream}'
126 disabled: '{obj:disabled}'
138 use-build-blocker: true
140 - 'fuel-deploy-{pod}-daily-.*'
141 - 'fuel-deploy-generic-daily-.*'
142 - 'fuel-deploy-{pod}-weekly-.*'
143 - 'fuel-deploy-generic-weekly-.*'
150 - '{installer}-defaults'
151 - '{slave-label}-defaults':
152 installer: '{installer}'
154 name: DEPLOY_SCENARIO
155 default: 'os-odl_l2-nofeature-ha'
156 - fuel-weekly-parameter:
157 gs-pathname: '{gs-pathname}'
161 description: 'Deployment timeout in minutes'
168 name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO'
171 - description-setter:
172 description: "Built on $NODE_NAME"
174 !include-raw-escape: ./fuel-download-artifact.sh
176 !include-raw-escape: ./fuel-deploy.sh
180 recipients: peter.barabas@ericsson.com fzhadaev@mirantis.com
182 ########################
184 ########################
186 name: fuel-weekly-parameter
189 name: BUILD_DIRECTORY
190 default: $WORKSPACE/build_output
191 description: "Directory where the build artifact will be located upon the completion of the build."
193 name: CACHE_DIRECTORY
194 default: $HOME/opnfv/cache/$INSTALLER_TYPE
195 description: "Directory where the cache to be used during the build is located."
198 default: artifacts.opnfv.org/$PROJECT{gs-pathname}
199 description: "URL to Google Storage."
200 ########################
202 ########################
203 #-----------------------------------------------
204 # Triggers for job running on fuel-baremetal against master branch
205 #-----------------------------------------------
208 name: 'fuel-os-nosdn-nofeature-ha-baremetal-weekly-master-trigger'