Skip to content

Commit 736a88a

Browse files
committed
updated github workflow
Issue: PGO-353
1 parent d30f124 commit 736a88a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/test.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1
109109
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
110110
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1
111+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0
112+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0
113+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0
111114
- run: go mod download
112115
- name: Build executable
113116
run: PGO_VERSION='${{ github.sha }}' make build-postgres-operator
@@ -137,22 +140,24 @@ jobs:
137140
--env 'RELATED_IMAGE_POSTGRES_14_GIS_3.1=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1' \
138141
--env 'RELATED_IMAGE_POSTGRES_15=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1' \
139142
--env 'RELATED_IMAGE_POSTGRES_15_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1' \
143+
--env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0' \
144+
--env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0' \
145+
--env 'RELATED_IMAGE_POSTGRES_16_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0' \
140146
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true' \
141147
--name 'postgres-operator' ubuntu \
142148
postgres-operator
143-
144149
- name: Install kuttl
145150
run: |
146151
curl -Lo /usr/local/bin/kubectl-kuttl https://github.com/kudobuilder/kuttl/releases/download/v0.13.0/kubectl-kuttl_0.13.0_linux_x86_64
147152
chmod +x /usr/local/bin/kubectl-kuttl
148153
149154
- run: make generate-kuttl
150155
env:
151-
KUTTL_PG_UPGRADE_FROM_VERSION: '14'
152-
KUTTL_PG_UPGRADE_TO_VERSION: '15'
153-
KUTTL_PG_VERSION: '14'
154-
KUTTL_POSTGIS_VERSION: '3.1'
155-
KUTTL_PSQL_IMAGE: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9-1'
156+
KUTTL_PG_UPGRADE_FROM_VERSION: '15'
157+
KUTTL_PG_UPGRADE_TO_VERSION: '16'
158+
KUTTL_PG_VERSION: '15'
159+
KUTTL_POSTGIS_VERSION: '3.3'
160+
KUTTL_PSQL_IMAGE: 'registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1'
156161
- run: |
157162
make check-kuttl && exit
158163
failed=$?

0 commit comments

Comments
 (0)