Skip to content

Commit

Permalink
test changes added by Sai
Browse files Browse the repository at this point in the history
  • Loading branch information
panchal-yash committed Jul 7, 2023
1 parent f505bba commit bda52f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 20
env:
PS_VERSION: ${{ github.event.inputs.ps_version || '8.0' }}
PS_VERSION: ${{ github.event.inputs.ps_version || '8.0.33-25' }}
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 4 additions & 3 deletions pmm_ps_setup/start-pmm-ps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PS_TARBALL_PATH=https://downloads.percona.com/downloads/TESTING/ps-$PS_VERSION/P
# Delete if the Repo already checkedout
sudo rm -r pmm-qa || true

git clone -b main https://github.com/percona/pmm-qa/
git clone -b PMM-7-tarball-ms-pxc https://github.com/percona/pmm-qa/

cd pmm-qa

Expand All @@ -24,7 +24,8 @@ docker run --detach --restart always --publish 443:443 --name pmm-server $PMM_IM
cd pmm-tests

#Run for ms version and ms client 1
./pmm-framework.sh --ps-version $PS_VERSION --addclient=ms,1 --pmm2
./pmm-framework.sh --ps-version ps-$PS_VERSION --addclient=ms,1 --pmm2


#Run for ps version and ps client 1
./pmm-framework.sh --ps-version $PS_VERSION --addclient=ps,1 --pmm2
./pmm-framework.sh --ps-version ps-$PS_VERSION --addclient=ps,1 --pmm2

0 comments on commit bda52f4

Please sign in to comment.