File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# the repository in a new workflow.
8
8
#
9
9
# 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.
11
11
# - .circleci/template.yml - the template filled with data to execute.
12
12
#
13
13
# Useful resources:
@@ -39,7 +39,7 @@ commands:
39
39
jobs :
40
40
generate_configuration :
41
41
machine : true
42
- resource_class : large
42
+ resource_class : medium
43
43
parameters :
44
44
isNightly :
45
45
type : boolean
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ commands:
102
102
jobs :
103
103
cke5_validators :
104
104
machine : true
105
- resource_class : large
105
+ resource_class : medium
106
106
steps :
107
107
- checkout_command
108
108
- bootstrap_repository_command
@@ -224,7 +224,7 @@ jobs:
224
224
225
225
stale_bot :
226
226
machine : true
227
- resource_class : large
227
+ resource_class : medium
228
228
steps :
229
229
- checkout_command
230
230
- bootstrap_repository_command
You can’t perform that action at this time.
0 commit comments