Skip to content

Commit

Permalink
use med executor for quorum ATs (#3474)
Browse files Browse the repository at this point in the history
* use med executor for quorum ats

* don't need prepare

* minimal config

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Feb 23, 2022
1 parent f6bff39 commit 125ba29
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ executors:
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=4

quorum_ats_executor_xl: # 8cpu, 16G ram
docker:
- image: cimg/openjdk:11.0
resource_class: xlarge
quorum_ats_executor_med:
machine:
image: ubuntu-2004:202101-01
resource_class: med
working_directory: ~/project
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=4

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

acceptanceTestsQuorum:
executor: quorum_ats_executor_xl
executor: quorum_ats_executor_med
steps:
- prepare
- attach_workspace:
at: ~/project
- run:
Expand Down

0 comments on commit 125ba29

Please sign in to comment.