From 1ca50f7d0e1c57bfd30e443e10dccf86bbadc30d Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Tue, 3 Sep 2024 09:31:13 +0200 Subject: [PATCH] build: bump up machine size 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. --- .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