Skip to content

Commit 8d1a851

Browse files
peterSirotnaksaikumar-vs
authored andcommitted
PMM-11278: Add pipeline (#688)
* PMM-11278: Add pipeline * PMM-11278: newline
1 parent 86bc02b commit 8d1a851

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/workflows/fb-e2e-suite.yml

+14
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,17 @@ jobs:
257257
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
258258
setup_services: '--addclient=ps,1'
259259
tags_for_tests: '@dump'
260+
261+
ps_integration:
262+
name: PS UI integration tests
263+
uses: ./.github/workflows/runner-e2e-tests-codeceptjs.yml
264+
secrets: inherit
265+
with:
266+
pmm_server_image: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:dev-latest' }}
267+
pmm_client_version: ${{ inputs.pmm_client_version || 'dev-latest' }}
268+
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:dev-latest' }}
269+
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'main' }}
270+
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'main' }}
271+
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
272+
setup_services: '--addclient=ps,1 --query-source=slowlog'
273+
tags_for_tests: '(?=.*@pmm-ps-integration)^(?!.*@not-ui-pipeline)'

0 commit comments

Comments
 (0)