Skip to content

fix: ensuring nightly whls are tagged with latest commit#18204

Merged
Kangyan-Zhou merged 1 commit intomainfrom
fix-nightly-whl-hash-versioning
Feb 3, 2026
Merged

fix: ensuring nightly whls are tagged with latest commit#18204
Kangyan-Zhou merged 1 commit intomainfrom
fix-nightly-whl-hash-versioning

Conversation

@dougyster
Copy link
Collaborator

Motivation

There was a bug where current nightly whls were all tagged with the 0.5.8 tag's hash instead of the latest commit hash at the whl build time. This caused the nightly whls from the past week to overwrite each other, resulting in the siutation below:

# latest whl was from a test run of this pr
<!DOCTYPE html>
<h1>SGLang Nightly Wheels (cu129)</h1>
<a href="https://github.com/sgl-project/whl/releases/download/nightly-2026-02-03-8873d972e/sglang-0.5.8.dev0+g8873d972e-py3-none-any.whl#sha256=82721dfe735f7cdf420a110849b4cf495d2d25d48c8623aff42a734fd70d0ef7">sglang-0.5.8.dev0+g8873d972e-py3-none-any.whl</a><br>
<a href="https://github.com/sgl-project/whl/releases/download/nightly-2026-02-03-9b1619c14/sglang-0.5.8.dev0+g0189f41c3-py3-none-any.whl#sha256=4eb6864aed78ecba8eaa2ca6d5d86aaee7f2dbfb9f22756b3829f82ce7814b74">sglang-0.5.8.dev0+g0189f41c3-py3-none-any.whl</a><br>

Modifications

In the nightly workflow, ensured that each whl was built with the latest commit hash with:

HASH="g$(git rev-parse --short HEAD)"

Accuracy Tests

https://github.com/sgl-project/whl/releases/tag/nightly-2026-02-03-8873d972e

Benchmarking and Profiling

Checklist

Review Process

  1. Ping Merge Oncalls to start the PR flow. See the PR Merge Process.
  2. Get approvals from CODEOWNERS and other reviewers.
  3. Trigger CI tests with comments or contact authorized users to do so.
    • /tag-run-ci-label, /rerun-failed-ci, /tag-and-rerun-ci
  4. After green CI and required approvals, ask Merge Oncalls to merge.

@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@Kangyan-Zhou Kangyan-Zhou merged commit ae004e1 into main Feb 3, 2026
46 checks passed
@Kangyan-Zhou Kangyan-Zhou deleted the fix-nightly-whl-hash-versioning branch February 3, 2026 23:54
charlesHsuGG pushed a commit to charlesHsuGG/sglang that referenced this pull request Feb 5, 2026
sfiisf pushed a commit to sfiisf/sglang that referenced this pull request Feb 5, 2026
RubiaCx pushed a commit to RubiaCx/sglang that referenced this pull request Feb 8, 2026
Johnsonms pushed a commit to Johnsonms/sglang that referenced this pull request Feb 14, 2026
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.

2 participants