Skip to content

Commit

Permalink
Add GHA job for docker-gh-ost-replica-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-anders committed Jan 29, 2025
1 parent 1c092f1 commit 7142b2b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/replica-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:

runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
version: [mysql-5.7.25,mysql-8.0.16,PerconaServer-8.0.21]

Expand All @@ -22,3 +23,27 @@ jobs:
env:
TEST_MYSQL_VERSION: ${{ matrix.version }}
run: script/cibuild-gh-ost-replica-tests

docker-tests:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
image: ['mysql:8.4.3']
env:
TEST_MYSQL_IMAGE: ${{ matrix.image }}

steps:
- uses: actions/checkout@v4

- name: Setup environment
run: script/docker-gh-ost-replica-tests up

- name: Run tests
run: script/docker-gh-ost-replica-tests run

- name: Teardown environment
if: always()
run: script/docker-gh-ost-replica-tests down


0 comments on commit 7142b2b

Please # to comment.