Skip to content

Commit ba890d3

Browse files
committed
Adjusted resource class for some jobs.
1 parent b57e4f2 commit ba890d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# the repository in a new workflow.
88
#
99
# To modify the commands to execute on CI, review the following files:
10-
# - scripts/ci/generate-circleci-configuration.js - the script that creates the `config-tests.yml` file used on the new workflow.
10+
# - scripts/ci/generate-circleci-configuration.mjs - the script that creates the `config-tests.yml` file used on the new workflow.
1111
# - .circleci/template.yml - the template filled with data to execute.
1212
#
1313
# Useful resources:
@@ -39,7 +39,7 @@ commands:
3939
jobs:
4040
generate_configuration:
4141
machine: true
42-
resource_class: large
42+
resource_class: medium
4343
parameters:
4444
isNightly:
4545
type: boolean

.circleci/template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ commands:
102102
jobs:
103103
cke5_validators:
104104
machine: true
105-
resource_class: large
105+
resource_class: medium
106106
steps:
107107
- checkout_command
108108
- bootstrap_repository_command
@@ -224,7 +224,7 @@ jobs:
224224

225225
stale_bot:
226226
machine: true
227-
resource_class: large
227+
resource_class: medium
228228
steps:
229229
- checkout_command
230230
- bootstrap_repository_command

0 commit comments

Comments
 (0)