From 98be0b47004f808f7a74d6448593e7d4b540ec44 Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Mon, 28 Oct 2024 14:36:11 -0300 Subject: [PATCH] Update pipeline SDK_android-client_test --- .harness/SDK_androidclient_test.yaml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/.harness/SDK_androidclient_test.yaml b/.harness/SDK_androidclient_test.yaml index ecfd18e7a..83ace8eba 100644 --- a/.harness/SDK_androidclient_test.yaml +++ b/.harness/SDK_androidclient_test.yaml @@ -18,6 +18,8 @@ pipeline: description: "" type: CI spec: + caching: + enabled: true cloneCodebase: true platform: os: Linux @@ -35,7 +37,7 @@ pipeline: language: Java buildTool: Gradle args: test - runOnlySelectedTests: true + runOnlySelectedTests: false reports: type: JUnit spec: @@ -43,10 +45,19 @@ pipeline: - "**/*.xml" enableTestSplitting: true testSplitStrategy: TestCount - failureStrategies: - - onFailure: - errors: [] - action: - type: Retry - spec: - retryCount: 1 + failureStrategies: + - onFailure: + errors: + - Timeout + - Unknown + action: + type: Retry + spec: + onRetryFailure: + action: + type: MarkAsFailure + retryCount: 1 + retryIntervals: + - 30s + strategy: + parallelism: 2