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 ca60271 commit 98be0b4
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .harness/SDK_androidclient_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pipeline:
description: ""
type: CI
spec:
caching:
enabled: true
cloneCodebase: true
platform:
os: Linux
Expand All @@ -35,18 +37,27 @@ pipeline:
language: Java
buildTool: Gradle
args: test
runOnlySelectedTests: true
runOnlySelectedTests: false
reports:
type: JUnit
spec:
paths:
- "**/*.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

0 comments on commit 98be0b4

Please sign in to comment.