1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-08 18:02:05 +03:00

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
This commit is contained in:
Wez Furlong
2019-10-17 02:17:45 -07:00
committed by Facebook Github Bot
parent cb3184ab15
commit d9efa75788

View File

@@ -503,6 +503,7 @@ if __name__ == "__main__":
"--buck-test-info", "--buck-test-info",
buck_test_info_name, buck_test_info_name,
"--retry=3", "--retry=3",
"-j=%s" % str(self.build_opts.num_jobs),
"--test-config", "--test-config",
"platform=%s" % machine_suffix, "platform=%s" % machine_suffix,
"buildsystem=getdeps", "buildsystem=getdeps",