278 Commits

Author SHA1 Message Date
Joe Cotant
17c122c3ef Limit Slack notifications to labeled events
Restrict Slack notifications to only labeled issues and PRs.

Signed-off-by: Joe Cotant <joe@anyscale.com>
2026-03-12 17:47:32 -07:00
Joe Cotant
1ebf0fc799 Add workflow to notify Slack on issue or PR labels
Signed-off-by: Joe Cotant <joe@anyscale.com>
2026-03-12 17:41:47 -07:00
Joe Cotant
00ecba34f2 Enable blank issues in the issue template
Signed-off-by: Joe Cotant <joe@anyscale.com>
2026-03-02 11:24:33 -08:00
Joe Cotant
6189aee95a Disable blank issue submissions
Community members are increasingly filing blank issues, which don't go through the added labeling and triaging flows we've implemented 

Signed-off-by: Joe Cotant <joe@anyscale.com>
2026-03-02 10:44:34 -08:00
Seiji Eicher
fb602be222 Add Serve HAProxy tests and update CODEOWNERS (#61058)
Needed for https://github.com/ray-project/ray/pull/60914/

Add test names file for HAProxy tests and update `CODEOWNERS`
accordingly

Signed-off-by: Seiji Eicher <seiji@anyscale.com>
2026-02-13 12:36:56 -08:00
Edward Oakes
0d4b712f9f Update codeowners (#60927)
- Remove @jjyao to stop spamming him
- Add @israbbani and @MengjinYan for `_common/` and public protos

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2026-02-10 23:39:57 -08:00
Jeffrey Wang
4ec61f1738 [codeowner] Assign ray-llm as the owner of working-with-llms.rst (#60684)
Signed-off-by: Jeffrey Wang <jeffreywang@anyscale.com>
2026-02-09 09:13:58 -08:00
Andrew Pollack-Gray
2da76515a0 add rayciversion to CODEOWNERS (#60731)
Signed-off-by: Andrew Pollack-Gray <andrew@anyscale.com>
2026-02-04 02:47:58 +00:00
Seiji Eicher
792c4b8de8 [Serve] Add direct ingress support for Ray Serve (#60118)
## Summary

This PR adds direct ingress functionality to Ray Serve, allowing
replicas to listen directly on ports for incoming traffic. This enables
deployments where each replica is individually addressable, which is
useful for Kubernetes ingress controllers and load balancers.

### Key changes:
- Add direct ingress HTTP utility for ASGI receive proxying
- Add direct ingress gRPC support (unary-unary handlers, health checks)
- Add replica response generator for disconnect detection
- Add node port manager for per-node port allocation
- Add direct ingress support to controller (target groups, port
allocation)
- Add direct ingress support to replica (HTTP/gRPC servers, graceful
shutdown)
- Add direct ingress constants and feature flag
(`RAY_SERVE_ENABLE_DIRECT_INGRESS`)
- Add integration and unit tests

The feature is disabled by default and can be enabled by setting
`RAY_SERVE_ENABLE_DIRECT_INGRESS=1`.

## Test plan
- [x] Run `test_direct_ingress.py` integration tests
- [x] Run `test_direct_ingress_standalone.py` standalone tests
- [x] Run `test_controller_direct_ingress.py` unit tests
- [x] Benchmarks

## Benchmarks

Validated using release image from
https://buildkite.com/ray-project/release/builds/76725#019be801-2dc9-45f7-bf1e-3d7ae41ff6d8
and `RAY_SERVE_ENABLE_DIRECT_INGRESS=1`, direct ingress provides 6x
reduction in TTFT and 1.8x improvement in throughput. Max concurrency
32/replica, 256 prompts/replica total. ITL 1024 OTL 256.
<img width="4171" height="2955" alt="httpproxy_vs_direct_ingress"
src="https://github.com/user-attachments/assets/2fddd7df-ad8a-4422-920a-d692993f846c"
/>


HTTPProxy (baseline) sweep:
https://gist.github.com/eicherseiji/630a83a0582aad22fb4655e6464a0038
Direct Ingress (this PR) sweep:
https://gist.github.com/eicherseiji/18d326524cbfe48e0353bfa8243bbb28
Toy load balancer used to test Direct Ingress:
https://gist.github.com/eicherseiji/cce80555ac2e8d04482483e5f8422509

---------

Signed-off-by: Seiji Eicher <seiji@anyscale.com>
Signed-off-by: Future-Outlier <eric901201@gmail.com>
Signed-off-by: Eugene Kim <eugenek@anyscale.com>
Co-authored-by: Han-Ju Chen (Future-Outlier) <eric901201@gmail.com>
2026-01-29 09:50:40 -08:00
Seiji Eicher
428df8523e [Docs] Add ray-llm ownership for data working-with-llms docs (#60513)
## Summary
- Add CODEOWNERS entry for
`/doc/source/data/doc_code/working-with-llms/` to assign ownership to
the ray-llm team

## Test plan
- N/A (CODEOWNERS change only)

Signed-off-by: Seiji Eicher <seiji@anyscale.com>
2026-01-26 15:56:17 -08:00
Edward Oakes
c397dc0a39 Remove ray-docs from code ownership of library documentation (#60179)
`ray-docs` has become a bottleneck for review. No longer requiring their
approval for library documentation changes, but leaving it as a
catch-all for other docs changes.

Flyby: removing code ownership for removed Ray Workflows library
directories.

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2026-01-15 12:01:50 -06:00
Lonnie Liu
38542978e2 [release test] allow people to make dep changes without CI team review (#59092)
so that it is more self-serving

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
2025-12-01 15:24:10 -08:00
Mark Rossetti
d9b9a9513a [docs] Updating support for Azure to ray team supported (#58153)
Updating support for Azure to ray team supported

---------

Signed-off-by: Mark Rossett <marosset@microsoft.com>
2025-10-28 10:30:24 -05:00
Elliot Barnwell
353bdcfd73 [lint][ci] removing format script (#57799)
removing format script and all references

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
2025-10-24 17:07:38 +00:00
Seiji Eicher
2c680d7623 [codeowners] Reorder CODEOWNERS for resolution order + organization (#57891)
Signed-off-by: Seiji Eicher <seiji@anyscale.com>
2025-10-20 15:34:10 -07:00
matthewdeng
068910f24b [ci] shorten Pull Request template (#57752)
## Description
Shortening the template per @edoakes' feedback.

## Related issues
Follow-up to https://github.com/ray-project/ray/pull/57193.

## Additional information
Made the following changes:
1. Removed `Types of change` and `Checklist`.
2. Updated contribution guide to point to Ray Docs.
3. Renamed `Additional context` to `Additional information` to be more
encompassing.

---------

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
2025-10-16 19:27:16 +00:00
kourosh hakhamaneshi
9a434c7cb0 [docs] Exclude /doc/source/serve/llm/ from ray-serve team in CODEOWNERS (#57801)
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
2025-10-16 18:08:21 +00:00
matthewdeng
d872dbb5bf [ci] update Pull Request template (#57193)
<!-- Thank you for contributing to Ray! 🚀 -->
<!-- Please review
https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before
opening a pull request. -->
<!-- 💡 Tip: Mark as draft if you want early feedback, or ready for
review when it's complete -->

## Description

<!-- Briefly describe what this PR accomplishes and why it's needed -->

Improved the Ray pull request template to make it less overwhelming for
contributors while giving maintainers better information for reviews and
release notes. The new template has clearer sections and organized
checklists that are much easier to fill out. This should encourage more
contributions while making the review process smoother and release note
generation more straightforward.

## Related issues

<!-- Link related issues: "Fixes #1234", "Closes #1234", or "Related to
#1234" -->

## Types of change

- [ ] Bug fix 🐛
- [ ] New feature 
- [x] Enhancement 🚀
- [ ] Code refactoring 🔧
- [ ] Documentation update 📖
- [ ] Chore 🧹
- [ ] Style 🎨

## Checklist

**Does this PR introduce breaking changes?**
- [ ] Yes ⚠️
- [x] No
<!-- If yes, describe what breaks and how users should migrate -->

**Testing:**
- [ ] Added/updated tests for my changes
- [x] Tested the changes manually
- [ ] This PR is not tested  _(please explain why)_

**Code Quality:**
- [x] Signed off every commit (`git commit -s`)
- [x] Ran pre-commit hooks ([setup
guide](https://docs.ray.io/en/latest/ray-contribute/getting-involved.html#lint-and-formatting))

**Documentation:**
- [ ] Updated documentation (if applicable) ([contribution
guide](https://docs.ray.io/en/latest/ray-contribute/docs.html))
- [ ] Added new APIs to `doc/source/` (if applicable)

## Additional context

<!-- Optional: Add screenshots, examples, performance impact, breaking
change details -->

---------

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Signed-off-by: matthewdeng <matthew.j.deng@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-14 17:05:53 +00:00
Seiji Eicher
f92189e655 [serve][llm] Enable engine metrics by default (#57615)
Signed-off-by: Seiji Eicher <seiji@anyscale.com>
2025-10-10 12:27:28 -07:00
Seiji Eicher
d65ea2ecc4 [serve][dashboard][llm] LLM Dashboard enhancements (#57053)
Signed-off-by: Seiji Eicher <seiji@anyscale.com>
Co-authored-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
2025-10-08 08:48:38 -07:00
harshit-anyscale
1503da9653 make deployment retry configurable (#56530)
This pull request adds a configurable `max_constructor_retry_count` for
deployments, enabling users to define how many times a failing
constructor should be retried.

The value can now be set via both an environment variable and the
deployment config. When both are provided, the environment variable
takes precedence.

GH issue link: https://github.com/ray-project/ray/issues/55786

---------

Signed-off-by: harshit <harshit@anyscale.com>
Co-authored-by: Cindy Zhang <cindyzyx9@gmail.com>
2025-10-06 20:21:13 -07:00
Elliot Barnwell
871bf1cb28 [ci] updating pr template description (#57016)
Updating pr template to tell users to run pre-commit instead of
`scripts/format.sh`

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
2025-09-30 14:08:17 +00:00
Jiajun Yao
66e0840578 Add CODEOWNER for dashboard serve and data modules (#57006)
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
2025-09-29 12:20:35 -07:00
Balaji Veeramani
1a6c5a9947 Make ray-llm code owner for ray.data.llm (#56420)
<!-- Thank you for your contribution! Please review
https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before
opening a pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

<!-- Please give a short summary of the change and the problem this
solves. -->

The LLM APIs under `ray.data.llm` are maintained by
@ray-project/ray-llm, not the Data team. This PR updates the
`CODEOWNERS` to reflect that responsibility, assigning ownership to the
LLM team even though the code lives in the Data directory.

## Related issue number

<!-- For example: "Closes #1234" -->

## Checks

- [ ] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [ ] 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 added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
           corresponding `.rst` file.
- [ ] 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 :(

Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
2025-09-10 16:11:22 +00:00
Lonnie Liu
668c4e9fae [codeowner] remove aslonnie individual from many ownerships (#56364)
delegating to ray-core and ray-ci teams

and moving `_common` to core team leads

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
2025-09-09 03:02:20 +00:00
Cuong Nguyen
822b43007b [core][proto] add ownership and readme for public proto (#56023)
Add ownership and README for how to modify the proto files in the public
directory. This is related to a recent work to define proto exposure via
directory structure and set expectations for maintainer/users of these
proto.

Test:
- CI

Signed-off-by: Cuong Nguyen <can@anyscale.com>
2025-09-02 16:29:34 -07:00
matthewdeng
d3597cba8f [air] update /python/ray/air CODEOWNERS (#55891)
Add Ray Train maintainers as the CODEOWNERS for `/python/ray/air`
sub-directory.

Without this change, this directory will have Ray Core assigned as the
CODEOWNER due to [this
line](ca2d866a95/.github/CODEOWNERS (L20-L21)).

Signed-off-by: Matthew Deng <matt@anyscale.com>
2025-08-28 10:26:03 -07:00
lkchen
f2ca998a3f [ci] clean up .github/dependabot.yml: remove entry for "compact requirements" (#55744)
fixes yaml grammar error.

---------

Signed-off-by: Linkun <github@lkchen.net>
2025-08-19 17:37:14 -07:00
Edward Oakes
42ce235932 Disable gemini code review summary (#55488)
Copied [default
config](https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#default-configuration),
but disabled summary (not useful).

---------

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2025-08-11 21:17:38 +00:00
iamjustinhsu
1de743603d [data][dashboard] Add Max Bytes to Read Panel + budget (#55024)
<!-- Thank you for your contribution! Please review
https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before
opening a pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?
<img width="1203" height="356" alt="max_bytes_to_read"
src="https://github.com/user-attachments/assets/55f28ee9-dd96-48fd-a990-93adea3241cc"
/>
<!-- Please give a short summary of the change and the problem this
solves. -->

## Related issue number

<!-- For example: "Closes #1234" -->

## Checks

- [ ] I've signed off every commit(by using the -s flag, i.e., `git
commit -s`) in this PR.
- [ ] 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 added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
           corresponding `.rst` file.
- [ ] 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 :(

---------

Signed-off-by: iamjustinhsu <jhsu@anyscale.com>
Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
Co-authored-by: Balaji Veeramani <bveeramani@berkeley.edu>
2025-08-02 01:22:56 +00:00
Jiajun Yao
06b6628fd8 [Core] Add core as code owner for more files (#54669)
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
2025-07-16 14:18:40 -07:00
Christina Zhu
bda5ddf980 Updated stalebot to use unstale label instead of bounced. (#54506)
the `bounced` label from the stalebot might be
misleading to contributors - we are renaming it to `unstale` for better
clarity.

Signed-off-by: Christina Zhu <christina@anyscale.com>
2025-07-10 16:54:37 +00:00
Christina Zhu
739f915b27 Updated stalebot to add bounced label and exempt labels (#54318)
We've had some stalebot conflicts where PRs are being marked stale
repeatedly. This is so that if a PR is marked "unstale", it will add a
`bounced` label. If a PR has this label, it will never be marked stale
again.

Signed-off-by: Christina Zhu <christina@anyscale.com>
2025-07-03 16:50:33 -07:00
Christina Zhu
191aa124d9 Updated stalebot to run every 12 hours. (#54041)
Currently, our stalebot runs once a day at midnight UTC. Occasionally,
we do hit our 500 operation limit, and it takes sometimes up to 24 hours
for a stale label to be removed after activity. This means not all of
our PRs are processed properly.

This change aims to fix that by:
- Running every 12 hours to improve responsiveness.
- Running at XX:15 past the hour to reduce the XX:00 bottleneck
(sometimes it takes a while for the bot to run - not a huge issue but
wanted to make it nicer)
- Have 1000 operations a day on the bot to fully process all the open
PRs.

After this change, it should be fairly robust for the foreseeable
future.

Signed-off-by: Christina Zhu <christina@anyscale.com>
2025-06-25 13:58:11 -07:00
Abrar Sheikh
16f62350fe [serve] update codeowners for ray serve (#53717)
using the team handle

---------

Signed-off-by: abrar <abrar@anyscale.com>
2025-06-11 16:51:01 -07:00
Lonnie Liu
bb72412418 [ci] fix misconfig on byod scripts (#53682)
allowing people to check in byod scripts

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
2025-06-09 17:01:16 -07:00
Lonnie Liu
7ad8473ec2 [ci] allow adding byod post install script without CI team approval (#53537)
so that writing docs is not blocked by CI team approval

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
2025-06-04 20:14:40 -07:00
Christina Zhu
d637be4de3 Increased stale bot GA operations per run, and fixed a typo. (#53446)
The stale PR job ran successfully yesterday but only managed to process 9 PRs before running out of GitHub API actions. The operations-per-run is currently set to 30 (same as the previous stale bot). However, we still have hundreds of open PRs and at the rate we are going it will take a little while before we finish processing them all.

Since we have about 5000 GitHub API Rate per hour, I've upped our operations-per-run to 500, so we can process more PRs. After it runs, we should still have 4500 left.

Signed-off-by: Christina Zhu <christina@anyscale.com>
2025-05-30 21:15:07 -07:00
Christina Zhu
e3a678f82e Updated GitHub PR stale workflow to exclude issues entirely. (#53414)
Currently, the stale actions still pulls the `issues` even though we
only want it to run on PRs. Therefore, I added stricter permissions for
issues stale timeouts and removed the issues permissions entirely. This
way, we won't waste GA operations on issues.

Signed-off-by: Christina Zhu <christina@anyscale.com>
2025-05-29 15:43:08 -07:00
Christina Zhu
a03984f239 [ci] Updated Stalebot to GH Actions and removed old Stalebot (#53250)
Currently, our stalebot uses the Probot stalebot, which has been deprecated in favor of the GitHub Actions "Close Stale Issues" action. I think it is a good idea to deprecate the unsupported stalebot and move our config over to the supported GH Stalebot.

We also had internal discussions and made some changes to our stalebot settings which I will elaborate on below:

Changes:
Run Frequency

Runs once a day at midnight UTC. This should be enough given our PR frequency.
Issues

Issues will no longer be considered stale.
PR

Pull requests will be considered stale after 14 days of no activity.
After 14 more days, (28 days total), it will be closed due to inactivity.

---------

Signed-off-by: Christina Zhu <christina@christina-anyscale-laptop.local>
Signed-off-by: Christina Zhu <christina@anyscale.com>
Co-authored-by: Christina Zhu <christina@christina-anyscale-laptop.local>
Co-authored-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com>
2025-05-27 21:07:39 -07:00
matthewdeng
27a1dfccf6 [train][tune] update CODEOWNERS (#53207)
Update CODEOWNERS to use github groups.

Signed-off-by: Matthew Deng <matt@anyscale.com>
2025-05-21 14:20:56 -07:00
Sven Mika
2a840a43de [CI; git] Update RLlib code owners. (#53203) 2025-05-21 18:03:56 +00:00
Edward Oakes
45f90ab36a Make @edoakes the czar of _common/ dir for now (#51753)
This is a new pattern, want to make sure it is understood and not
misused.

---------

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2025-03-27 15:31:50 +00:00
angelinalg
f29093e264 Update CODEOWNERS (#51146) 2025-03-17 18:25:00 +00:00
Edward Oakes
5399d178e3 Remove @rkooo567 as usage_stats CODEOWNER (#51299)
🫡

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2025-03-12 08:44:19 -07:00
Edward Oakes
4fc01dcb83 Remove anyscalesam from PR template codeowner (#50971)
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2025-02-28 00:49:46 +00:00
Edward Oakes
6c6d745702 Remove hongchaodeng as autoscaler codeowner (#50970)
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2025-02-28 00:46:16 +00:00
Edward Oakes
393f42330c Make core team codeowners for workflows (#50855)
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2025-02-24 08:56:54 -08:00
fscnick
e77e1fac45 [CI] Remove tailing white space [1/N] (#50250)
This is part of enabling pre-commit hook trailing-whitespace in lint

Signed-off-by: fscnick <fscnick.dev@gmail.com>
2025-02-05 14:36:21 -08:00
kourosh hakhamaneshi
0c7b3354b4 [llm] added llm user group to the code owners (#50116)
Added ray-llm user group to code owners.

Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
2025-01-30 13:34:27 -08:00