You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project.py
+14-7
Original file line number
Diff line number
Diff line change
@@ -682,6 +682,10 @@ def add_arguments(parser):
682
682
parser.add_argument("--job-type",
683
683
help="The type of job to run. This influences which projects are XFailed, for example the stress tester tracks its XFails under a different job type. Defaults to 'source-compat'.",
684
684
default='source-compat')
685
+
parser.add_argument('--process-count',
686
+
type=int,
687
+
help='Number of parallel process to spawn when building projects',
0 commit comments