Skip to content

Commit

Permalink
ci: increase the resource_class of build-bazel-e2e
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-agius4 committed Sep 27, 2022
1 parent 14ac8c6 commit b49f4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/dynamic_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ jobs:

build-bazel-e2e:
executor: action-executor
resource_class: medium
steps:
- custom_attach_workspace
- run: yarn bazel build //tests/legacy-cli/...
Expand Down

0 comments on commit b49f4c5

Please sign in to comment.