Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Cuong Nguyen <[email protected]>
  • Loading branch information
can-anyscale committed Apr 19, 2023
1 parent 77a040a commit 52f9a34
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions release/ray_release/scripts/ray_bisect.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,8 @@ def _trigger_test_run(test: Test, commit: str) -> None:
commit,
timeout=DEFAULT_WHEEL_WAIT_TIMEOUT,
)
step = get_step(
test,
ray_wheels=ray_wheels_url,
env={
"RAY_TEST_COMMIT": commit,
},
)
step["label"] = f'{test["name"]}:{commit[:6]}'
step = get_step(test, ray_wheels=ray_wheels_url)
step["label"] = f'{test["name"]}:{commit[:7]}'
step["key"] = commit
pipeline = json.dumps({"steps": [step]})
subprocess.check_output(
Expand Down

0 comments on commit 52f9a34

Please sign in to comment.