diff --git a/.github/workflows/pmm2-ui-tests-fb.yml b/.github/workflows/pmm2-ui-tests-fb.yml index 0aff30d29771..6ce9a7352ca7 100644 --- a/.github/workflows/pmm2-ui-tests-fb.yml +++ b/.github/workflows/pmm2-ui-tests-fb.yml @@ -215,3 +215,17 @@ jobs: sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }} client_flags: '--addclient=ps,1 --addclient=modb,1 --addclient=pdpgsql,1' tags_for_tests: '@user-password' + + dump_tool: + name: Dump Tool 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: '--addclient=ps,1' + tags_for_tests: '@dump'