fix(irm): rename chain to adibrov-escalation, avoid CI/onprem state clash
All checks were successful
terraform-dev / validate (push) Successful in 6s
terraform-dev / plan (push) Successful in 7s
terraform-dev / apply (push) Has been skipped

This commit is contained in:
Alexandr
2026-04-01 09:08:54 +03:00
parent 68b05d2983
commit 365b45ce58

View File

@ -9,16 +9,17 @@
# notify_user_group, wait, repeat_escalation # notify_user_group, wait, repeat_escalation
chains: chains:
- name: infra-default # было infra-default — переименовано, чтобы не конфликтовать с дублем в IRM / рассинхроном state в CI
- name: adibrov-escalation
steps: steps:
# Шаг 1: уведомить дежурного # Шаг 1: уведомить дежурного
- type: notify_persons - type: notify_persons
persons_to_notify: persons_to_notify:
- vault:irm_user_adibrov - vault:irm_user_adibrov
# Шаг 2: ждём 5 минут # Шаг 2: пауза перед повтором
- type: wait - type: wait
duration_seconds: 300 duration_seconds: 240
# Шаг 3: повторный важный звонок # Шаг 3: повторный важный звонок
- type: notify_persons - type: notify_persons