From 17c5bf79f1b97e63371f6c296f97035f5d3fc01b Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 May 2026 08:18:06 +0000 Subject: [PATCH 1/2] PMM-14934-adjust-the-healthcheck --- ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci.yml b/ci.yml index e69de29bb2d1..f76d582458c2 100644 --- a/ci.yml +++ b/ci.yml @@ -0,0 +1,4 @@ +deps: +- name: pmm + branch: PMM-14934-adjust-the-healthcheck + url: https://github.com/percona/pmm From b1811cca2cabb876cd2de5d4c9fe109efe3e5bf1 Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Wed, 20 May 2026 13:06:42 +0300 Subject: [PATCH 2/2] Add pmm-qa dependency to ci.yml --- ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci.yml b/ci.yml index f76d582458c2..5d857bfe71fc 100644 --- a/ci.yml +++ b/ci.yml @@ -2,3 +2,5 @@ deps: - name: pmm branch: PMM-14934-adjust-the-healthcheck url: https://github.com/percona/pmm +- name: pmm-qa + branch: PMM-14934-adjust-the-healthcheck