Skip to content

[run-test] add --build-jobs option #30981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2020
Merged

Conversation

omochi
Copy link
Contributor

@omochi omochi commented Apr 11, 2020

This patch add --build-jobs option to utils/run-test.

To make it clear that it's not parallel number of test but build,
I choose --build-jobs to name.

Motivation

I want to specify number of tasks which is a little less than machine cores.

In my mac, if I use all cores for build,
web browsing and text input (japanese IME) become unstable.
So I always use --jobs 32 on build-script (machine core is 36).

@compnerd @CodaFi Please review this.

@omochi omochi requested review from CodaFi and compnerd April 11, 2020 23:51
@CodaFi
Copy link
Contributor

CodaFi commented Apr 11, 2020

Neat.

@swift-ci python lint

@CodaFi
Copy link
Contributor

CodaFi commented Apr 12, 2020

@swift-ci smoke test

@CodaFi
Copy link
Contributor

CodaFi commented Apr 12, 2020

@CodaFi CodaFi merged commit fa1e9df into swiftlang:master Apr 12, 2020
@omochi
Copy link
Contributor Author

omochi commented Apr 12, 2020

Thanks!

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