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 c5aed15 commit 4468386
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .harness/SDK_androidclient_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,18 @@ pipeline:
spec:
paths:
- "**/*.xml"
enableTestSplitting: true
testSplitStrategy: TestCount
failureStrategies:
- onFailure:
errors: []
action:
type: Retry
spec:
retryCount: 1
enableTestSplitting: false
failureStrategies:
- onFailure:
errors:
- InputTimeoutError
- Timeout
action:
type: Retry
spec:
retryCount: 1
retryIntervals:
- 30s
onRetryFailure:
action:
type: MarkAsFailure

0 comments on commit 4468386

Please sign in to comment.