From 5f571576cf4e9e32c5153aaf3f6ea76974bc107d Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Tue, 3 Sep 2024 09:48:08 +0200 Subject: [PATCH] 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 f3df87bc7b7efe1491b99c7fbfd1a311903aa458) --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18df1d7ca7c3..bf3db89a1b31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 477e2ab3f810..e648a3a3b29b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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