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