|
149 | 149 | } |
150 | 150 | } |
151 | 151 | }, |
152 | | - "deploy-example-customer-3.yaml": { |
153 | | - "format_version": 10, |
154 | | - "pipelines": { |
155 | | - "deploy-example-customer-3": { |
156 | | - "display_order": 7, |
157 | | - "group": "example", |
158 | | - "materials": { |
159 | | - "deploy-example-customer-2-pipeline-complete": { |
160 | | - "pipeline": "deploy-example-customer-2", |
161 | | - "stage": "pipeline-complete" |
162 | | - }, |
163 | | - "example_repo": { |
164 | | - "branch": "master", |
165 | | - "destination": "example", |
166 | | - "git": "git@github.com:getsentry/example.git", |
167 | | - "shallow_clone": true |
168 | | - } |
169 | | - }, |
170 | | - "region": "customer-3", |
171 | | - "stages": [ |
172 | | - { |
173 | | - "ready": { |
174 | | - "jobs": { |
175 | | - "ready": { |
176 | | - "tasks": [ |
177 | | - { |
178 | | - "exec": { |
179 | | - "command": true |
180 | | - } |
181 | | - } |
182 | | - ] |
183 | | - } |
184 | | - } |
185 | | - } |
186 | | - }, |
187 | | - { |
188 | | - "wait": { |
189 | | - "approval": { |
190 | | - "type": "manual" |
191 | | - }, |
192 | | - "jobs": { |
193 | | - "wait": { |
194 | | - "tasks": [ |
195 | | - { |
196 | | - "exec": { |
197 | | - "command": true |
198 | | - } |
199 | | - } |
200 | | - ] |
201 | | - } |
202 | | - } |
203 | | - } |
204 | | - }, |
205 | | - { |
206 | | - "example_stage": { } |
207 | | - }, |
208 | | - { |
209 | | - "pipeline-complete": { |
210 | | - "jobs": { |
211 | | - "pipeline-complete": { |
212 | | - "tasks": [ |
213 | | - { |
214 | | - "exec": { |
215 | | - "command": true |
216 | | - } |
217 | | - } |
218 | | - ] |
219 | | - } |
220 | | - } |
221 | | - } |
222 | | - } |
223 | | - ] |
224 | | - } |
225 | | - } |
226 | | - }, |
227 | 152 | "deploy-example-customer-4.yaml": { |
228 | 153 | "format_version": 10, |
229 | 154 | "pipelines": { |
230 | 155 | "deploy-example-customer-4": { |
231 | 156 | "display_order": 8, |
232 | 157 | "group": "example", |
233 | 158 | "materials": { |
234 | | - "deploy-example-customer-3-pipeline-complete": { |
235 | | - "pipeline": "deploy-example-customer-3", |
| 159 | + "deploy-example-customer-2-pipeline-complete": { |
| 160 | + "pipeline": "deploy-example-customer-2", |
236 | 161 | "stage": "pipeline-complete" |
237 | 162 | }, |
238 | 163 | "example_repo": { |
|
568 | 493 | "rollback-example": { |
569 | 494 | "display_order": 1, |
570 | 495 | "environment_variables": { |
571 | | - "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4 --pipeline=deploy-example", |
| 496 | + "ALL_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4 --pipeline=deploy-example", |
572 | 497 | "GOCD_ACCESS_TOKEN": "{{SECRET:[devinfra][gocd_access_token]}}", |
573 | | - "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-3 --pipeline=deploy-example-customer-4", |
| 498 | + "REGION_PIPELINE_FLAGS": "--pipeline=deploy-example-s4s --pipeline=deploy-example-us --pipeline=deploy-example-de --pipeline=deploy-example-customer-1 --pipeline=deploy-example-customer-2 --pipeline=deploy-example-customer-4", |
574 | 499 | "ROLLBACK_MATERIAL_NAME": "example_repo", |
575 | 500 | "ROLLBACK_STAGE": "example_stage" |
576 | 501 | }, |
|
0 commit comments