Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 875aa6c

Browse files
committed
ci: increase resources for CI jobs
In v18, RBE is not enabled, which causes tests to be slower. To compensate for this, the CI jobs are updated to use more powerful runners 'ubuntu-latest-16core' instead of 'ubuntu-latest'.
1 parent fe4f0f6 commit 875aa6c

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
@@ -54,7 +54,7 @@ jobs:
5454
run: yarn ng-dev release build
5555

5656
test:
57-
runs-on: ubuntu-latest
57+
runs-on: ubuntu-latest-16core
5858
steps:
5959
- name: Initialize environment
6060
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
retention-days: 14
8989

9090
test:
91-
runs-on: ubuntu-latest
91+
runs-on: ubuntu-latest-16core
9292
steps:
9393
- name: Initialize environment
9494
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7

0 commit comments

Comments
 (0)