From 5f3a5070ab9c2caf14244ed915f2abea006825e3 Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Thu, 11 Jun 2026 16:01:30 +0000 Subject: [PATCH 1/7] PMM-15138-fix-alerting-permissions --- ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci.yml b/ci.yml index e69de29bb2d1..4be031c58eec 100644 --- a/ci.yml +++ b/ci.yml @@ -0,0 +1,4 @@ +deps: + - name: pmm + branch: PMM-15138-fix-alerting-permissions + url: https://github.com/percona/pmm From e2bc63870ae140388222ac185afb2fbcc3631ccf Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Fri, 12 Jun 2026 01:34:26 +0300 Subject: [PATCH 2/7] chore: trigger the build From b74aaea1f80f4e5b1ce1016cdfdd8aac53c35322 Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Sat, 13 Jun 2026 02:33:39 +0300 Subject: [PATCH 3/7] chore: trigger the build From 7bc1516e5e7bb85e8f852d10337a1924d6359bc1 Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Sat, 13 Jun 2026 11:46:14 +0300 Subject: [PATCH 4/7] chore: trigger the build From f9bf4f35b12af6e62942b9c78dadfb8d4a013f6b Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Sat, 13 Jun 2026 12:57:59 +0300 Subject: [PATCH 5/7] Add pmm-qa dependency to ci.yml --- ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 4be031c58eec..d7029340c7dd 100644 --- a/ci.yml +++ b/ci.yml @@ -1,4 +1,5 @@ deps: - name: pmm branch: PMM-15138-fix-alerting-permissions - url: https://github.com/percona/pmm + - name: pmm-qa + branch: PMM-15138-fix-alerting-permissions From a01e1b98b75ebf486fdad7f6fe2ebc05c1d99b6d Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Sat, 13 Jun 2026 19:43:20 +0300 Subject: [PATCH 6/7] chore: trigger the build From 5df3b57174b8f77ddd6a667bd5dcb5b5bd64935b Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Sat, 13 Jun 2026 20:40:24 +0300 Subject: [PATCH 7/7] PMM-15138 update workflow to reference specific branch for E2E tests --- .github/CODEOWNERS | 1 - .github/workflows/pmm-qa-fb-checks.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9bf8448ec265..3e7d1b45357c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1 @@ -ci-default.yml @talhabinrizwan ci.py @talhabinrizwan diff --git a/.github/workflows/pmm-qa-fb-checks.yml b/.github/workflows/pmm-qa-fb-checks.yml index 50eace869dcb..24b7d92f3528 100644 --- a/.github/workflows/pmm-qa-fb-checks.yml +++ b/.github/workflows/pmm-qa-fb-checks.yml @@ -85,7 +85,7 @@ jobs: e2e_fb_suite: name: E2E - uses: percona/pmm-qa/.github/workflows/fb-e2e-suite.yml@main + uses: percona/pmm-qa/.github/workflows/fb-e2e-suite.yml@PMM-15138-fix-alerting-permissions secrets: LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }} with: