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

use the new --force-local-execution option

Summary: Use the new tpx option to run tests locally on the OSS CI hosts

Reviewed By: bigfootjon

Differential Revision: D33454014

fbshipit-source-id: dcf49dcebcd476c68b3eb46eb013079c30db52c7
This commit is contained in:
Alex Hornby
2022-01-21 09:32:43 -08:00
committed by Facebook GitHub Bot
parent 408fbbc686
commit f2818094cf

View File

@@ -793,6 +793,7 @@ if __name__ == "__main__":
else: else:
testpilot_args = [ testpilot_args = [
tpx, tpx,
"--force-local-execution",
"--buck-test-info", "--buck-test-info",
buck_test_info_name, buck_test_info_name,
"--retry=%d" % retry, "--retry=%d" % retry,