From e3e49d3b829475dae907b8b306026a86f9b71431 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Apr 2026 13:20:45 +0000 Subject: [PATCH 1/3] PMM-14832 --- ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci.yml b/ci.yml index e69de29bb2d1..36199bbf9987 100644 --- a/ci.yml +++ b/ci.yml @@ -0,0 +1,4 @@ +deps: +- name: node_exporter + branch: PMM-14832 + url: https://github.com/percona/node_exporter From 28e8f96f5b854581a588a3c9be4a5ef026779059 Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Sun, 5 Apr 2026 16:22:18 +0300 Subject: [PATCH 2/3] PMM-14832 Add pmm branch --- ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ci.yml b/ci.yml index 36199bbf9987..52c055507e65 100644 --- a/ci.yml +++ b/ci.yml @@ -1,4 +1,7 @@ deps: -- name: node_exporter - branch: PMM-14832 - url: https://github.com/percona/node_exporter + - name: node_exporter + branch: PMM-14832 + url: https://github.com/percona/node_exporter + - name: pmm + branch: PMM-14832-client-support-of-proc-mounts-path + url: https://github.com/percona/pmm From 656faa713c7972798a429436468b7e0ec2b95391 Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Sun, 5 Apr 2026 16:36:21 +0300 Subject: [PATCH 3/3] chore: trigger the build