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

testpilot: testpilot is broken on Sandcastle

Summary: Hack to use parexec and the par directly.

Reviewed By: chadaustin

Differential Revision: D29461444

fbshipit-source-id: 9ac6c1aa43728782b8de0a71446109f7fd5dab1d
This commit is contained in:
Xavier Deguillard
2021-06-29 16:28:43 -07:00
committed by Facebook GitHub Bot
parent 197fca509d
commit 3d28082a35

View File

@@ -726,7 +726,8 @@ if __name__ == "__main__":
if platform == "win32": if platform == "win32":
machine_suffix = self.build_opts.host_type.as_tuple_string() machine_suffix = self.build_opts.host_type.as_tuple_string()
testpilot_args = [ testpilot_args = [
testpilot, "parexec-testinfra.exe",
"C:/tools/testpilot/sc_testpilot.par",
# Need to force the repo type otherwise testpilot on windows # Need to force the repo type otherwise testpilot on windows
# can be confused (presumably sparse profile related) # can be confused (presumably sparse profile related)
"--force-repo", "--force-repo",
@@ -740,7 +741,6 @@ if __name__ == "__main__":
"--test-config", "--test-config",
"platform=%s" % machine_suffix, "platform=%s" % machine_suffix,
"buildsystem=getdeps", "buildsystem=getdeps",
"--print-long-results",
] ]
else: else:
testpilot_args = [ testpilot_args = [