6060 # Unit tests
6161 #
6262
63- - label : ARM macOS 15 unit tests
63+ - label : macOS 15 unit tests
6464 timeout_in_minutes : 10
6565 agents :
6666 queue : macos-15
6969 artifact_paths :
7070 - logs/*
7171
72- - label : ARM macOS 14 unit tests
72+ - label : macOS 14 unit tests
7373 timeout_in_minutes : 10
7474 agents :
7575 queue : macos-14
7878 artifact_paths :
7979 - logs/*
8080
81- - label : ARM macOS 13 unit tests
81+ - label : macOS 13 unit tests
8282 timeout_in_minutes : 10
8383 agents :
8484 queue : macos-13-arm
8787 artifact_paths :
8888 - logs/*
8989
90- - label : ARM macOS 12 unit tests
90+ - label : macOS 12 unit tests
9191 timeout_in_minutes : 10
9292 agents :
9393 queue : macos-12-arm
@@ -249,7 +249,7 @@ steps:
249249 artifact_paths :
250250 - logs/*
251251
252- - label : ' ARM macOS 15 E2E tests'
252+ - label : ' macOS 15 e2e tests'
253253 depends_on :
254254 - cocoa_fixture
255255 timeout_in_minutes : 120
@@ -273,7 +273,7 @@ steps:
273273 --os=macos
274274 --fail-fast
275275
276- - label : ' ARM macOS 14 E2E tests'
276+ - label : ' macOS 14 barebones e2e tests'
277277 depends_on :
278278 - cocoa_fixture
279279 timeout_in_minutes : 120
@@ -297,7 +297,7 @@ steps:
297297 --os=macos
298298 --fail-fast
299299
300- - label : ' ARM macOS 13 barebones E2E tests'
300+ - label : ' macOS 13 barebones e2e tests'
301301 depends_on :
302302 - cocoa_fixture
303303 timeout_in_minutes : 10
@@ -321,7 +321,7 @@ steps:
321321 --os=macos
322322 --fail-fast
323323
324- - label : ' ARM macOS 12 barebones E2E tests'
324+ - label : ' macOS 12 barebones e2e tests'
325325 depends_on :
326326 - cocoa_fixture
327327 timeout_in_minutes : 10
@@ -370,7 +370,7 @@ steps:
370370 - features/fixtures/macos-stress-test/*.log
371371 - features/fixtures/macos-stress-test/*.crash
372372
373- - label : ' macOS 11 barebones E2E tests'
373+ - label : ' macOS 11 barebones e2e tests'
374374 depends_on :
375375 - cocoa_fixture
376376 timeout_in_minutes : 10
@@ -394,7 +394,7 @@ steps:
394394 --os=macos
395395 --fail-fast
396396
397- - label : ' macOS 10.15 barebones E2E tests'
397+ - label : ' macOS 10.15 barebones e2e tests'
398398 depends_on :
399399 - cocoa_fixture
400400 timeout_in_minutes : 10
@@ -414,7 +414,7 @@ steps:
414414 --os=macos
415415 --fail-fast
416416
417- - label : ' macOS 10.14 barebones E2E tests'
417+ - label : ' macOS 10.14 barebones e2e tests'
418418 depends_on :
419419 - cocoa_fixture
420420 timeout_in_minutes : 10
@@ -434,7 +434,7 @@ steps:
434434 --os=macos
435435 --fail-fast
436436
437- - label : ' macOS 10.13 barebones E2E tests'
437+ - label : ' macOS 10.13 barebones e2e tests'
438438 depends_on :
439439 - cocoa_fixture
440440 timeout_in_minutes : 10
@@ -456,13 +456,13 @@ steps:
456456
457457 # #############################################################################
458458 #
459- # Full set of E2E tests on one iOS version
459+ # Full set of e2e tests on one iOS version
460460 #
461461
462462 #
463463 # BrowserStack
464464 #
465- - label : ' :browserstack: iOS 18 E2E tests batch 1'
465+ - label : ' :browserstack: iOS 18 e2e tests batch 1'
466466 depends_on :
467467 - cocoa_fixture
468468 timeout_in_minutes : 60
@@ -501,7 +501,7 @@ steps:
501501 - exit_status : 103 # Appium session failed
502502 limit : 2
503503
504- - label : ' :browserstack: iOS 18 E2E tests batch 2'
504+ - label : ' :browserstack: iOS 18 e2e tests batch 2'
505505 depends_on :
506506 - cocoa_fixture
507507 timeout_in_minutes : 60
@@ -581,7 +581,7 @@ steps:
581581
582582 # #############################################################################
583583 #
584- # Basic build E2E tests - Release Configuration
584+ # Basic build e2e tests - Release Configuration
585585 #
586586
587587 #
@@ -635,7 +635,7 @@ steps:
635635
636636 # #############################################################################
637637 #
638- # Debug configration E2E tests
638+ # Debug configration e2e tests
639639 #
640640
641641 - label : ' :browserstack: iOS 18 debug configuration tests'
@@ -715,7 +715,7 @@ steps:
715715 - exit_status : 103 # Appium session failed
716716 limit : 2
717717
718- - label : ' macOS 15 debug E2E tests'
718+ - label : ' macOS 15 debug e2e tests'
719719 depends_on :
720720 - cocoa_fixture
721721 timeout_in_minutes : 20
@@ -741,7 +741,7 @@ steps:
741741 --os=macos
742742 --fail-fast
743743
744- - label : ' macOS 10.13 debug E2E tests'
744+ - label : ' macOS 10.13 debug e2e tests'
745745 depends_on :
746746 - cocoa_fixture
747747 timeout_in_minutes : 10
0 commit comments