Upgrade wrench to 3.3.1 and regenerate CI job definitions - #754
Conversation
Bump RecipeEngine.Modules.Wrench 2.3.1 -> 3.3.1 in the Cookbook project and regenerate all Yamato job YAML via the recipe engine. Notable regenerated changes from the 3.x upgrade: - Validation editor track moved 6000.4/staging -> 6000.5/staging - Local APV tool bumped 1-3-0 -> 1-3-3 - Job timeouts raised 10 -> 20 - Updated auto-generated header format with source provenance lines Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Harness Review
The regeneration is mostly coherent, but it also changes the release-gating editor matrix in a way that no longer matches the repo's declared test coverage.
The regenerated Wrench jobs silently drop the 6000.4 release line from preview/validation/promotion coverage and replace it with 6000.5, but the source metadata still lists 6000.4 as an active test editor in .yamato/global.metafile. That means release branches can now publish after passing APV/validation only on 6000.0, 6000.3, 6000.5, 6000.6, and 6000.7, with no release-gating job exercising 6000.4 anymore. If 6000.4 is still a supported train, this is a real coverage regression; if it is intentionally retired, the source metadata should be updated in the same PR so the change is explicit and reproducible. Please either reconfigure Wrench to keep generating the 6000.4 jobs or update the repo's source editor matrix to remove 6000.4 deliberately.
Reviewed commit e2511b4a
🤖 Helpful? 👍/👎
Summary
Upgrades the wrench recipe engine from 2.3.1 → 3.3.1 and regenerates all Yamato CI job definitions.
RecipeEngine.Modules.Wrenchto3.3.1inTools/CI/fbxexporter.Cookbook.csproj.yamato/wrench/*.ymlviadotnet run --project Tools/CI/fbxexporter.Cookbook.csproj(the same command enforced by thetest_-_wrench_jobs_up_to_dateCI job)Notable regenerated changes from the 3.x upgrade
6000.4/staging→6000.5/staging— please confirm this is the intended validation target1-3-0→1-3-310→20# Source:provenance linesVerification
Program.cs/Settings2.3.1references outside gitignored build artifacts🤖 Generated with Claude Code