@@ -316,7 +316,7 @@ workflows:
316316 title : Execute instrumentation tests
317317 timeout : 1200
318318 inputs :
319- - content : ./scripts/retry_with_emulator_cleanup.sh 3 ./ gradlew -Pandroid.experimental.androidTest.numManagedDeviceShards=1 pixel2api33DebugAndroidTest -x :paymentsheet-example:pixel2api33BaseDebugAndroidTest -x :paymentsheet:pixel2api33DebugAndroidTest -x :example:pixel2api33DebugAndroidTest -x :financial-connections:pixel2api33DebugAndroidTest -x :financial-connections-example:pixel2api33DebugAndroidTest -x :camera-core:pixel2api33DebugAndroidTest -x :crypto-onramp-example:pixel2api33DebugAndroidTest -x :stripecardscan:pixel2api33DebugAndroidTest -x :stripecardscan-example:pixel2api33DebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
319+ - content : ./gradlew -Pandroid.experimental.androidTest.numManagedDeviceShards=1 pixel2api33DebugAndroidTest -x :paymentsheet-example:pixel2api33BaseDebugAndroidTest -x :paymentsheet:pixel2api33DebugAndroidTest -x :example:pixel2api33DebugAndroidTest -x :financial-connections:pixel2api33DebugAndroidTest -x :financial-connections-example:pixel2api33DebugAndroidTest -x :camera-core:pixel2api33DebugAndroidTest -x :crypto-onramp-example:pixel2api33DebugAndroidTest -x :stripecardscan:pixel2api33DebugAndroidTest -x :stripecardscan-example:pixel2api33DebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
320320 - bundle::export_instrumentation_test_results :
321321 title : Export instrumentation test results
322322 inputs :
@@ -331,7 +331,7 @@ workflows:
331331 title : Execute instrumentation tests
332332 timeout : 1200
333333 inputs :
334- - content : ./scripts/retry_with_emulator_cleanup.sh 3 ./ gradlew -Pandroid.experimental.androidTest.numManagedDeviceShards=6 -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=6 -Pandroid.testInstrumentationRunnerArguments.notAnnotation=com.stripe.android.paymentsheet.RequiresIme :paymentsheet:pixel2api33DebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
334+ - content : ./gradlew -Pandroid.experimental.androidTest.numManagedDeviceShards=6 -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=6 -Pandroid.testInstrumentationRunnerArguments.notAnnotation=com.stripe.android.paymentsheet.RequiresIme :paymentsheet:pixel2api33DebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
335335 - bundle::export_instrumentation_test_results :
336336 title : Export PaymentSheet instrumentation test results
337337 inputs :
@@ -350,7 +350,7 @@ workflows:
350350 title : Execute PaymentSheet IME instrumentation tests
351351 timeout : 1200
352352 inputs :
353- - content : ./scripts/retry_with_emulator_cleanup.sh 3 ./ gradlew -Pandroid.testInstrumentationRunnerArguments.annotation=com.stripe.android.paymentsheet.RequiresIme :paymentsheet:pixel2api33imeDebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
353+ - content : ./gradlew -Pandroid.testInstrumentationRunnerArguments.annotation=com.stripe.android.paymentsheet.RequiresIme :paymentsheet:pixel2api33imeDebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
354354 - bundle::export_instrumentation_test_results :
355355 title : Export PaymentSheet IME instrumentation test results
356356 inputs :
@@ -374,7 +374,7 @@ workflows:
374374 title : Execute instrumentation tests
375375 timeout : 1200
376376 inputs :
377- - content : ./scripts/retry_with_emulator_cleanup.sh 3 ./ gradlew :financial-connections:connectedAndroidTest :financial-connections-example:connectedAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
377+ - content : ./gradlew :financial-connections:connectedAndroidTest :financial-connections-example:connectedAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
378378 - bundle::export_instrumentation_test_results :
379379 title : Export FC instrumentation test results
380380 inputs :
@@ -398,7 +398,7 @@ workflows:
398398 title : Execute instrumentation tests
399399 timeout : 1200
400400 inputs :
401- - content : ./scripts/retry_with_emulator_cleanup.sh 3 ./ gradlew :camera-core:connectedAndroidTest :stripecardscan:connectedAndroidTest :stripecardscan-example:connectedAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
401+ - content : ./gradlew :camera-core:connectedAndroidTest :stripecardscan:connectedAndroidTest :stripecardscan-example:connectedAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
402402 - bundle::export_instrumentation_test_results :
403403 title : Export CardScan instrumentation test results
404404 inputs :
@@ -432,7 +432,7 @@ workflows:
432432 envman add --key PAYMENTSHEET_E2E_SHARD_DISPLAY --value "$((BITRISE_IO_PARALLEL_INDEX + 1))"
433433 CLASSES=$(python3 scripts/get_shard_test_classes.py --shard-index "$BITRISE_IO_PARALLEL_INDEX" --num-shards "$PAYMENTSHEET_E2E_SHARD_COUNT")
434434
435- ./scripts/retry_with_emulator_cleanup.sh 3 ./ gradlew -PSTRIPE_PAYMENTSHEET_EXAMPLE_SENTRY_DSN=$STRIPE_PAYMENTSHEET_EXAMPLE_SENTRY_DSN -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 "-Pandroid.testInstrumentationRunnerArguments.class=$CLASSES" :paymentsheet-example:pixel2api33chromeBaseDebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
435+ ./gradlew -PSTRIPE_PAYMENTSHEET_EXAMPLE_SENTRY_DSN=$STRIPE_PAYMENTSHEET_EXAMPLE_SENTRY_DSN -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 "-Pandroid.testInstrumentationRunnerArguments.class=$CLASSES" :paymentsheet-example:pixel2api33chromeBaseDebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
436436 - bundle::export_instrumentation_test_results :
437437 title : Export PaymentSheet E2E test results
438438 inputs :
@@ -517,7 +517,7 @@ workflows:
517517 title : Run Crypto Onramp Example E2E Tests
518518 timeout : 1200
519519 inputs :
520- - content : ./scripts/retry_with_emulator_cleanup.sh 3 ./ gradlew :crypto-onramp-example:connectedDebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
520+ - content : ./gradlew :crypto-onramp-example:connectedDebugAndroidTest --init-script build-configuration/instrumentation-test-init.gradle
521521 - bundle::export_instrumentation_test_results :
522522 title : Export Crypto Onramp Example E2E test results
523523 inputs :
0 commit comments