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

[Feature][RayJob] Use RayContainerIndex instead of 0 (#1397) #1427

Merged
merged 2 commits into from
Sep 16, 2023

Conversation

rueian
Copy link
Contributor

@rueian rueian commented Sep 16, 2023

Use RayContainerIndex in ray-operator/controllers/ray/rayjob_controller.go to fix #1397

Hi @kevin85421,

I currently leave the rayjob_controller_unit_test.go untouched so that we can make sure RayContainerIndex is 0. Do you think we should change the usage of 0 to RayContainerIndex in rayjob_controller_unit_test.go as well?

@kevin85421
Copy link
Member

Do you think we should change the usage of 0 to RayContainerIndex in rayjob_controller_unit_test.go as well?

Yep, this will be great.

@rueian rueian force-pushed the feat-rayjob-ray-container-index branch from 771d390 to 55469db Compare September 16, 2023 08:45
@rueian
Copy link
Contributor Author

rueian commented Sep 16, 2023

Updated. BTW, Is there any way for contributors to access the above buildkite result? I can only see this:
image

Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>
Copy link
Member

@kevin85421 kevin85421 left a comment

Choose a reason for hiding this comment

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

LGTM

@kevin85421
Copy link
Member

The RayService e2e tests are known to be flaky. It has no relationship with this PR. Merge.

@kevin85421 kevin85421 merged commit 6d5020f into ray-project:master Sep 16, 2023
19 of 21 checks passed
@kevin85421 kevin85421 changed the title [Feature][RayJob] Use Use RayContainerIndex instead of 0 (#1397) [Feature][RayJob] Use RayContainerIndex instead of 0 (#1397) Sep 16, 2023
@kevin85421
Copy link
Member

Updated. BTW, Is there any way for contributors to access the above buildkite result? I can only see this: image

I will figure this out next week. I am not sure how to get the buildkite's access.

lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
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.

[Feature] Use RayContainerIndex instead of 0
2 participants