Commit 85138c6
authored
[release/2.13] Pin test-infra-ref to release/2.13 in validation matrix generation (#8171)
The per-platform validate workflows call
generate_binary_build_matrix.yml without passing test-infra-ref, so it
falls back to the workflow default of 'main'. The build matrix (and its
stable_version / CURRENT_CANDIDATE_VERSION) is therefore computed from
main's generate_binary_build_matrix.py even when validating
release/2.13.
main's CURRENT_CANDIDATE_VERSION does not match the version served on
the test channel for the 2.13 release, so validation installs the wrong
version and smoke_test.py fails with a "Torch version mismatch, expected
<x> for channel test" error.
Pin test-infra-ref: release/2.13 in the matrix-generation calls so the
matrix is computed from the release branch.
Authored with the assistance of Claude Code.1 parent 9f3fd4d commit 85138c6
4 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments