Skip to content

Commit

Permalink
large executor for qats (hyperledger#4000)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Jun 22, 2022
1 parent 2a7089c commit bcfd9b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ executors:
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=4

quorum_ats_executor_med:
quorum_ats_executor:
docker:
- image: cimg/openjdk:11.0
resource_class: medium
resource_class: large
working_directory: ~/project
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

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

0 comments on commit bcfd9b8

Please sign in to comment.