Skip to content

Commit

Permalink
reduce machine size (hyperledger#6392)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
macfarla and fab-10 authored Jan 12, 2024
1 parent 013d1c9 commit b65c633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- capture_test_logs

acceptanceTestsCliqueBft:
executor: besu_executor_xl
executor: besu_executor_med
steps:
- prepare
- attach_workspace:
Expand All @@ -242,7 +242,7 @@ jobs:
name: AcceptanceTests (Non-Mainnet)
no_output_timeout: 20m
command: |
./gradlew --no-daemon acceptanceTestCliqueBft
./gradlew --no-daemon --max-workers=1 acceptanceTestCliqueBft
- capture_test_results
- capture_test_logs

Expand Down

0 comments on commit b65c633

Please sign in to comment.