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

OSS jobs to tpx

Summary:
Tpx works well for all OSS jobs, we should migrate to Tpx instead of
relying testpilot.

Reviewed By: marcelogomez

Differential Revision: D27396539

fbshipit-source-id: dd1994be0eb3b4396764c1f3e68ddd6763b60139
This commit is contained in:
Sandeep Kumar Pani
2021-04-01 02:38:44 -07:00
committed by Facebook GitHub Bot
parent 50c5f27e05
commit ab6a30c61c
2 changed files with 50 additions and 20 deletions

View File

@@ -154,6 +154,10 @@ _path_search_cache = {}
_not_found = object()
def tpx_path():
return "xplat/testinfra/tpx/ctp.tpx"
def path_search(env, exename, defval=None):
"""Search for exename in the PATH specified in env.
exename is eg: `ninja` and this function knows to append a .exe