Skip to content

Commit

Permalink
Merge pull request #1457 from bugsnag/tms/espresso-fix
Browse files Browse the repository at this point in the history
Build example app for Espresso tests
  • Loading branch information
twometresteve authored Oct 29, 2021
2 parents 74612eb + 94eb49e commit f3ba69b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ steps:
TEST_APK_LOCATION: 'bugsnag-android-core/build/outputs/apk/androidTest/debug/bugsnag-android-core-debug-androidTest.apk'
concurrency: 9
concurrency_group: 'browserstack-app'
# TODO remove when PLAT-7453 is complete
soft_fail:
- exit_status: "*"

- label: ':android: Android 5 NDK r16 end-to-end tests - batch 1'
depends_on:
Expand Down
9 changes: 0 additions & 9 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ steps:
TEST_APK_LOCATION: 'bugsnag-android-core/build/outputs/apk/androidTest/debug/bugsnag-android-core-debug-androidTest.apk'
concurrency: 9
concurrency_group: 'browserstack-app'
# TODO remove when PLAT-7453 is complete
soft_fail:
- exit_status: "*"

- label: ':android: NDK Instrumentation tests'
key: 'ndk-instrumentation-tests'
Expand All @@ -188,9 +185,6 @@ steps:
TEST_APK_LOCATION: 'bugsnag-plugin-android-ndk/build/outputs/apk/androidTest/debug/bugsnag-plugin-android-ndk-debug-androidTest.apk'
concurrency: 9
concurrency_group: 'browserstack-app'
# TODO remove when PLAT-7453 is complete
soft_fail:
- exit_status: "*"

- label: ':android: Performance benchmarks'
key: 'perf-benchmarks'
Expand All @@ -207,9 +201,6 @@ steps:
TEST_APK_LOCATION: 'bugsnag-benchmarks/build/outputs/apk/androidTest/release/bugsnag-benchmarks-release-androidTest.apk'
concurrency: 9
concurrency_group: 'browserstack-app'
# TODO remove when PLAT-7453 is complete
soft_fail:
- exit_status: "*"

- label: ':android: Android 4.4 NDK r16 smoke tests'
key: 'android-4-4-smoke'
Expand Down
7 changes: 6 additions & 1 deletion scripts/build-instrumentation-tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Build the Espresso Test App
# Build the example app as the Espresso "target" (which is not actually used)
pushd examples/sdk-app-example
./gradlew clean assembleRelease
popd

# Build the test app
./gradlew assembleAndroidTest --stacktrace

0 comments on commit f3ba69b

Please sign in to comment.