Skip to content

Commit

Permalink
Add run-jailed-tests when the script invoke itself
Browse files Browse the repository at this point in the history
Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale committed Jun 13, 2023
1 parent 5c0201f commit ab7b625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/ray_release/scripts/build_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def main(
cmd = [sys.executable, __file__, "--no-clone-repo"]
if test_collection_file:
cmd += ["--test-collection-file", test_collection_file]
if run_jailed_tests:
cmd += ["--run-jailed-tests"]
subprocess.run(cmd, capture_output=False, check=True)
return
elif repo:
Expand Down

0 comments on commit ab7b625

Please sign in to comment.