Commit f1109c6
* feat(compile): add pool-overrides for per-job pool configuration (#1464)
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
* refactor(compile): use imported HashMap in resolve_pool_overrides_typed signature
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
* feat(compile): move pool-overrides into pool.overrides nested key
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
* refactor(compile): add is_reviewed to SafeOutputsVariant; consolidate EMPTY_OVERRIDES static
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
* fix(compile): address second rust-review suggestions for pool-overrides
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
* fix(compile): restrict pool.overrides values to object form only (no legacy strings)
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
* refactor(compile): drop legacy scalar pool form (object-only)
Remove the untagged PoolConfig::Name(String) variant and collapse PoolConfigFull into PoolConfig. Legacy scalar pool: sources are still accepted as input and migrated to object form by codemod 0002_pool_object_form before typed deserialization, so the typed layer is object-only.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: fc152016-8608-47c3-bb4b-30d3565e63f0
* refactor(compile): route resolve_pool_typed through PoolConfig accessors
Production code in resolve_pool_typed read the pub fields directly, which left name()/vm_image() marked #[cfg(test)] and os() marked #[allow(dead_code)]. Use the accessors consistently so they are genuinely production-used and drop the test-only/dead-code attributes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: fc152016-8608-47c3-bb4b-30d3565e63f0
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Co-authored-by: James Devine <devinejames@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 79931cf commit f1109c6
6 files changed
Lines changed: 729 additions & 147 deletions
File tree
- docs
- src/compile
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| |||
271 | 280 | | |
272 | 281 | | |
273 | 282 | | |
274 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
275 | 343 | | |
276 | 344 | | |
277 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
126 | 135 | | |
127 | 136 | | |
128 | 137 | | |
| |||
0 commit comments