Skip to content

Commit

Permalink
PMM-12921 fb integration fixes 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Feb 23, 2024
1 parent 20e6ba2 commit 4bd1751
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/runner-integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,10 @@ jobs:
- name: 'Setup <PMM Sever>: "${{ env.PMM_SERVER_IMAGE }}"'
run: |
docker create -v /srv --name pmm-server-data ${{ env.PMM_SERVER_IMAGE }}
docker run -d -p 80:80 -p 443:443 -p 9000:9000 --name pmm-server \
docker run -d -p 80:80 -p 443:443 -p 9000:9000 \
-e PERCONA_TEST_PLATFORM_ADDRESS=https://check-dev.percona.com:443 \
-e PERCONA_TEST_PLATFORM_PUBLIC_KEY=RWTg+ZmCCjt7O8eWeAmTLAqW+1ozUbpRSKSwNTmO+exlS5KEIPYWuYdX \
--volumes-from pmm-server-data \
--restart always ${{ env.PMM_SERVER_IMAGE }}
-e PERCONA_TEST_PLATFORM_PUBLIC_KEY=RWTg+ZmCCjt7O8eWeAmTLAqW+1ozUbpRSKSwNTmO+exlS5KEIPYWuYdX \
--volumes-from pmm-server-data --name pmm-server --restart always ${{ env.PMM_SERVER_IMAGE }}
timeout 240 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://127.0.0.1/v1/readyz)" != "200" ]]; do sleep 2; done' || false
- name: 'Setup PMM Client: <${{ env.PMM_CLIENT_VERSION }}>'
Expand Down

0 comments on commit 4bd1751

Please sign in to comment.