Skip to content

Commit

Permalink
Revert "[Release] Fix Anyscale API call (ray-project#33644)"
Browse files Browse the repository at this point in the history
This reverts commit 24a89a6.
  • Loading branch information
shawnpanda authored Mar 24, 2023
1 parent cd8ce7f commit 8cb700f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release/ray_release/job_manager/anyscale_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from anyscale.sdk.anyscale_client.models import (
CreateProductionJob,
CreateProductionJobConfig,
HaJobStates,
)
from anyscale.controllers.job_controller import JobController, terminal_state
Expand Down Expand Up @@ -72,7 +71,7 @@ def _run_job(
name=self.cluster_manager.cluster_name,
description=f"Smoke test: {self.cluster_manager.smoke_test}",
project_id=self.cluster_manager.project_id,
config=CreateProductionJobConfig(
config=dict(
entrypoint=full_cmd,
runtime_env=runtime_env,
build_id=self.cluster_manager.cluster_env_build_id,
Expand Down

0 comments on commit 8cb700f

Please sign in to comment.