Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[Doc] [Jobs] Document JobDetails, JobType and DriverInfo" #30499

Merged
merged 1 commit into from
Nov 19, 2022

Conversation

architkulkarni
Copy link
Contributor

Reverts #30441
Breaks test_http_job_server.py::test_submit_job[conda_yaml] on master.

@architkulkarni
Copy link
Contributor Author

Emergency revert to fix CI, merging without waiting for tests

@architkulkarni architkulkarni merged commit c835ef9 into master Nov 19, 2022
@architkulkarni architkulkarni deleted the revert-30441-doc-job-details branch November 19, 2022 01:32
architkulkarni added a commit that referenced this pull request Nov 19, 2022
architkulkarni added a commit that referenced this pull request Nov 29, 2022
…iverInfo`"" (#30500)

Reverts #30499. The reason this PR was originally reverted because it caused Jobs runtime env tests to fail, because runtime_env CI tests were installing "ray" into the runtime_env conda environment instead of "ray[default]", which is required for Jobs. This PR fixes this by installing "ray[default]" in runtime_env CI tests.

Original PR description:

The classes JobDetails, JobType and DriverInfo are exposed to the user because they are the return type of JobSubmissionClient.get_job_info, so we need to document them.

This PR adds them to the API reference.
architkulkarni added a commit to architkulkarni/ray that referenced this pull request Nov 30, 2022
…iverInfo`"" (ray-project#30500)

Reverts ray-project#30499. The reason this PR was originally reverted because it caused Jobs runtime env tests to fail, because runtime_env CI tests were installing "ray" into the runtime_env conda environment instead of "ray[default]", which is required for Jobs. This PR fixes this by installing "ray[default]" in runtime_env CI tests.

Original PR description:

The classes JobDetails, JobType and DriverInfo are exposed to the user because they are the return type of JobSubmissionClient.get_job_info, so we need to document them.

This PR adds them to the API reference.
xwjiang2010 pushed a commit that referenced this pull request Nov 30, 2022
…iverInfo`"" (#30500) (#30806)

Reverts #30499. The reason this PR was originally reverted because it caused Jobs runtime env tests to fail, because runtime_env CI tests were installing "ray" into the runtime_env conda environment instead of "ray[default]", which is required for Jobs. This PR fixes this by installing "ray[default]" in runtime_env CI tests.

Original PR description:

The classes JobDetails, JobType and DriverInfo are exposed to the user because they are the return type of JobSubmissionClient.get_job_info, so we need to document them.

This PR adds them to the API reference.
WeichenXu123 pushed a commit to WeichenXu123/ray that referenced this pull request Dec 19, 2022
ray-project#30441)" (ray-project#30499)

This reverts commit f20c163.
Reverts ray-project#30441
Breaks test_http_job_server.py::test_submit_job[conda_yaml] on master.

Signed-off-by: Weichen Xu <[email protected]>
WeichenXu123 pushed a commit to WeichenXu123/ray that referenced this pull request Dec 19, 2022
…iverInfo`"" (ray-project#30500)

Reverts ray-project#30499. The reason this PR was originally reverted because it caused Jobs runtime env tests to fail, because runtime_env CI tests were installing "ray" into the runtime_env conda environment instead of "ray[default]", which is required for Jobs. This PR fixes this by installing "ray[default]" in runtime_env CI tests.

Original PR description:

The classes JobDetails, JobType and DriverInfo are exposed to the user because they are the return type of JobSubmissionClient.get_job_info, so we need to document them.

This PR adds them to the API reference.

Signed-off-by: Weichen Xu <[email protected]>
tamohannes pushed a commit to ju2ez/ray that referenced this pull request Jan 25, 2023
…iverInfo`"" (ray-project#30500)

Reverts ray-project#30499. The reason this PR was originally reverted because it caused Jobs runtime env tests to fail, because runtime_env CI tests were installing "ray" into the runtime_env conda environment instead of "ray[default]", which is required for Jobs. This PR fixes this by installing "ray[default]" in runtime_env CI tests.

Original PR description:

The classes JobDetails, JobType and DriverInfo are exposed to the user because they are the return type of JobSubmissionClient.get_job_info, so we need to document them.

This PR adds them to the API reference.

Signed-off-by: tmynn <[email protected]>
tamohannes pushed a commit to ju2ez/ray that referenced this pull request Jan 25, 2023
…iverInfo`"" (ray-project#30500)

Reverts ray-project#30499. The reason this PR was originally reverted because it caused Jobs runtime env tests to fail, because runtime_env CI tests were installing "ray" into the runtime_env conda environment instead of "ray[default]", which is required for Jobs. This PR fixes this by installing "ray[default]" in runtime_env CI tests.

Original PR description:

The classes JobDetails, JobType and DriverInfo are exposed to the user because they are the return type of JobSubmissionClient.get_job_info, so we need to document them.

This PR adds them to the API reference.

Signed-off-by: tmynn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants