部署:接通三套人格系统每日第五域巡游
This commit is contained in:
parent
d5ccd073cf
commit
f7ef839ced
20 changed files with 1413 additions and 275 deletions
|
|
@ -19,7 +19,7 @@ assert.ok(
|
|||
map.members.every(
|
||||
(member) =>
|
||||
member.repository.binding_state ===
|
||||
"CURRENT_PRIVATE_ARCHIVE_STAGED_EXACT_HISTORY_VERIFIED",
|
||||
"CURRENT_PRIVATE_HISTORY_STAGED_DAILY_ROLE_MEMORY_PENDING_DEPLOYMENT",
|
||||
),
|
||||
);
|
||||
assert.ok(
|
||||
|
|
@ -40,15 +40,16 @@ assert.equal(
|
|||
"deployment/receipts/ZY-AGENT-TEAM-HANDSHAKE-JD-20260805.json",
|
||||
);
|
||||
assert.match(map.handshake_gate.rule, /不能单独证明人格体已接续/u);
|
||||
assert.match(map.handshake_gate.rule, /周期心跳写入/u);
|
||||
assert.match(map.handshake_gate.rule, /历史迁移完成后停止周期写入/u);
|
||||
assert.match(map.handshake_gate.rule, /任务单独领取精确资源租约/u);
|
||||
assert.equal(map.periodic_writer_retirement.controller, "ICE-P-ZY001");
|
||||
assert.equal(map.periodic_writer_retirement.deletion_authorized, false);
|
||||
assert.deepEqual(map.periodic_writer_retirement.keep, [
|
||||
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.deletion_authorized, false);
|
||||
assert.deepEqual(map.legacy_writer_replacement.keep, [
|
||||
"chenglu-team-handshake.service",
|
||||
"guideng-team-handshake.service",
|
||||
"kezhou-team-handshake.service",
|
||||
"zhuyuan-persona-fifth-domain-daily.timer",
|
||||
]);
|
||||
assert.match(map.model_binding.secret_handling, /不得写入仓库/u);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue