Skip to content

Commit 50c77e5

Browse files
Switch to 3 devices (Android 11, 13, 14), Increase timeout (#3897)
Co-authored-by: Stefano <[email protected]>
1 parent 3d24791 commit 50c77e5

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

.github/workflows/integration-tests-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: make assembleUiTests
4343

4444
- name: Install SauceLabs CLI
45-
uses: saucelabs/saucectl-run-action@39e4f0666ca8ecb4b60847213c6e0fbd6a0c2bd8 # pin@v3
45+
uses: saucelabs/saucectl-run-action@39e4f0666ca8ecb4b60847213c6e0fbd6a0c2bd8 # pin@v4.3.0
4646
env:
4747
GITHUB_TOKEN: ${{ github.token }}
4848
with:

.sauce/sentry-uitest-android-ui.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,37 @@ sauce:
1111
- android
1212

1313
defaults:
14-
timeout: 40m
14+
timeout: 45m
1515

1616
espresso:
1717
app: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/release/sentry-uitest-android-release.apk
1818
testApp: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk
1919
suites:
2020

21-
- name: "Android 13 Ui test (api 33)"
21+
- name: "Android 14 Ui test (api 34)"
2222
testOptions:
2323
clearPackageData: true
2424
useTestOrchestrator: true
2525
devices:
2626
- name: ".*"
27-
platformVersion: "13"
27+
platformVersion: "14"
2828

29-
- name: "Android 12 Ui test (api 31)"
29+
- name: "Android 13 Ui test (api 33)"
3030
testOptions:
3131
clearPackageData: true
3232
useTestOrchestrator: true
3333
devices:
3434
- name: ".*"
35-
platformVersion: "12"
35+
platformVersion: "13"
3636

37-
- name: "Android 11 Ui test (api 30)"
37+
- name: "Android 11 Ui test (api 31)"
3838
testOptions:
3939
clearPackageData: true
4040
useTestOrchestrator: true
4141
devices:
4242
- name: ".*"
4343
platformVersion: "11"
4444

45-
- name: "Android 10 Ui test (api 29)"
46-
testOptions:
47-
clearPackageData: true
48-
useTestOrchestrator: true
49-
devices:
50-
- name: ".*"
51-
platformVersion: "10"
52-
5345
# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
5446
artifacts:
5547
download:

0 commit comments

Comments
 (0)