Skip to content

Commit

Permalink
Revert "parallelization for unit tests (hyperledger#5000)" (hyperledg…
Browse files Browse the repository at this point in the history
…er#5001)

This reverts commit b22a52a.

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla authored Jan 25, 2023
1 parent 4c678a1 commit 701e502
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ jobs:
done
unitTests:
parallelism: 6
executor: besu_executor_xl
steps:
- prepare
Expand All @@ -185,14 +184,7 @@ jobs:
name: Build
no_output_timeout: 20m
command: |
GRADLE_ARGS=$(ls -d */src/test/java \
| sed 's/^/:/' \
| sed 's@src/test/java@@' \
| sed 's@/@:test@' \
| circleci tests split --split-by=timings)
# Format the arguments to "./gradlew test"
echo "Prepared arguments for Gradle: $GRADLE_ARGS"
./gradlew --no-daemon $GRADLE_ARGS
./gradlew --no-daemon build
- capture_test_results

integrationTests:
Expand Down

0 comments on commit 701e502

Please sign in to comment.