Skip to content

chore: Improve parallelism in Makefile#18171

Merged
SyntaxColoring merged 3 commits intoedgefrom
make_j_fixes
Apr 24, 2025
Merged

chore: Improve parallelism in Makefile#18171
SyntaxColoring merged 3 commits intoedgefrom
make_j_fixes

Conversation

@SyntaxColoring
Copy link
Copy Markdown
Contributor

Overview

The Makefile targets test-py and circular-dependencies-js were running a bunch of subcommands serially even though those subcommands were logically independent. This splits them up into recipes that can be run in parallel with make -j, following the existing pattern based on % wildcards.

Test Plan and Hands on Testing

  • gmake --output-sync -j circular-dependencies-js works and now runs in parallel.
  • gmake --output-sync -j test-py works and now runs in parallel.
  • gmake --output-sync -j test-py-windows works and now runs in parallel.

Review requests

None.

Risk assessment

Low.

@SyntaxColoring SyntaxColoring requested a review from a team as a code owner April 24, 2025 16:24
Copy link
Copy Markdown
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet

@SyntaxColoring
Copy link
Copy Markdown
Contributor Author

Passing locally. The hanging system-server test appears to be a problem in edge, and also appears to only happen in CI, not locally.

@SyntaxColoring SyntaxColoring merged commit bc8fcd6 into edge Apr 24, 2025
70 of 71 checks passed
@SyntaxColoring SyntaxColoring deleted the make_j_fixes branch April 24, 2025 17:37
ddcc4 pushed a commit that referenced this pull request May 16, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 16, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 16, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 16, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 16, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 16, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 17, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 19, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 19, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 19, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 20, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 20, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 22, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 23, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 24, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 24, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 29, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 29, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
ddcc4 pushed a commit that referenced this pull request May 29, 2025
The Makefile targets `test-py` and `circular-dependencies-js` were
running a bunch of subcommands serially even though those subcommands
were logically independent. This splits them up into recipes that can be
run in parallel with `make -j`, following the existing pattern based on
`%` wildcards.

(cherry picked from commit bc8fcd6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants