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

[Jobs] [Dashboard] Add job submission id as field to job snapshot #24303

Merged

Conversation

architkulkarni
Copy link
Contributor

@architkulkarni architkulkarni commented Apr 28, 2022

Why are these changes needed?

Closes #24300

Adds a field to the job submission snapshot that matches the job name in the existing snapshot. Before this PR, the job submission name was camelcased because all snapshot keys are automatically camelcased. This PR allows jobs from the old job field to be linked to ones in the new job submission snapshot.

Related issue number

Checks

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@architkulkarni architkulkarni changed the title Add job submission name field [Jobs] [Dashboard] Add job submission name field to job snapshot Apr 28, 2022
@edoakes edoakes changed the title [Jobs] [Dashboard] Add job submission name field to job snapshot [Jobs] [Dashboard] Add job submission id as field to job snapshot Apr 28, 2022
Copy link

@ali-naqvi ali-naqvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@edoakes edoakes merged commit 1b67e6a into ray-project:master Apr 29, 2022
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.

[job submission] Job submission IDs are inconsistent within API snapshot
4 participants