Commit 70b0c1c
committed
[release/2.13] Bump CURRENT_CANDIDATE_VERSION to 2.13.0
The release/2.13 branch cut bumped CURRENT_NIGHTLY_VERSION to 2.13.0 but
left CURRENT_CANDIDATE_VERSION at 2.12.0. For the test channel,
initialize_globals() sets CURRENT_VERSION = CURRENT_CANDIDATE_VERSION and
the generated matrix exposes it as stable_version, which smoke_test.py
enforces. The test channel now serves the 2.13.0 RC, so validation fails:
RuntimeError: Torch version mismatch, expected 2.12.0 for channel test.
But its 2.13.0+cpu
Bump CURRENT_CANDIDATE_VERSION to 2.13.0 so the validation matrix expects
the 2.13.0 release candidate. CURRENT_STABLE_VERSION stays 2.12.0 (the
current GA). Complements #8171, which pinned test-infra-ref to
release/2.13 so this constant is read from the release branch.
Authored with the assistance of Claude Code.1 parent 85138c6 commit 70b0c1c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments