Skip to content

Commit

Permalink
CI Remove PSMDB 5.0 and add 8.0, temporary use images from perconalab…
Browse files Browse the repository at this point in the history
… until 8.0 release
  • Loading branch information
olexandr-havryliak committed Nov 12, 2024
1 parent 3968353 commit dfb6e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
psmdb: ["5.0", "6.0", "7.0"]
psmdb: ["6.0", "7.0", "8.0"]
test: [logical, physical, incremental, external]
env:
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'main' }}
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Setup environment with PSMDB ${{ matrix.psmdb }} for PBM PR/branch ${{ github.event.pull_request.title || env.PR_NUMBER || env.PBM_BRANCH }}
run: |
PSMDB=percona/percona-server-mongodb:${{ matrix.psmdb }} docker compose build
PSMDB=perconalab/percona-server-mongodb:${{ matrix.psmdb }} docker compose build
docker compose up -d
working-directory: psmdb-testing/pbm-functional/pytest

Expand Down

0 comments on commit dfb6e93

Please sign in to comment.