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 | 32 ++++++++++++++++++++++++--------
1 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/helper-paired-manifest.json b/helper-paired-manifest.json
index 7e9075c..50573fa 100644
--- a/helper-paired-manifest.json
+++ b/helper-paired-manifest.json
@@ -2,17 +2,23 @@
"schemaVersion": "1",
"repository": "lm-livekit-helper",
"baseCommit": "b0a4e2ea93fafc4d65d474f3ada616a0ad5e19d5",
- "rollbackCommit": "b0a4e2ea93fafc4d65d474f3ada616a0ad5e19d5",
- "rollbackAction": "git revert 8673dd9db0467f9ce9b930316839de752fc70385",
+ "rollbackCommit": "afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
+ "rollbackAction": "restore helper runtime to afd9833f82e9c1f6d5dfe7f2250f19f1af5cdd7d",
"source": {
"lmDocHelperCommit": "18008c8c88ba5144b2d728a6f09ce7a46e55e41d",
"lmDocHelperTree": "3462a8af48ca986d4f9f0ea4e5babc551b6f0766",
"manifestCommit": "39dd2f93680a1799845b32e0d24eb9e6ee724954",
- "lmDocRollbackCommit": "0cec0c4ffed92f277778adbbd14eea3e5aa562b6"
+ "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",
@@ -21,10 +27,20 @@
"dedupeKey": "commandId",
"invalidInput": "fail_closed"
},
+ "asrRealtimeMetadataContract": {
+ "carrier": "livekit_participant_attributes_only",
+ "fields": [
+ "inputSourceCategory",
+ "clientFixtureSequence"
+ ],
+ "absentInput": "omit_fields",
+ "invalidInput": "fail_closed"
+ },
"verification": {
- "status": "JENKINS_30_BUILD_ONLY_SUCCESS",
+ "status": "NEEDS_CI_VALIDATION",
+ "jenkins32": "OLD_CANDIDATE_FAILURE_ONLY",
"localCargo": "WEBRTC_SYS_BUILD_TIMEOUT",
- "test": "NOT_RUN",
+ "test": "NOT_RUN_LOCAL_BUILD_BLOCKED",
"deploy": false,
"runtimeChange": false,
"image": {
@@ -36,6 +52,6 @@
"bytes": "UNPROVABLE",
"arch": "UNPROVABLE"
},
- "scope": "src/main.rs only; no dependency, protocol, config, or runtime changes"
+ "scope": "src/main.rs and src/asr_realtime.rs; manifest metadata only; no dependency, protocol, config, or runtime changes"
}
}
--
Gitblit v1.9.3