diff --git a/.github/workflows/android-build-test.yml b/.github/workflows/android-build-test.yml index 00787fd69..f9c0534e2 100644 --- a/.github/workflows/android-build-test.yml +++ b/.github/workflows/android-build-test.yml @@ -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 @@ -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 @@ -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"