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 b7fc263 commit 50669d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fb-e2e-suite.yml
Original file line number Diff line number Diff line change
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: '--database ps --database psmdb --database pdpgsql'
setup_services: '--addclient=ps,1'
tags_for_tests: '@user-password'

dump_tool:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runner-e2e-tests-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
working-directory: ./pmm-qa
run: echo "PATH_TO_PMM_QA=$(pwd)" >> $GITHUB_ENV

- name: Setup PMM2-Client
- name: Setup PMM3-Client
working-directory: ./qa-integration/pmm_qa
run: sudo bash -x pmm3-client-setup.sh --pmm_server_ip 127.0.0.1 --client_version ${{ env.CLIENT_VERSION }} --admin_password ${{ env.ADMIN_PASSWORD }} --use_metrics_mode no

Expand Down

0 comments on commit 50669d9

Please sign in to comment.