File tree Expand file tree Collapse file tree
packaging_automation/tests/files/get_postgres_versions_tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}"
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 }} \
Original file line number Diff line number Diff line change 22 nightly :
33 ol/7 : [15]
44 release :
5- all : [15]
5+ all : [14, 15]
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 1+ Subproject commit f34835000e6512cf66f53162c745e415671b931b
You can’t perform that action at this time.
0 commit comments