From 6f96f3de875d3711e6c2d4c8fc3fbdcdb00c9173 Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Sat, 08 Aug 2026 18:24:36 +0800
Subject: [PATCH] chore: bind helper metadata candidate manifest
---
helper-paired-manifest.json | 41 +++++++++++++++++++++++++++++++++++------
1 files changed, 35 insertions(+), 6 deletions(-)
diff --git a/helper-paired-manifest.json b/helper-paired-manifest.json
index 64327c5..50573fa 100644
--- a/helper-paired-manifest.json
+++ b/helper-paired-manifest.json
@@ -2,15 +2,23 @@
"schemaVersion": "1",
"repository": "lm-livekit-helper",
"baseCommit": "b0a4e2ea93fafc4d65d474f3ada616a0ad5e19d5",
- "rollbackCommit": "0cec0c4ffed92f277778adbbd14eea3e5aa562b6",
+ "rollbackCommit": "afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
+ "rollbackAction": "restore helper runtime to afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
"source": {
"lmDocHelperCommit": "18008c8c88ba5144b2d728a6f09ce7a46e55e41d",
"lmDocHelperTree": "3462a8af48ca986d4f9f0ea4e5babc551b6f0766",
- "manifestCommit": "39dd2f93680a1799845b32e0d24eb9e6ee724954"
+ "manifestCommit": "39dd2f93680a1799845b32e0d24eb9e6ee724954",
+ "lmDocRollbackCommit": "0cec0c4ffed92f277778adbbd14eea3e5aa562b6",
+ "implementationBaseCommit": "afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
+ "implementationBaseTree": "a9af1be31c66740fefe54223e0ea0559b78aaba0",
+ "candidateCommit": "1c687e33809dd9647c34d0c1436e61a6554468ab",
+ "candidateTree": "17dab49b42c7cc44bfc82620349b94381b7fc046",
+ "repairParent": "efc73c570bb70ba4de23afc785350629ef5016a7",
+ "buildBoundary": "JENKINS_32_RUST_RELEASE_BUILD_FAILED"
},
"pairedJava": {
- "commit": "cdbd85605212297149b434b2cd3154c55f8559d3",
- "tree": "b085cd0a56ce5f77cbcb143a417134248f83a98e"
+ "commit": "46648183280ae5a72c5c237eac26eedd44e06235",
+ "tree": "55b9db04ac30c5f2b4fabaf06f305db065801d87"
},
"downlinkContract": {
"inputEvent": "device_output",
@@ -19,10 +27,31 @@
"dedupeKey": "commandId",
"invalidInput": "fail_closed"
},
+ "asrRealtimeMetadataContract": {
+ "carrier": "livekit_participant_attributes_only",
+ "fields": [
+ "inputSourceCategory",
+ "clientFixtureSequence"
+ ],
+ "absentInput": "omit_fields",
+ "invalidInput": "fail_closed"
+ },
"verification": {
"status": "NEEDS_CI_VALIDATION",
+ "jenkins32": "OLD_CANDIDATE_FAILURE_ONLY",
"localCargo": "WEBRTC_SYS_BUILD_TIMEOUT",
- "linuxArtifact": "PENDING_CI",
- "scope": "src/main.rs only; no dependency, protocol, config, or runtime changes"
+ "test": "NOT_RUN_LOCAL_BUILD_BLOCKED",
+ "deploy": false,
+ "runtimeChange": false,
+ "image": {
+ "manifestDigest": "sha256:9f81231f23f09e34c76517ef719f023a9f48f9da106fbf8ba50dba1db623d57e",
+ "bytes": 952
+ },
+ "linuxBinary": {
+ "sha256": "UNPROVABLE",
+ "bytes": "UNPROVABLE",
+ "arch": "UNPROVABLE"
+ },
+ "scope": "src/main.rs and src/asr_realtime.rs; manifest metadata only; no dependency, protocol, config, or runtime changes"
}
}
--
Gitblit v1.9.3