Skip to content

Commit 5f57157

Browse files
committed
build: bump up machine size (#29680)
Some of the `build` jobs have been OOMing recently. These changes bump them up to a bigger machine which is identical to the `test` job. (cherry picked from commit f3df87b)
1 parent 0f07b25 commit 5f57157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
SLACK_BOT_TOKEN: ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}
181181

182182
build:
183-
runs-on: ubuntu-latest-4core
183+
runs-on: ubuntu-latest-16core
184184
steps:
185185
- name: Initialize environment
186186
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
150150

151151
build:
152-
runs-on: ubuntu-latest-4core
152+
runs-on: ubuntu-latest-16core
153153
steps:
154154
- name: Initialize environment
155155
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d

0 commit comments

Comments
 (0)