Skip to content

Commit

Permalink
Update PSMDB version 4.4 instead of 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed May 5, 2024
1 parent 901c7b2 commit df7d258
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:3-dev-latest' }}
pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }}
cli_test: 'generic unregister --workers=1'
services_list: '--database pdpgsql=16'
test_name: 'Generic'

remove-tests:
Expand Down Expand Up @@ -280,7 +281,7 @@ jobs:
# services_list: '--modb-version=7 --addclient=modb,1'
# test_name: 'MongoDB 7.x'

psmdb-5-tests:
psmdb-44-tests:
name: 'CLI / Integration'
uses: ./.github/workflows/runner-integration-cli-tests.yml
secrets: inherit
Expand All @@ -292,7 +293,7 @@ jobs:
pmm_client_image: ${{ inputs.pmm_client_image || 'perconalab/pmm-client:3-dev-latest' }}
pmm_client_version: ${{ inputs.pmm_client_version || '3-dev-latest' }}
cli_test: 'pmm-ui-tests/cli/tests/mongoDb-psmdb.spec.ts'
services_list: '--database psmdb=5.0,SETUP_TYPE=pss --verbose'
services_list: '--database psmdb=4.4,SETUP_TYPE=pss --verbose'
test_name: 'PSMDB 5.x'

psmdb-6-tests:
Expand Down

0 comments on commit df7d258

Please sign in to comment.