fix(awooop): clarify apply candidate owner review state
This commit is contained in:
@@ -4132,7 +4132,7 @@ def _status_chain_ansible_apply_gate_handoff(
|
||||
"runtime_execution_authorized": False,
|
||||
"writes_runtime_state": False,
|
||||
"owner_review_gate": "required_before_apply",
|
||||
"next_action": "owner_review_apply_gate_or_create_verifier_plan",
|
||||
"next_action": "open_apply_gate_work_item_review_verifier_and_km",
|
||||
"asset_ids": {
|
||||
"dry_run": f"ansible-check-mode:{catalog_id}",
|
||||
"apply_candidate": f"ansible-apply-candidate:{catalog_id}",
|
||||
@@ -5018,7 +5018,7 @@ def _build_awooop_status_chain(
|
||||
if ansible_dry_run_only:
|
||||
verdict = "ansible_check_mode_only"
|
||||
repair_state = "ansible_check_mode_only"
|
||||
next_step = "owner_review_apply_gate_or_create_verifier_plan"
|
||||
next_step = "open_apply_gate_work_item_review_verifier_and_km"
|
||||
needs_human = True
|
||||
source_section = _status_chain_source_section(truth_chain)
|
||||
if source_correlation is not None:
|
||||
|
||||
Reference in New Issue
Block a user