Skip to content

Commit 0bf406e

Browse files
clydinmgechev
authored andcommitted
ci: reduce resource classes
(cherry picked from commit 4cd8e91)
1 parent 2da1131 commit 0bf406e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.circleci/config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ executors:
4343
docker:
4444
- image: circleci/node:<< parameters.nodeversion >>
4545
working_directory: ~/ng
46+
resource_class: small
4647

4748
test-executor:
4849
parameters:
@@ -54,7 +55,7 @@ executors:
5455
working_directory: ~/ng
5556
environment:
5657
NPM_CONFIG_PREFIX: ~/.npm-global
57-
resource_class: xlarge
58+
resource_class: large
5859

5960
windows-executor:
6061
working_directory: ~/ng
@@ -112,6 +113,7 @@ commands:
112113
jobs:
113114
setup:
114115
executor: action-executor
116+
resource_class: medium
115117
steps:
116118
- checkout
117119
- run:
@@ -172,7 +174,6 @@ jobs:
172174
type: string
173175
default: ""
174176
executor: test-executor
175-
resource_class: large
176177
parallelism: 4
177178
steps:
178179
- custom_attach_workspace
@@ -188,7 +189,7 @@ jobs:
188189
type: boolean
189190
default: false
190191
executor: test-executor
191-
parallelism: 4
192+
parallelism: 6
192193
steps:
193194
- custom_attach_workspace
194195
- run:
@@ -218,6 +219,7 @@ jobs:
218219
name: test-executor
219220
environment:
220221
E2E_BROWSERS: true
222+
resource_class: medium
221223
steps:
222224
- custom_attach_workspace
223225
- run:
@@ -254,7 +256,7 @@ jobs:
254256

255257
build-bazel:
256258
executor: action-executor
257-
resource_class: xlarge
259+
resource_class: large
258260
steps:
259261
- custom_attach_workspace
260262
- setup_bazel_rbe
@@ -263,6 +265,7 @@ jobs:
263265

264266
snapshot_publish:
265267
executor: action-executor
268+
resource_class: medium
266269
steps:
267270
- custom_attach_workspace
268271
- run:

0 commit comments

Comments
 (0)