Skip to content

Commit

Permalink
PMM-13084 podman runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed May 1, 2024
1 parent 50669d9 commit ce086ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fb-e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
pmm_test_flag: '@rbac'
pmm_server_version: ${{ inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }}
setup_services: '--database ps'
setup_services: '--database ps --database psmdb'
pmm_qa_branch: ${{ inputs.pmm_qa_branch || 'v3' }}

# Unskip once it will be possible to find ARBITER element on the replset summary dashboard
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
qa_integration_branch: ${{ inputs.pmm_qa_branch || 'v3' }}
pmm_ui_tests_branch: ${{ inputs.pmm_ui_tests_branch || 'v3' }}
sha: ${{ inputs.sha || github.event.pull_request.head.sha || 'null' }}
setup_services: '--addclient=ps,1'
setup_services: '--addclient=ps,1 --addclient=modb,1'
tags_for_tests: '@user-password'

dump_tool:
Expand Down

0 comments on commit ce086ee

Please sign in to comment.