From d1e304081ac6766dff5eb002f8a480a9f703f06f Mon Sep 17 00:00:00 2001 From: Saikumar Date: Fri, 28 Jul 2023 14:28:05 +0530 Subject: [PATCH] Add @pmm-psmdb-arbiter-integration for PSMDB Arbiter tests --- .github/workflows/pmm2-ui-tests-fb.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/pmm2-ui-tests-fb.yml b/.github/workflows/pmm2-ui-tests-fb.yml index 081792235399..a9de4435dba4 100644 --- a/.github/workflows/pmm2-ui-tests-fb.yml +++ b/.github/workflows/pmm2-ui-tests-fb.yml @@ -189,3 +189,17 @@ jobs: pmm_client_version: ${{ inputs.client_version || 'dev-latest' }} pmm_clients: '--addclient=ps,1' pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }} + + psmdb_arbiter: + name: PSMDB Arbiter Replica UI tests + uses: ./.github/workflows/ui-tests.yml + secrets: inherit + with: + server_image: ${{ inputs.server_image || 'perconalab/pmm-server:dev-latest' }} + client_version: ${{ inputs.client_version || 'dev-latest' }} + client_image: ${{ inputs.client_image || 'perconalab/pmm-client:dev-latest' }} + pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }} + pmm_ui_branch: ${{ inputs.pmm_ui_branch || 'main' }} + sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }} + client_flags: '--mongomagic --with-arbiter' + tags_for_tests: '@pmm-psmdb-arbiter-integration'