From 97464ac51a7b419fbc672f7b74e892023d953488 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Thu, 21 Nov 2024 15:24:15 +0100 Subject: [PATCH] Switch to 3 devices (Android 11, 13, 14), Increase timeout (#3897) Co-authored-by: Stefano --- .github/workflows/integration-tests-ui.yml | 2 +- .sauce/sentry-uitest-android-ui.yml | 20 ++++++-------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/workflows/integration-tests-ui.yml b/.github/workflows/integration-tests-ui.yml index 059e3c7424..9be2178359 100644 --- a/.github/workflows/integration-tests-ui.yml +++ b/.github/workflows/integration-tests-ui.yml @@ -42,7 +42,7 @@ jobs: run: make assembleUiTests - name: Install SauceLabs CLI - uses: saucelabs/saucectl-run-action@39e4f0666ca8ecb4b60847213c6e0fbd6a0c2bd8 # pin@v3 + uses: saucelabs/saucectl-run-action@39e4f0666ca8ecb4b60847213c6e0fbd6a0c2bd8 # pin@v4.3.0 env: GITHUB_TOKEN: ${{ github.token }} with: diff --git a/.sauce/sentry-uitest-android-ui.yml b/.sauce/sentry-uitest-android-ui.yml index b25b404cdf..5cec16cf7c 100644 --- a/.sauce/sentry-uitest-android-ui.yml +++ b/.sauce/sentry-uitest-android-ui.yml @@ -11,30 +11,30 @@ sauce: - android defaults: - timeout: 40m + timeout: 45m espresso: app: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/release/sentry-uitest-android-release.apk testApp: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk suites: - - name: "Android 13 Ui test (api 33)" + - name: "Android 14 Ui test (api 34)" testOptions: clearPackageData: true useTestOrchestrator: true devices: - name: ".*" - platformVersion: "13" + platformVersion: "14" - - name: "Android 12 Ui test (api 31)" + - name: "Android 13 Ui test (api 33)" testOptions: clearPackageData: true useTestOrchestrator: true devices: - name: ".*" - platformVersion: "12" + platformVersion: "13" - - name: "Android 11 Ui test (api 30)" + - name: "Android 11 Ui test (api 31)" testOptions: clearPackageData: true useTestOrchestrator: true @@ -42,14 +42,6 @@ suites: - name: ".*" platformVersion: "11" - - name: "Android 10 Ui test (api 29)" - testOptions: - clearPackageData: true - useTestOrchestrator: true - devices: - - name: ".*" - platformVersion: "10" - # Controls what artifacts to fetch when the suite on Sauce Cloud has finished. artifacts: download: