fix(irm): rename chain to adibrov-escalation, avoid CI/onprem state clash
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user