feat(ci): Automate updating LKG commits for vllm and tpu-inference#1438
feat(ci): Automate updating LKG commits for vllm and tpu-inference#1438
Conversation
- Granted `contents: write` and `pull-requests: write` permissions in the caller workflow. - Updated `.github/workflows/tpu-nightly-regression.yml` to extract exactly installed `vllm` and `tpu-inference` commits and automatically create a PR if those dependencies differ from the ones in the requirements files. Co-authored-by: sizhit2 <32147610+sizhit2@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Adds `run_latest` and `update_lkg_pr` jobs to the nightly regression workflow. It pulls the known LKG commit for `vllm` from `tpu-inference`'s upstream and the HEAD commit for `tpu-inference`, runs tests, and updates `requirements.txt` via PR. The `run_prod` job is kept untouched. Co-authored-by: sizhit2 <32147610+sizhit2@users.noreply.github.com>
Moves test steps into a composite action and adds a job to update LKGs with git ls-remote and buildkite curl endpoint. Co-authored-by: sizhit2 <32147610+sizhit2@users.noreply.github.com>
We introduced an automated mechanism inside the
Tunix Nightly Regression Teststo capture the Last Known Good (LKG) commit hashes for thevllmandtpu-inferencedependencies when the nightly tests succeed. It extracts the commit IDs straight from the installed metadata (so it gets exactly the commit embedded in the nightly Docker image) and creates a Pull Request updatingrequirements/requirements.txtandrequirements/special_requirements.txt.PR created automatically by Jules for task 6729321314769782857 started by @sizhit2