Skip to content

Commit

Permalink
Update pipeline SDK_android-client_test
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Oct 28, 2024
1 parent a1ca620 commit f5375e6
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions .harness/SDK_androidclient_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ pipeline:
description: ""
type: CI
spec:
caching:
enabled: true
cloneCodebase: true
platform:
os: Linux
Expand All @@ -37,27 +35,18 @@ pipeline:
language: Java
buildTool: Gradle
args: test
runOnlySelectedTests: false
runOnlySelectedTests: true
reports:
type: JUnit
spec:
paths:
- "**/*.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

0 comments on commit f5375e6

Please sign in to comment.