Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 4 additions & 25 deletions .github/workflows/android-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ jobs:
device: "Samsung Galaxy S25 Ultra-15.0"
- backend: "samsung"
device: "Samsung Galaxy S24-14.0"
- backend: "mtk"
device: "Samsung Galaxy Tab S10 Plus-15.0"
env:
MAIN_APK_NAME: test-main-unified-${{ github.run_number }}.apk
HELPER_APK_NAME: test-helper-unified-${{ github.run_number }}.apk
Expand Down Expand Up @@ -330,31 +332,6 @@ jobs:
retention-days: 28
if-no-files-found: error

test-android-apk-unified-mtk:
needs: build-android-apk
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up authentication for Google Cloud SDK
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_MOBILE_APP_BUILD }}
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 363.0.0'
project_id: mobile-app-build-290400
- name: Trigger Firebase Test Lab for [OnePlus DN2103](OP515BL1)
run: |
gcloud firebase test android run \
--type instrumentation \
--app $GCLOUD_BUCKET_PATH/test-main-unified.apk \
--test $GCLOUD_BUCKET_PATH/test-helper-unified.apk \
--timeout 30m \
--num-flaky-test-attempts 2 \
--device model=OP515BL1,version=33,locale=en,orientation=portrait \
--client-details=buildNumber=${{ github.run_number }}

test-android-apk-single:
needs:
- build-android-apk
Expand All @@ -371,6 +348,8 @@ jobs:
device: "Samsung Galaxy M32-11.0"
- backend: "pixel"
device: "Google Pixel 9 Pro-15.0"
- backend: "mtk"
device: "Samsung Galaxy Tab S10 Plus-15.0"
- backend: "qti"
device: "Samsung Galaxy S25 Ultra-15.0"
- backend: "samsung"
Expand Down
Loading