Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97fe8ba

Browse filesBrowse files
TrottRafaelGSS
authored andcommitted
tools: increase macOS cores to 3 on GitHub CI
In efbec85, we reduced the cores to 2 based on GitHub documentation. The documentation now says that there are 3 cores. Refs: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources PR-URL: #45340 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 3de1257 commit 97fe8ba
Copy full SHA for 97fe8ba

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎.github/workflows/test-macos.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-macos.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
# The `npm ci` for this step fails a lot as part of the Test step. Run it
5353
# now so that we don't have to wait 2 hours for the Build step to pass
5454
# first before that failure happens. (And if there's something about
55-
# `make run-ci -j2` that is causing the failure and the failure doesn't
55+
# `make run-ci -j3` that is causing the failure and the failure doesn't
5656
# happen anymore running this step here first, that's also useful
5757
# information.)
5858
- name: tools/doc/node_modules workaround
5959
run: make tools/doc/node_modules
6060
- name: Build
61-
run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
61+
run: make build-ci -j3 V=1 CONFIG_FLAGS="--error-on-warn"
6262
- name: Test
63-
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
63+
run: make run-ci -j3 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.