diff --git a/sig/sig-ops/openeuler/p/process-healer.yaml b/sig/sig-ops/openeuler/p/process-healer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..070cf5ea02c6d82a326e2ec0f778929305c506df --- /dev/null +++ b/sig/sig-ops/openeuler/p/process-healer.yaml @@ -0,0 +1,7 @@ +name: process-healer +description: A high-performance daemon leveraging eBPF for reliable, + low-overhead monitoring and automatic recovery of critical processes to ensure service continuity. +branches: +- name: master + type: protected +type: public \ No newline at end of file diff --git a/sig/sig-ops/sig-info.yaml b/sig/sig-ops/sig-info.yaml index 9f979bea70003dba3bc3a3406daba9d746eb9bd9..6fb69db207404e0cb4570d61483f14dca05bf130 100644 --- a/sig/sig-ops/sig-info.yaml +++ b/sig/sig-ops/sig-info.yaml @@ -478,3 +478,13 @@ repositories: name: Li Ping organization: Huawei email: 1477412247@qq.com +- repo: + - openeuler/process-healer + - src-openeuler/process-healer + committers: + - gitee_id: lauxiangqi + name: Liu Xiangqi + email: 191991518@qq.com + - gitee_id: wangtsingx + name: Wang Qing + email: wangqing@uniontech.com \ No newline at end of file diff --git a/sig/sig-ops/src-openeuler/p/process-healer.yaml b/sig/sig-ops/src-openeuler/p/process-healer.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f387035590cfb3e174eaf4bc94ff5dfdf06194d1 --- /dev/null +++ b/sig/sig-ops/src-openeuler/p/process-healer.yaml @@ -0,0 +1,7 @@ +name: process-healer +description: A high-performance daemon leveraging eBPF for reliable, + low-overhead monitoring and automatic recovery of critical processes to ensure service continuity. +branches: +- name: master + type: protected +type: public \ No newline at end of file