Skip to content

Commit 588c7f3

Browse files
committed
adjuting text vesions for pg and citus
1 parent 2c01dee commit 588c7f3

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/workflows/package-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
export PROJECT_VERSION="${{ github.event.inputs.project_version }}"
3838
echo "project_version: ${{ github.event.inputs.project_version }}"
3939
# To be able to test pipeline without triggering with project_version parameter using workflow_dispatch parameter,
40-
# if workflow_dispatch parameter is empty, 12.0.0 parameter is set to execute pipeline.
41-
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.0.0
40+
# if workflow_dispatch parameter is empty, 13.2.0 parameter is set to execute pipeline.
41+
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=13.2.0
4242
POSTGRES_VERSIONS=$(python -m packaging_automation.get_postgres_versions --project_version ${PROJECT_VERSION})
4343
echo "Postgres Version: ${POSTGRES_VERSIONS}"
4444
echo "::set-output name=pg_versions::${POSTGRES_VERSIONS}"
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
export PROJECT_VERSION="${{ github.event.inputs.project_version }}"
7777
echo "Citus Version: ${PROJECT_VERSION} "
78-
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.0.0
78+
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=13.2.0
7979
python -m packaging_automation.test_citus_package \
8080
--project_version "${PROJECT_VERSION}" \
8181
--os_release ${{ matrix.platform }} \

packaging_automation/tests/files/get_postgres_versions_tests/pg_exclude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ exclude:
22
nightly:
33
ol/7: [15]
44
release:
5-
all: [15]
5+
all: [14, 15]

packaging_automation/tests/files/get_postgres_versions_tests/postgres-matrix.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,14 @@ version_matrix:
1919
- 11.1:
2020
postgres_versions: [ 13, 14, 15 ]
2121
- 12.0:
22-
postgres_versions: [ 14, 15 ]
22+
postgres_versions: [ 14, 15 ]
23+
- 12.1:
24+
postgres_versions: [ 14, 15, 16 ]
25+
- 13.0:
26+
postgres_versions: [ 15, 16, 17 ]
27+
- 13.1:
28+
postgres_versions: [ 15, 16, 17 ]
29+
- 13.2:
30+
postgres_versions: [ 15, 16, 17]
31+
- 14.0:
32+
postgres_versions: [ 16, 17, 18 ]

packaging_test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f34835000e6512cf66f53162c745e415671b931b

0 commit comments

Comments
 (0)