fix(agents): trigger runtime control plane deploy
This commit is contained in:
@@ -29,7 +29,7 @@ from src.services.report_generation_service import (
|
||||
_SCHEMA_VERSION = "ai_agent_autonomous_runtime_control_v1"
|
||||
_RUNTIME_AUTHORITY = "current_owner_directive_controlled_ai_automation"
|
||||
_DEPLOY_READBACK_MARKER = "p2_416_d1n_autonomous_runtime_control_prod_readback_v2"
|
||||
_DEPLOY_ATTEMPT_NOTE = "cd_3673_retry_after_host_pressure_gate_fix"
|
||||
_DEPLOY_ATTEMPT_NOTE = "cd_internal_control_plane_readback_retry_20260628"
|
||||
_LIVE_READBACK_SCHEMA_VERSION = "ai_agent_autonomous_runtime_receipt_readback_v1"
|
||||
_DEFAULT_PROJECT_ID = "awoooi"
|
||||
_DEFAULT_LOOKBACK_HOURS = 24
|
||||
|
||||
@@ -16,7 +16,7 @@ def test_ai_agent_autonomous_runtime_control_uses_current_owner_directive():
|
||||
"p2_416_d1n_autonomous_runtime_control_prod_readback_v2"
|
||||
)
|
||||
assert data["program_status"]["deploy_attempt_note"] == (
|
||||
"cd_3673_retry_after_host_pressure_gate_fix"
|
||||
"cd_internal_control_plane_readback_retry_20260628"
|
||||
)
|
||||
assert data["program_status"]["legacy_no_send_no_live_rules_overridden"] is True
|
||||
assert data["program_status"]["implementation_completion_percent"] == 88
|
||||
|
||||
@@ -67,7 +67,7 @@ def test_get_ai_agent_autonomous_runtime_control_api(monkeypatch):
|
||||
"p2_416_d1n_autonomous_runtime_control_prod_readback_v2"
|
||||
)
|
||||
assert data["program_status"]["deploy_attempt_note"] == (
|
||||
"cd_3673_retry_after_host_pressure_gate_fix"
|
||||
"cd_internal_control_plane_readback_retry_20260628"
|
||||
)
|
||||
assert data["current_policy"]["owner_review_required_for_low_medium_high"] is False
|
||||
assert data["report_delivery"]["status"] == "telegram_gateway_delivery_enabled"
|
||||
|
||||
Reference in New Issue
Block a user