-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supported PostgreSQL DB verification update
- removed 13.x (not supported anymore) - updated 14.x and 15.x to latest versions - added 16.x tests
- Loading branch information
1 parent
92acc96
commit dbde280
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -540,8 +540,8 @@ jobs: | |
- name: "Clean Maven cache" | ||
run: bash ./scripts/ci/cleanup_cache.sh | ||
|
||
repository_postgresql_13_12_tests: | ||
name: "Repository - PostgreSQL 13.12 tests" | ||
repository_postgresql_14_15_tests: | ||
name: "Repository - PostgreSQL 14.15 tests" | ||
runs-on: ubuntu-latest | ||
needs: [prepare] | ||
if: > | ||
|
@@ -557,10 +557,10 @@ jobs: | |
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- name: "Init" | ||
run: bash ./scripts/ci/init.sh | ||
- name: "Run PostgreSQL 13.12 database" | ||
- name: "Run PostgreSQL 14.15 database" | ||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile postgres up -d | ||
env: | ||
POSTGRES_VERSION: 13.12 | ||
POSTGRES_VERSION: 14.15 | ||
- name: "Prepare Report Portal" | ||
if: github.ref_name == 'master' | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
|
@@ -610,27 +610,27 @@ jobs: | |
- name: "Clean Maven cache" | ||
run: bash ./scripts/ci/cleanup_cache.sh | ||
|
||
repository_postgresql_14_9_tests: | ||
name: "Repository - PostgreSQL 14.9 tests" | ||
repository_postgresql_15_10_tests: | ||
name: "Repository - PostgreSQL 15.10 tests" | ||
runs-on: ubuntu-latest | ||
needs: [prepare] | ||
if: > | ||
(((github.ref_name == 'master' || startsWith(github.ref_name, 'release/')) && github.event_name != 'pull_request' && | ||
!contains(github.event.head_commit.message, '[skip db]')) || | ||
contains(github.event.head_commit.message, '[db]')) && | ||
!contains(github.event.head_commit.message, '[skip tests]') && | ||
!contains(github.event.head_commit.message, '[force') | ||
!contains(github.event.head_commit.message, '[skip db]')) || | ||
contains(github.event.head_commit.message, '[db]')) && | ||
!contains(github.event.head_commit.message, '[skip tests]') && | ||
!contains(github.event.head_commit.message, '[force') | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- name: "Init" | ||
run: bash ./scripts/ci/init.sh | ||
- name: "Run PostgreSQL 14.9 database" | ||
- name: "Run PostgreSQL 15.10 database" | ||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile postgres up -d | ||
env: | ||
POSTGRES_VERSION: 14.9 | ||
POSTGRES_VERSION: 15.10 | ||
- name: "Prepare Report Portal" | ||
if: github.ref_name == 'master' | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
|
@@ -680,8 +680,8 @@ jobs: | |
- name: "Clean Maven cache" | ||
run: bash ./scripts/ci/cleanup_cache.sh | ||
|
||
repository_postgresql_15_4_tests: | ||
name: "Repository - PostgreSQL 15.4 tests" | ||
repository_postgresql_16_6_tests: | ||
name: "Repository - PostgreSQL 16.6 tests" | ||
runs-on: ubuntu-latest | ||
needs: [prepare] | ||
if: > | ||
|
@@ -697,10 +697,10 @@ jobs: | |
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- name: "Init" | ||
run: bash ./scripts/ci/init.sh | ||
- name: "Run PostgreSQL 15.4 database" | ||
- name: "Run PostgreSQL 16.6 database" | ||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile postgres up -d | ||
env: | ||
POSTGRES_VERSION: 15.4 | ||
POSTGRES_VERSION: 16.6 | ||
- name: "Prepare Report Portal" | ||
if: github.ref_name == 'master' | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
|
@@ -1061,7 +1061,7 @@ jobs: | |
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- name: "Init" | ||
run: bash ./scripts/ci/init.sh | ||
- name: "Run Postgres 15.4 database" | ||
- name: "Run Postgres 16.6 database" | ||
run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d | ||
- name: "Prepare Report Portal" | ||
if: github.ref_name == 'master' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
SOLR6_TAG=2.0.13 | ||
POSTGRES_TAG=15.4 | ||
POSTGRES_TAG=16.6 | ||
ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
SOLR6_TAG=2.0.13 | ||
POSTGRES_TAG=15.4 | ||
POSTGRES_TAG=16.6 | ||
ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters