Skip to content

Commit b49f4c5

Browse files
committed
ci: increase the resource_class of build-bazel-e2e
This commit changes the build-bazel-e2e `resource_class` from small to medium as currently this step is failing due to the lack of resources. The increase in resources is needed due to the increase in targets ``` yarn bazel query "//tests/legacy-cli/..." ts_library rule //tests/legacy-cli:runner _js_library rule //tests/legacy-cli/e2e/assets:assets ts_library rule //tests/legacy-cli/e2e/initialize:initialize ts_library rule //tests/legacy-cli/e2e/ng-snapshot:ng-snapshot ts_library rule //tests/legacy-cli/e2e/setup:setup ts_library rule //tests/legacy-cli/e2e/tests:tests ts_library rule //tests/legacy-cli/e2e/utils:utils ``` (cherry picked from commit 5d608b7)
1 parent 14ac8c6 commit b49f4c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/dynamic_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ jobs:
271271

272272
build-bazel-e2e:
273273
executor: action-executor
274+
resource_class: medium
274275
steps:
275276
- custom_attach_workspace
276277
- run: yarn bazel build //tests/legacy-cli/...

0 commit comments

Comments
 (0)