Commit 8f359cb
committed
[release/2.14] Pin validation to release/2.14 and bump CURRENT_CANDIDATE_VERSION
Release-only follow-up to the 2.14 branch cut (79a17ec), porting the
equivalents of #8171 / #8172 / #8216 from release/2.13.
## 1. `CURRENT_CANDIDATE_VERSION` -> 2.14.0
The branch cut moved `CURRENT_NIGHTLY_VERSION` to 2.14.0 but left
`CURRENT_CANDIDATE_VERSION` at 2.13.0. For the test channel
`initialize_globals()` sets `CURRENT_VERSION = CURRENT_CANDIDATE_VERSION`,
which the generated matrix surfaces as `stable_version` and `smoke_test.py`
then enforces. Since the test channel now serves the 2.14.0 release
candidate, validation fails with:
```
RuntimeError: Torch version mismatch, expected 2.13.0 for channel test
```
Verified with `generate_binary_build_matrix.py --channel test`:
`stable_version` goes 2.13.0 -> 2.14.0. `CURRENT_STABLE_VERSION` stays at
2.13.0 (the current GA release); it moves separately when 2.14 goes live.
## 2. `pytorch/pytorch` checkouts -> `ref: release/2.14`
The validation jobs check out `repository: "pytorch/pytorch"` with
`ref: main`, so release validation ran against main's `.ci` /
`test/smoke_test` sources instead of the release branch. Pinned in all
seven call sites across `validate-{linux,windows,macos-arm64,aarch64-linux}-binaries.yml`
and `validate-docker-images.yml`, matching release/2.13's state.
## 3. Explicit `test-infra-ref: release/2.14` in matrix generation
Belt-and-braces: the branch cut already rewrote the `test-infra-ref`
default in `generate_binary_build_matrix.yml` to `release/2.14`, so this is
not a live bug on 2.14 (it was on 2.13, where the default stayed `main`).
Passing it explicitly keeps the matrix pinned to the release branch even if
that default is ever re-synced from main.
## 4. Revert a branch-cut sed artifact
The cut rewrote a comment referring to the *Poetry* project's own branch,
`poetry@main` -> `poetry@release/2.14`, which is meaningless. Restored.
Authored with the assistance of Claude Code.1 parent 79a17ec commit 8f359cb
6 files changed
Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | | - | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments