File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -257,3 +257,17 @@ jobs:
257
257
sha : ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
258
258
setup_services : ' --addclient=ps,1'
259
259
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)'
You can’t perform that action at this time.
0 commit comments