Skip to content

Conversation

@aslonnie
Copy link
Collaborator

rather than ray-project/ray

rather than ray-project/ray

Signed-off-by: Lonnie Liu <[email protected]>
@aslonnie aslonnie requested a review from a team as a code owner November 20, 2025 03:35
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the CI test bot to use the anyscale/ray repository instead of ray-project/ray for tracking test issues. This involves changing the RAY_REPO constant and updating the associated GitHub token secret AWS_SECRET_GITHUB. Additionally, the llm team is added to the list of teams, and constants in state_machine.py are reorganized for better readability. The changes look good overall. I've added one minor suggestion to improve maintainability by sorting the TEAM list.

Comment on lines 25 to 33
TEAM = [
"core",
"data",
"kuberay",
"ml",
"rllib",
"llm",
"serve",
]
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better maintainability and readability, it's a good practice to keep lists of items like this sorted alphabetically. This makes it easier to find items and to add new ones in the correct place.

Suggested change
TEAM = [
"core",
"data",
"kuberay",
"ml",
"rllib",
"llm",
"serve",
]
TEAM = [
"core",
"data",
"kuberay",
"llm",
"ml",
"rllib",
"serve",
]

@aslonnie aslonnie requested a review from richardliaw November 20, 2025 04:34
@aslonnie aslonnie added the go add ONLY when ready to merge, run all tests label Nov 20, 2025
@ray-gardener ray-gardener bot added the devprod label Nov 20, 2025
@aslonnie aslonnie merged commit 96b07e5 into master Nov 20, 2025
6 checks passed
@aslonnie aslonnie deleted the lonnie-251119-botrepo branch November 20, 2025 23:14
400Ping pushed a commit to 400Ping/ray that referenced this pull request Nov 21, 2025
rather than ray-project/ray

Signed-off-by: Lonnie Liu <[email protected]>
ykdojo pushed a commit to ykdojo/ray that referenced this pull request Nov 27, 2025
rather than ray-project/ray

Signed-off-by: Lonnie Liu <[email protected]>
Signed-off-by: YK <[email protected]>
SheldonTsen pushed a commit to SheldonTsen/ray that referenced this pull request Dec 1, 2025
rather than ray-project/ray

Signed-off-by: Lonnie Liu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devprod go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants