@@ -179,6 +179,21 @@ jobs:
179
179
setup_services : ' --database ps --database psmdb --database pdpgsql'
180
180
tags_for_tests : ' @user-password'
181
181
182
+ user_and_password_podman :
183
+ name : User with changed password UI tests
184
+ uses : ./.github/workflows/runner-e2e-tests-podman.yml
185
+ secrets : inherit
186
+ with :
187
+ pmm_server_image : ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
188
+ pmm_client_version : ${{ inputs.pmm_client_version || '3-dev-latest' }}
189
+ pmm_client_image : ${{ inputs.pmm_client_image || 'perconalab/pmm-client:3-dev-latest' }}
190
+ pmm_qa_branch : ${{ inputs.pmm_qa_branch || 'v3' }}
191
+ qa_integration_branch : ${{ inputs.pmm_qa_branch || 'v3' }}
192
+ pmm_ui_tests_branch : ${{ inputs.pmm_ui_tests_branch || 'v3' }}
193
+ sha : ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
194
+ setup_services : ' --database ps --database psmdb --database pdpgsql'
195
+ tags_for_tests : ' @user-password'
196
+
182
197
pgsm :
183
198
name : PGSM UI tests
184
199
uses : ./.github/workflows/runner-e2e-tests-codeceptjs.yml
@@ -236,21 +251,6 @@ jobs:
236
251
setup_services : ' --database psmdb,SETUP_TYPE=pss'
237
252
tags_for_tests : ' @pmm-psmdb-replica-integration'
238
253
239
- user_and_password_podman :
240
- name : User with changed password UI tests
241
- uses : ./.github/workflows/runner-e2e-tests-podman.yml
242
- secrets : inherit
243
- with :
244
- pmm_server_image : ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
245
- pmm_client_version : ${{ inputs.pmm_client_version || '3-dev-latest' }}
246
- pmm_client_image : ${{ inputs.pmm_client_image || 'perconalab/pmm-client:3-dev-latest' }}
247
- pmm_qa_branch : ' v3'
248
- qa_integration_branch : ${{ inputs.pmm_qa_branch || 'v3' }}
249
- pmm_ui_tests_branch : ${{ inputs.pmm_ui_tests_branch || 'v3' }}
250
- sha : ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
251
- setup_services : ' --addclient=ps,1 --addclient=modb,1'
252
- tags_for_tests : ' @user-password'
253
-
254
254
dump_tool :
255
255
name : Dump Tool UI tests
256
256
uses : ./.github/workflows/runner-e2e-tests-codeceptjs.yml
0 commit comments