From 46094497989c328c9a4f53a25cc573e93f5265e9 Mon Sep 17 00:00:00 2001 From: Peter Sirotnak Date: Mon, 10 Jun 2024 14:36:00 +0200 Subject: [PATCH] PMM-11278: Add pipeline --- .github/workflows/fb-e2e-suite.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/fb-e2e-suite.yml b/.github/workflows/fb-e2e-suite.yml index 76c82e31..ff4c4283 100644 --- a/.github/workflows/fb-e2e-suite.yml +++ b/.github/workflows/fb-e2e-suite.yml @@ -243,3 +243,17 @@ jobs: sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }} setup_services: '--addclient=ps,1' tags_for_tests: '@dump' + + ps_integration: + name: PS UI integration tests + uses: ./.github/workflows/runner-e2e-tests-codeceptjs.yml + secrets: inherit + with: + pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:dev-latest' }} + pmm_client_version: ${{ inputs.pmm_client_version || 'dev-latest' }} + pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:dev-latest' }} + pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }} + pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main' }} + sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }} + setup_services: '--addclient=ps,1 --query-source=slowlog' + tags_for_tests: '(?=.*@pmm-ps-integration)^(?!.*@not-ui-pipeline)' \ No newline at end of file