chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-05-07: - update .custodian-brief.md for open-cmis-tck
This commit is contained in:
parent
a9e1f7130c
commit
cc43881565
13 changed files with 1301 additions and 39 deletions
|
|
@ -55,6 +55,33 @@
|
|||
"cmis.versioning"
|
||||
],
|
||||
"runner_ref": "opencmis-tck"
|
||||
},
|
||||
{
|
||||
"id": "relationships",
|
||||
"name": "Relationship Checks",
|
||||
"check_type": "executable_harness",
|
||||
"requirement_refs": [
|
||||
"cmis.relationships"
|
||||
],
|
||||
"runner_ref": "opencmis-tck"
|
||||
},
|
||||
{
|
||||
"id": "change-log",
|
||||
"name": "Change Log Checks",
|
||||
"check_type": "executable_harness",
|
||||
"requirement_refs": [
|
||||
"cmis.change-log"
|
||||
],
|
||||
"runner_ref": "opencmis-tck"
|
||||
},
|
||||
{
|
||||
"id": "extension-gaps",
|
||||
"name": "Extension And Known Gap Checks",
|
||||
"check_type": "executable_harness",
|
||||
"requirement_refs": [
|
||||
"cmis.extensions"
|
||||
],
|
||||
"runner_ref": "opencmis-tck"
|
||||
}
|
||||
],
|
||||
"preflight_runner": "cmis-browser-preflight",
|
||||
|
|
@ -78,7 +105,7 @@
|
|||
"--context",
|
||||
"{context_json}"
|
||||
],
|
||||
"description": "Checks Java/Maven availability and prepares the future Apache Chemistry OpenCMIS TCK invocation."
|
||||
"description": "Checks Java/Maven availability, invokes a configured Apache Chemistry OpenCMIS TCK command, captures raw artifacts, and returns normalized evidence."
|
||||
}
|
||||
],
|
||||
"normalizers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue