chore: Disable android rerun, reduce android timeout
Disabled rerun to rely on external auto retry
This commit is contained in:
Родитель
813cca998b
Коммит
e7ef299f6d
|
@ -76,7 +76,7 @@ jobs:
|
|||
dependsOn:
|
||||
- Android_Build_NetCoreMobile_For_Tests
|
||||
|
||||
timeoutInMinutes: 90
|
||||
timeoutInMinutes: 45
|
||||
variables:
|
||||
CI_Build: true
|
||||
SourceLinkEnabled: false
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
SAMPLEAPP_ARTIFACT_NAME: uitests-android-netcoremobile-build
|
||||
TARGETPLATFORM_NAME: net7
|
||||
FAILBUILD_ON_FAILURE: true
|
||||
ALLOW_RERUN: true
|
||||
ALLOW_RERUN: false
|
||||
UITEST_TEST_TIMEOUT: '270s'
|
||||
|
||||
${{ each testGroup in parameters.runtimeTestsGroups }}:
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
SAMPLEAPP_ARTIFACT_NAME: uitests-android-netcoremobile-build
|
||||
TARGETPLATFORM_NAME: net7
|
||||
FAILBUILD_ON_FAILURE: true
|
||||
ALLOW_RERUN: true
|
||||
ALLOW_RERUN: false
|
||||
UITEST_TEST_TIMEOUT: '270s'
|
||||
|
||||
# Android 10 testing is disabled because of https://github.com/microsoft/appcenter/issues/1451
|
||||
|
|
Загрузка…
Ссылка в новой задаче