Commit db6440f
ci: wire byte-exact conformance corpora + a Kotlin job; widen integration trigger
conformance.yml (per-push): each port's conformance job now also runs the
byte-exact corpora that previously ran in NO CI — render / verify / recover /
output-prompt (where the port ships them) plus object-model:
- TypeScript: + object-model (packages/metadata) + render/verify/recover/
output-prompt (packages/render).
- C#: + the Render.Tests project (render/verify/recover/output-prompt);
object-model already runs inside the Conformance.Tests project.
- Java: + ObjectModelConformanceTest (metadata) + RenderCrossPortReport/
Verify/Recover/OutputPrompt conformance (render). Installs metadata+render
first to dodge the SNAPSHOT-resolution race.
- Python: + tests/render (render/verify/recover/output-prompt); object-model
already lives under tests/conformance.
- Kotlin: NEW conformance-kotlin job running the only corpora it has —
object-model + output-prompt (codegen-kotlin), same JDK/Maven setup as Java.
All (port x corpus) verified green locally before wiring.
integration-tests.yml: the 5-port Docker persistence + api-contract matrix now
runs on every pull_request (any target branch) and on pushes to main, in
addition to the existing v* tag and manual triggers. Job bodies unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f6caae7 commit db6440f
2 files changed
Lines changed: 60 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
54 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
55 | 73 | | |
56 | 74 | | |
57 | 75 | | |
58 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
59 | 107 | | |
60 | 108 | | |
61 | | - | |
| 109 | + | |
62 | 110 | | |
63 | 111 | | |
64 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments