Commit 4226261
Horde
Resync the vendored omni-github result schema
The copy under .github/actions/upload-omni-github-test-results was taken
once in isaac-sim#6234 and never refreshed, so it has drifted from the source in
NVIDIA-Omniverse/omni-github at docs/test-results/clients/artifact-upload/
schemas/result-json.schema.json. The upload action validates every result
file against this copy and silently drops anything that fails, so a stale
copy can reject payloads the service itself would accept.
Replace it wholesale rather than patching individual rules. The file is
now byte-identical to upstream.
The drift is additive: upstream gained profileDetailString and seven
optional testRow fields (error, failure_component, failure_layer,
reliability_class, retry_kind, retry_reason, test_category). Nothing this
repository relies on was removed. The converter's own output and the
perf-smoke gate's result JSON both validate against the resynced schema
unchanged.
This also subsumes the oneOf -> anyOf fix in isaac-sim#6433, which upstream had
already made; that PR remains the minimal standalone fix if this lands
after it.1 parent 48ec24a commit 4226261
1 file changed
Lines changed: 63 additions & 12 deletions
Lines changed: 63 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
138 | 147 | | |
139 | 148 | | |
140 | 149 | | |
| |||
153 | 162 | | |
154 | 163 | | |
155 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
156 | 206 | | |
157 | 207 | | |
158 | 208 | | |
| |||
241 | 291 | | |
242 | 292 | | |
243 | 293 | | |
244 | | - | |
245 | | - | |
246 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
247 | 297 | | |
248 | 298 | | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
254 | 303 | | |
255 | | - | |
256 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
257 | 308 | | |
258 | 309 | | |
259 | | - | |
260 | | - | |
| 310 | + | |
| 311 | + | |
261 | 312 | | |
262 | 313 | | |
263 | 314 | | |
| |||
0 commit comments