Skip to content

Commit

Permalink
[MINOR] xl executor for quorum ATs (nightly) (hyperledger#3571)
Browse files Browse the repository at this point in the history
* xl executor

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored and frankisawesome committed Mar 16, 2022
1 parent 6b9a13c commit 5069efb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ executors:
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=4

quorum_ats_executor_med:
quorum_ats_executor_xl:
docker:
- image: cimg/openjdk:11.0
resource_class: medium
resource_class: xlarge
working_directory: ~/project
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false

xl_machine_executor:
machine:
Expand Down Expand Up @@ -266,7 +268,8 @@ jobs:
- capture_test_logs

acceptanceTestsQuorum:
executor: quorum_ats_executor_med
parallelism: 1
executor: quorum_ats_executor_xl
steps:
- attach_workspace:
at: ~/project
Expand Down

0 comments on commit 5069efb

Please sign in to comment.