Consolidate required CI gate (#115)
Some checks failed
CI / required (push) Failing after 7m31s

This commit is contained in:
2026-08-12 16:46:45 +00:00
parent b9415bedaa
commit c0be04968f
44 changed files with 1949 additions and 2041 deletions

View File

@@ -20,7 +20,7 @@ QUERY_TESTS = ROOT / "tests" / "compat" / "tests" / "rlv_query_basics_semantics.
ACTION_TESTS = ROOT / "tests" / "compat" / "tests" / "rlv_attach_commands_semantics.rs"
NOTIFY_TESTS = ROOT / "tests" / "compat" / "tests" / "rlv_notify_semantics.rs"
DOC = ROOT / "crates" / "libremetaverse-rlv" / "README.md"
WORKFLOW = ROOT / ".gitea" / "workflows" / "rust-workspace.yml"
WORKFLOW = ROOT / ".gitea" / "workflows" / "ci.yml"
CATALOG = ROOT / "api" / "public-api.json"
STUB_RE = re.compile(r"\b(?:not_implemented|unimplemented_api)\b|\b(?:todo|unimplemented)!\s*\(")
@@ -136,7 +136,7 @@ def main() -> None:
"after releasing every manager lock", "completed inventory and agent",
"616", "ubuntu-latest",
))
require_markers(WORKFLOW, ("python3 tools/check_milestone_10_issue_80.py",))
require_markers(WORKFLOW, ("required-gate",))
print(
"issue 80 audit: native callbacks, typed actions and queries, bounded service "
"dispatch, inventory/agent adapters, cancellation, post-lock notifications, "