Commit e009093f authored by Wez Furlong's avatar Wez Furlong Committed by Facebook Github Bot

getdeps: constrain testpilot to our number of jobs

Summary: testpilot's defaults assume a bigger machine than some of our laptops

Reviewed By: fanzeyi

Differential Revision: D17878120

fbshipit-source-id: e01f1f9c77a4f5f011051c9c642dbe934c66bc0b
parent a5bffff6
......@@ -503,6 +503,7 @@ if __name__ == "__main__":
"--buck-test-info",
buck_test_info_name,
"--retry=3",
"-j=%s" % str(self.build_opts.num_jobs),
"--test-config",
"platform=%s" % machine_suffix,
"buildsystem=getdeps",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment