Skip to content

Commit

Permalink
PMM-13084 skip client setup on host
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Apr 26, 2024
1 parent 4ee55b8 commit 399985f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ jobs:
working-directory: qa-integration
run: echo "PATH_TO_PMM_QA=$(pwd)" >> $GITHUB_ENV

- name: Setup PMM2-Client
working-directory: qa-integration/pmm_qa
run: sudo bash -x pmm2-client-setup.sh --pmm_server_ip 192.168.0.1 --client_version ${{ env.PMM_CLIENT_VERSION }} --admin_password ${{ env.ADMIN_PASSWORD }} --use_metrics_mode no
# - name: Setup PMM2-Client
# working-directory: qa-integration/pmm_qa
# run: sudo bash -x pmm2-client-setup.sh --pmm_server_ip 192.168.0.1 --client_version ${{ env.PMM_CLIENT_VERSION }} --admin_password ${{ env.ADMIN_PASSWORD }} --use_metrics_mode no

- name: Run Setup for E2E Tests
working-directory: qa-integration/pmm_qa
Expand Down

0 comments on commit 399985f

Please sign in to comment.