@@ -234,16 +234,16 @@ func TestApplyCommandRunner_ExecutionOrder(t *testing.T) {
234
234
Description : "When first apply fails, the second don't run" ,
235
235
ProjectContexts : []command.ProjectContext {
236
236
{
237
- ExecutionOrderGroup : 0 ,
238
- ProjectName : "First" ,
239
- ParallelApplyEnabled : true ,
240
- AbortOnExcecutionOrderFail : true ,
237
+ ExecutionOrderGroup : 0 ,
238
+ ProjectName : "First" ,
239
+ ParallelApplyEnabled : true ,
240
+ AbortOnExecutionOrderFail : true ,
241
241
},
242
242
{
243
- ExecutionOrderGroup : 1 ,
244
- ProjectName : "Second" ,
245
- ParallelApplyEnabled : true ,
246
- AbortOnExcecutionOrderFail : true ,
243
+ ExecutionOrderGroup : 1 ,
244
+ ProjectName : "Second" ,
245
+ ParallelApplyEnabled : true ,
246
+ AbortOnExecutionOrderFail : true ,
247
247
},
248
248
},
249
249
ProjectResults : []command.ProjectResult {
@@ -268,16 +268,16 @@ func TestApplyCommandRunner_ExecutionOrder(t *testing.T) {
268
268
Description : "When first apply fails, the second not will run" ,
269
269
ProjectContexts : []command.ProjectContext {
270
270
{
271
- ExecutionOrderGroup : 0 ,
272
- ProjectName : "First" ,
273
- ParallelApplyEnabled : true ,
274
- AbortOnExcecutionOrderFail : true ,
271
+ ExecutionOrderGroup : 0 ,
272
+ ProjectName : "First" ,
273
+ ParallelApplyEnabled : true ,
274
+ AbortOnExecutionOrderFail : true ,
275
275
},
276
276
{
277
- ExecutionOrderGroup : 1 ,
278
- ProjectName : "Second" ,
279
- ParallelApplyEnabled : true ,
280
- AbortOnExcecutionOrderFail : true ,
277
+ ExecutionOrderGroup : 1 ,
278
+ ProjectName : "Second" ,
279
+ ParallelApplyEnabled : true ,
280
+ AbortOnExecutionOrderFail : true ,
281
281
},
282
282
},
283
283
ProjectResults : []command.ProjectResult {
@@ -300,25 +300,25 @@ func TestApplyCommandRunner_ExecutionOrder(t *testing.T) {
300
300
Description : "When both in a group of two succeeds, the following two will run" ,
301
301
ProjectContexts : []command.ProjectContext {
302
302
{
303
- ExecutionOrderGroup : 0 ,
304
- ProjectName : "First" ,
305
- ParallelApplyEnabled : true ,
306
- AbortOnExcecutionOrderFail : true ,
303
+ ExecutionOrderGroup : 0 ,
304
+ ProjectName : "First" ,
305
+ ParallelApplyEnabled : true ,
306
+ AbortOnExecutionOrderFail : true ,
307
307
},
308
308
{
309
- ExecutionOrderGroup : 0 ,
310
- ProjectName : "Second" ,
311
- AbortOnExcecutionOrderFail : true ,
309
+ ExecutionOrderGroup : 0 ,
310
+ ProjectName : "Second" ,
311
+ AbortOnExecutionOrderFail : true ,
312
312
},
313
313
{
314
- ExecutionOrderGroup : 1 ,
315
- ProjectName : "Third" ,
316
- AbortOnExcecutionOrderFail : true ,
314
+ ExecutionOrderGroup : 1 ,
315
+ ProjectName : "Third" ,
316
+ AbortOnExecutionOrderFail : true ,
317
317
},
318
318
{
319
- ExecutionOrderGroup : 1 ,
320
- ProjectName : "Fourth" ,
321
- AbortOnExcecutionOrderFail : true ,
319
+ ExecutionOrderGroup : 1 ,
320
+ ProjectName : "Fourth" ,
321
+ AbortOnExecutionOrderFail : true ,
322
322
},
323
323
},
324
324
ProjectResults : []command.ProjectResult {
@@ -353,25 +353,25 @@ func TestApplyCommandRunner_ExecutionOrder(t *testing.T) {
353
353
Description : "When one out of two fails, the following two will not run" ,
354
354
ProjectContexts : []command.ProjectContext {
355
355
{
356
- ExecutionOrderGroup : 0 ,
357
- ProjectName : "First" ,
358
- ParallelApplyEnabled : true ,
359
- AbortOnExcecutionOrderFail : true ,
356
+ ExecutionOrderGroup : 0 ,
357
+ ProjectName : "First" ,
358
+ ParallelApplyEnabled : true ,
359
+ AbortOnExecutionOrderFail : true ,
360
360
},
361
361
{
362
- ExecutionOrderGroup : 0 ,
363
- ProjectName : "Second" ,
364
- AbortOnExcecutionOrderFail : true ,
362
+ ExecutionOrderGroup : 0 ,
363
+ ProjectName : "Second" ,
364
+ AbortOnExecutionOrderFail : true ,
365
365
},
366
366
{
367
- ExecutionOrderGroup : 1 ,
368
- ProjectName : "Third" ,
369
- AbortOnExcecutionOrderFail : true ,
367
+ ExecutionOrderGroup : 1 ,
368
+ ProjectName : "Third" ,
369
+ AbortOnExecutionOrderFail : true ,
370
370
},
371
371
{
372
- ExecutionOrderGroup : 1 ,
373
- AbortOnExcecutionOrderFail : true ,
374
- ProjectName : "Fourth" ,
372
+ ExecutionOrderGroup : 1 ,
373
+ AbortOnExecutionOrderFail : true ,
374
+ ProjectName : "Fourth" ,
375
375
},
376
376
},
377
377
ProjectResults : []command.ProjectResult {
@@ -408,14 +408,14 @@ func TestApplyCommandRunner_ExecutionOrder(t *testing.T) {
408
408
Description : "Don't block when parallel is not set" ,
409
409
ProjectContexts : []command.ProjectContext {
410
410
{
411
- ExecutionOrderGroup : 0 ,
412
- ProjectName : "First" ,
413
- AbortOnExcecutionOrderFail : true ,
411
+ ExecutionOrderGroup : 0 ,
412
+ ProjectName : "First" ,
413
+ AbortOnExecutionOrderFail : true ,
414
414
},
415
415
{
416
- ExecutionOrderGroup : 1 ,
417
- ProjectName : "Second" ,
418
- AbortOnExcecutionOrderFail : true ,
416
+ ExecutionOrderGroup : 1 ,
417
+ ProjectName : "Second" ,
418
+ AbortOnExecutionOrderFail : true ,
419
419
},
420
420
},
421
421
ProjectResults : []command.ProjectResult {
@@ -437,7 +437,7 @@ func TestApplyCommandRunner_ExecutionOrder(t *testing.T) {
437
437
"2. dir: `` workspace: ``\n ```diff\n Great success!\n ```\n \n ---\n ### Apply Summary\n \n 2 projects, 1 successful, 0 failed, 1 errored" ,
438
438
},
439
439
{
440
- Description : "Don't block when abortOnExcecutionOrderFail is not set" ,
440
+ Description : "Don't block when abortOnExecutionOrderFail is not set" ,
441
441
ProjectContexts : []command.ProjectContext {
442
442
{
443
443
ExecutionOrderGroup : 0 ,
0 commit comments