Skip to content

Commit

Permalink
quorum ATs can run on medium executor (hyperledger#3830)
Browse files Browse the repository at this point in the history
* quorum ATs may run on medium executor

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored May 13, 2022
1 parent fe8ad2d commit 0173ad3
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_xl:
quorum_ats_executor_med:
docker:
- image: cimg/openjdk:11.0
resource_class: xlarge
resource_class: medium
working_directory: ~/project
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:

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

0 comments on commit 0173ad3

Please sign in to comment.