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

getdeps: ask testpilot to re-run failed tests up to 3 times

Summary: This helps to squash out some flakiness

Reviewed By: pkaush

Differential Revision: D17804696

fbshipit-source-id: decd8e5dd37d802c62cae1168c4f4d72c0fc5c83
parent 6a4c4cea
...@@ -504,6 +504,7 @@ if __name__ == "__main__": ...@@ -504,6 +504,7 @@ if __name__ == "__main__":
self.build_opts.fbsource_dir, self.build_opts.fbsource_dir,
"--buck-test-info", "--buck-test-info",
buck_test_info_name, buck_test_info_name,
"--retry=3",
"--test-config", "--test-config",
"platform=%s" % machine_suffix, "platform=%s" % machine_suffix,
"buildsystem=getdeps", "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