From a484a768a790ff8a296b5f98c98120c6b14adb80 Mon Sep 17 00:00:00 2001 From: yurkovychv Date: Thu, 9 Apr 2026 17:00:40 +0300 Subject: [PATCH 1/3] PMM-14982-move-cli-tests into pmm-qa --- .github/workflows/pmm-qa-fb-checks.yml | 6 +++--- ci.yml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pmm-qa-fb-checks.yml b/.github/workflows/pmm-qa-fb-checks.yml index 75c1d650d3b3..a1fb2c31926b 100644 --- a/.github/workflows/pmm-qa-fb-checks.yml +++ b/.github/workflows/pmm-qa-fb-checks.yml @@ -76,12 +76,12 @@ jobs: integration_fb_suite: name: CLI - uses: percona/pmm-qa/.github/workflows/fb-integration-suite.yml@main + uses: percona/pmm-qa/.github/workflows/fb-integration-suite.yml@PMM-14982-move-cli-tests secrets: inherit with: sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }} - pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main' }} - qa_integration_branch: ${{ inputs.pmm_qa_branch || 'main' }} + pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }} + qa_integration_branch: ${{ inputs.qa_integration_branch || 'main' }} pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }} pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-server:3-dev-latest' }} pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }} diff --git a/ci.yml b/ci.yml index e69de29bb2d1..c877e512f190 100644 --- a/ci.yml +++ b/ci.yml @@ -0,0 +1,4 @@ +deps: + - name: pmm-qa + branch: PMM-14982-move-cli-tests + url: https://github.com/percona/pmm-qa From 144509464ad5bf03813e5a409fc568c84b84a77c Mon Sep 17 00:00:00 2001 From: yurkovychv Date: Thu, 9 Apr 2026 21:35:03 +0300 Subject: [PATCH 2/3] PMM-14982 pass secret --- .github/workflows/pmm-qa-fb-checks.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pmm-qa-fb-checks.yml b/.github/workflows/pmm-qa-fb-checks.yml index a1fb2c31926b..e80202decaab 100644 --- a/.github/workflows/pmm-qa-fb-checks.yml +++ b/.github/workflows/pmm-qa-fb-checks.yml @@ -77,7 +77,8 @@ jobs: integration_fb_suite: name: CLI uses: percona/pmm-qa/.github/workflows/fb-integration-suite.yml@PMM-14982-move-cli-tests - secrets: inherit + secrets: + LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }} with: sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }} pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }} @@ -85,10 +86,11 @@ jobs: pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }} pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-server:3-dev-latest' }} pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }} + launchable_confidence: '93%' 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-14982-move-cli-tests secrets: LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }} with: @@ -99,6 +101,7 @@ jobs: pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }} pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-server:3-dev-latest' }} pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }} + launchable_confidence: '93%' tarball_fb_suite: name: Tarball From d7fd65de7fe12c5e2a0ac5ccb223fbcc976000a7 Mon Sep 17 00:00:00 2001 From: yurkovychv Date: Fri, 10 Apr 2026 17:32:13 +0300 Subject: [PATCH 3/3] PMM-14982 update workflow branch --- .github/workflows/pmm-qa-fb-checks.yml | 4 ++-- ci.yml | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pmm-qa-fb-checks.yml b/.github/workflows/pmm-qa-fb-checks.yml index e80202decaab..6d54b9e25d27 100644 --- a/.github/workflows/pmm-qa-fb-checks.yml +++ b/.github/workflows/pmm-qa-fb-checks.yml @@ -76,7 +76,7 @@ jobs: integration_fb_suite: name: CLI - uses: percona/pmm-qa/.github/workflows/fb-integration-suite.yml@PMM-14982-move-cli-tests + uses: percona/pmm-qa/.github/workflows/fb-integration-suite.yml@main secrets: LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }} with: @@ -90,7 +90,7 @@ jobs: e2e_fb_suite: name: E2E - uses: percona/pmm-qa/.github/workflows/fb-e2e-suite.yml@PMM-14982-move-cli-tests + uses: percona/pmm-qa/.github/workflows/fb-e2e-suite.yml@main secrets: LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }} with: diff --git a/ci.yml b/ci.yml index c877e512f190..e69de29bb2d1 100644 --- a/ci.yml +++ b/ci.yml @@ -1,4 +0,0 @@ -deps: - - name: pmm-qa - branch: PMM-14982-move-cli-tests - url: https://github.com/percona/pmm-qa