docs(persona): publish JD daily Fifth Domain receipt
This commit is contained in:
parent
7cc166a851
commit
90ddb23b53
7 changed files with 103 additions and 25 deletions
|
|
@ -19,7 +19,7 @@ assert.ok(
|
|||
map.members.every(
|
||||
(member) =>
|
||||
member.repository.binding_state ===
|
||||
"CURRENT_PRIVATE_HISTORY_STAGED_DAILY_ROLE_MEMORY_PENDING_DEPLOYMENT",
|
||||
"CURRENT_PRIVATE_HISTORY_ACTIVE_DAILY_ROLE_MEMORY_DEPLOYED",
|
||||
),
|
||||
);
|
||||
assert.ok(
|
||||
|
|
@ -44,6 +44,10 @@ assert.match(map.handshake_gate.rule, /机械心跳写入/u);
|
|||
assert.match(map.handshake_gate.rule, /每天由铸渊调度读取REPO-012增量/u);
|
||||
assert.match(map.handshake_gate.rule, /禁止空提交/u);
|
||||
assert.equal(map.legacy_writer_replacement.controller, "ICE-P-ZY001");
|
||||
assert.equal(
|
||||
map.legacy_writer_replacement.deployment_state,
|
||||
"DEPLOYED_AND_VERIFIED",
|
||||
);
|
||||
assert.equal(map.legacy_writer_replacement.deletion_authorized, false);
|
||||
assert.deepEqual(map.legacy_writer_replacement.keep, [
|
||||
"chenglu-team-handshake.service",
|
||||
|
|
|
|||
Loading…
Reference in a new issue