You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): test additional Android devices on BrowserStack (#1038)
* Improve Android CI caching using reusable cross-branch cache strategies via GHA and GHCR.
* Add additional devices with TFLite backend to Android CI configuration
* Extend Android CI workflow: add BrowserStack integration for unified APK tests
* Refactor result handling in integration tests
* Remove `if` condition from Android CI unified APK test job
* Ignore GitHub Actions rule `S7637` across the repository in SonarCloud analysis
* Migrate Android CI to use Docker Bake for building and pushing images, simplifying configuration and improving maintainability.
* Restrict GitHub Actions rule `S7637` ignore scope to `.github/workflows/**/*` in SonarCloud properties
* Remove `docker-bake.hcl` and redefine Docker Bake configuration inline in Android CI workflow
* Revert "Remove `docker-bake.hcl` and redefine Docker Bake configuration inline in Android CI workflow"
This reverts commit 65807e1.
* Fix Android CI workflow: move `docker-bake.hcl` to project root and update file path in configuration
* Update `dockerfile` path in Docker Bake configuration for Android
* Set 30-minute timeout for Android CI workflow steps in android-build-test.yml
* Simplify Android CI cache configuration by adjusting cache-from and cache-to keys.
* Refactor accuracy and throughput checks in integration tests to simplify expected map/value handling.
* Add matrix-based naming to Android CI test jobs in android-build-test.yml
* Update backends in Android CI device matrix in android-build-test.yml
* Expand Android CI device matrix in android-build-test.yml with new devices
* Update Android CI to use device-specific build tags in android-build-test.yml
* Update Android CI to add dependency and conditional execution for extended tests in android-build-test.yml
* Add read-only permissions to Android CI in android-build-test.yml
* Reduce Android CI device matrix in android-build-test.yml by removing redundant devices.
* Reduce Android CI device matrix in android-build-test.yml by removing Pixel 8 and 9 devices.
* Reduce Android CI device matrix in android-build-test.yml by removing Galaxy Tab A9 Plus.
* Bump app version to 5.0.1 in pubspec.yaml.
* Reduce iOS CI benchmark tests in ios-build-test.yml to a single benchmark to improve reliability.
* Comment out Samsung Galaxy S24 Ultra-14.0 in android-build-test.yml pending a fix.
* Update actions in android-build-test.yml to pinned commit SHAs for improved reliability.
0 commit comments