Commit f3f2f8d
ci: fold test_transformers into the sharded nox job (#692)
## Summary
- Drop the standalone `transformers-py` job; `test_transformers` now
runs alongside every other session under the sharded `nox` matrix.
- Move the Hugging Face model cache into the `nox` job so shards still
avoid re-downloading models across runs.
- Update `checks-passed` to no longer gate on `transformers-py`.
## Test plan
- [ ] CI on this PR: confirm `test_transformers(...)` lands in some
shard and passes on Linux.
- [ ] Watch Windows shards — this is a scope expansion vs. the old
Ubuntu-only job. If they flake, add a `session.skip` for `sys.platform
== "win32"` in `noxfile.py:test_transformers`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- sfk:created-approved-by -->
Created by @AbhiPrasad
<!-- sfk:slack-thread -->
[Slack
thread](https://braintrustdata.slack.com/archives/C0AQDETAVT3/p1786736441809709?thread_ts=1786736441.809709&cid=C0AQDETAVT3)
Co-authored-by: Starfolk <noreply@starfolk.ai>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 4c64aed commit f3f2f8d
1 file changed
Lines changed: 3 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 134 | | |
158 | 135 | | |
159 | 136 | | |
160 | 137 | | |
161 | 138 | | |
162 | 139 | | |
163 | 140 | | |
164 | | - | |
| 141 | + | |
165 | 142 | | |
166 | 143 | | |
167 | | - | |
| 144 | + | |
| 145 | + | |
168 | 146 | | |
169 | 147 | | |
170 | 148 | | |
| |||
203 | 181 | | |
204 | 182 | | |
205 | 183 | | |
206 | | - | |
207 | 184 | | |
208 | 185 | | |
209 | 186 | | |
| |||
230 | 207 | | |
231 | 208 | | |
232 | 209 | | |
233 | | - | |
234 | 210 | | |
235 | 211 | | |
236 | 212 | | |
| |||
0 commit comments