Skip to content

Commit

Permalink
ci: increased resource classes to large
Browse files Browse the repository at this point in the history
- we run into 137 more often
  • Loading branch information
kirrg001 committed Feb 28, 2023
1 parent b40e203 commit 9841a13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ jobs:
- <<: *memcached
<<: *shared
parallelism: 20
resource_class: large

"node-16":
docker:
Expand All @@ -379,6 +380,7 @@ jobs:
- <<: *memcached
<<: *shared
parallelism: 20
resource_class: large

"node-18-esm":
environment:
Expand All @@ -401,6 +403,7 @@ jobs:
- <<: *memcached
<<: *shared
parallelism: 20
resource_class: large

"node-16-esm":
environment:
Expand All @@ -423,6 +426,7 @@ jobs:
- <<: *memcached
<<: *shared
parallelism: 20
resource_class: large

"node-14":
environment:
Expand All @@ -444,6 +448,7 @@ jobs:
- <<: *memcached
<<: *shared
parallelism: 20
resource_class: large

"node-12":
environment:
Expand Down Expand Up @@ -507,6 +512,7 @@ jobs:
- <<: *memcached
<<: *shared
parallelism: 1
resource_class: large

workflows:
version: 2
Expand Down

0 comments on commit 9841a13

Please sign in to comment.