@@ -598,6 +598,71 @@ steps:
598598 concurrency_group : ' browserstack-app'
599599 concurrency_method : eager
600600
601+ - label : ' :bitbar: Android 14 NDK r21 smoke tests'
602+ depends_on : " fixture-r21"
603+ timeout_in_minutes : 30
604+ plugins :
605+ artifacts#v1.9.0:
606+ download :
607+ - " build/fixture-r21-url.txt"
608+ - " build/fixture-r21/*"
609+ upload :
610+ - " maze_output/failed/**/*"
611+ - " maze_output/metrics.csv"
612+ docker-compose#v4.7.0:
613+ pull : maze-runner
614+ run : maze-runner
615+ service-ports : true
616+ command :
617+ - " features/smoke_tests"
618+ - " --exclude=features/smoke_tests/01_anr.feature"
619+ - " --app=@build/fixture-r21-url.txt"
620+ - " --appium-version=1.22"
621+ - " --no-tunnel"
622+ - " --aws-public-ip"
623+ - " --farm=bb"
624+ - " --device=ANDROID_14"
625+ test-collector#v1.10.2:
626+ files : " reports/TEST-*.xml"
627+ format : " junit"
628+ branch : " ^master|next$$"
629+ env :
630+ TEST_FIXTURE_SYMBOL_DIR : " build/fixture-r21"
631+ concurrency : 25
632+ concurrency_group : ' bitbar'
633+ concurrency_method : eager
634+
635+ - label : ' :browserstack: Android 14 NDK r21 ANR smoke tests'
636+ depends_on : " fixture-r21"
637+ timeout_in_minutes : 30
638+ plugins :
639+ artifacts#v1.9.0:
640+ download :
641+ - " build/bs-fixture-r21-url.txt"
642+ - " build/fixture-r21/*"
643+ upload :
644+ - " maze_output/failed/**/*"
645+ - " maze_output/metrics.csv"
646+ docker-compose#v4.7.0:
647+ pull : maze-runner
648+ run : maze-runner
649+ service-ports : true
650+ command :
651+ - " features/smoke_tests/01_anr.feature"
652+ - " --app=@build/bs-fixture-r21-url.txt"
653+ - " --appium-version=1.22.0"
654+ - " --farm=bs"
655+ - " --device=ANDROID_14"
656+ test-collector#v1.10.2:
657+ files : " reports/TEST-*.xml"
658+ format : " junit"
659+ branch : " ^master|next$$"
660+ env :
661+ TEST_FIXTURE_SYMBOL_DIR : " build/fixture-r21"
662+ concurrency : 5
663+ concurrency_group : ' browserstack-app'
664+ concurrency_method : eager
665+
601666 - label : ' :browserstack: Android 15 NDK r21 smoke tests'
602667 depends_on : " fixture-r21"
603668 timeout_in_minutes : 30
0 commit comments