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 2997c4d commit ca60271
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .harness/SDK_androidclient_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,32 @@ pipeline:
cloneCodebase: true
platform:
os: Linux
arch: Arm64
arch: Amd64
runtime:
type: Cloud
spec: {}
execution:
steps:
- step:
type: Run
name: build and test
identifier: build_and_test
type: RunTests
name: gradle test
identifier: gradle_test
spec:
shell: Sh
command: ./gradlew test
language: Java
buildTool: Gradle
args: test
runOnlySelectedTests: true
reports:
type: JUnit
spec:
paths:
- "*/build/test-results/.*xml"
- "**/*.xml"
enableTestSplitting: true
testSplitStrategy: TestCount
failureStrategies:
- onFailure:
errors: []
action:
type: Retry
spec:
retryCount: 1

0 comments on commit ca60271

Please sign in to comment.