Skip to content

Commit

Permalink
build: bump up machine size (#29680)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
crisbeto committed Sep 3, 2024
1 parent 0f07b25 commit 5f57157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
SLACK_BOT_TOKEN: ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}

build:
runs-on: ubuntu-latest-4core
runs-on: ubuntu-latest-16core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...

build:
runs-on: ubuntu-latest-4core
runs-on: ubuntu-latest-16core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d
Expand Down

0 comments on commit 5f57157

Please sign in to comment.