ACS-9113 Verify Supported Platform for 25.1 (#3142)

- updated test suites to verify support of MariaDB 10.11
This commit is contained in:
Gerard Olenski
2025-01-14 10:07:23 +01:00
committed by GitHub
parent d11a0deacc
commit fb45a3e3c2

View File

@@ -337,7 +337,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
version: ['10.2.18', '10.4', '10.5'] version: ['10.5', '10.6']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.2.0 - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.2.0
@@ -398,8 +398,8 @@ jobs:
- name: "Clean Maven cache" - name: "Clean Maven cache"
run: bash ./scripts/ci/cleanup_cache.sh run: bash ./scripts/ci/cleanup_cache.sh
repository_mariadb_10_6_tests: repository_mariadb_10_11_tests:
name: "Repository - MariaDB 10.6 tests" name: "Repository - MariaDB 10.11 tests"
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [prepare] needs: [prepare]
if: > if: >
@@ -416,10 +416,10 @@ jobs:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.2.0 - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.2.0
- name: "Init" - name: "Init"
run: bash ./scripts/ci/init.sh run: bash ./scripts/ci/init.sh
- name: "Run MariaDB 10.6 database" - name: "Run MariaDB 10.11 database"
run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile mariadb up -d run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile mariadb up -d
env: env:
MARIADB_VERSION: 10.6 MARIADB_VERSION: 10.11
- name: "Prepare Report Portal" - name: "Prepare Report Portal"
if: github.ref_name == 'master' if: github.ref_name == 'master'
uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.2.0 uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.2.0