Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yifan-c committed Feb 23, 2025
1 parent de99017 commit d3f15ac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,12 @@ jobs:
docker:
- image: cimg/openjdk:11.0
environment:
INTEGRATION_MAX_PARALLEL_FORKS: 2
INTEGRATION_MAX_HEAP_SIZE: "3000M"
INTEGRATION_MAX_PARALLEL_FORKS: 3
INTEGRATION_MAX_HEAP_SIZE: "3600M"
resource_class: large
steps:
- install_common
- setup_remote_docker
- checkout
- attach_workspace:
at: dtest-jars
Expand Down Expand Up @@ -195,11 +196,12 @@ jobs:
docker:
- image: cimg/openjdk:11.0
environment:
INTEGRATION_MAX_PARALLEL_FORKS: 2
INTEGRATION_MAX_HEAP_SIZE: "3000M"
INTEGRATION_MAX_PARALLEL_FORKS: 3
INTEGRATION_MAX_HEAP_SIZE: "3600M"
resource_class: large
steps:
- install_common
- setup_remote_docker
- checkout
- attach_workspace:
at: dtest-jars
Expand Down Expand Up @@ -247,11 +249,12 @@ jobs:
docker:
- image: cimg/openjdk:11.0
environment:
INTEGRATION_MAX_PARALLEL_FORKS: 2
INTEGRATION_MAX_HEAP_SIZE: "3000M"
INTEGRATION_MAX_PARALLEL_FORKS: 3
INTEGRATION_MAX_HEAP_SIZE: "3600M"
resource_class: large
steps:
- install_common
- setup_remote_docker
- checkout
- attach_workspace:
at: dtest-jars
Expand Down

0 comments on commit d3f15ac

Please sign in to comment.