Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions e2e-tests/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1631,22 +1631,13 @@ function get_container_image() {
operatorVersion=main
fi

# Community images are built from upstream PGDG packages and published under
# their own tags. pgBouncer is version agnostic there, so a single image
# serves every PostgreSQL version. PostgreSQL 19 is the exception: it is in
# beta and its images carry the version in the tag, because they are built
# separately (PGDG testing packages, pgBackRest 2.59, PG 19 upgrade binaries).
if [[ ${PG_DISTRIBUTION} == "community" ]]; then
case $component in
pgbouncer)
echo "${IMAGE_BASE}:${operatorVersion}-pgbouncer-community"
pgbouncer | pgbackrest)
echo "${IMAGE_BASE}:${operatorVersion}-${component}-community"
;;
pgbackrest | upgrade)
if [[ ${pgVersion} -ge 19 ]]; then
echo "${IMAGE_BASE}:${operatorVersion}-${component}${pgVersion}"
else
echo "${IMAGE_BASE}:${operatorVersion}-${component}-community"
fi
upgrade)
echo "${IMAGE_BASE}:${operatorVersion}-upgrade-community"
;;
*)
echo "${IMAGE_BASE}:${operatorVersion}-postgres${pgVersion}-community"
Expand Down
5 changes: 1 addition & 4 deletions e2e-tests/release_versions
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ IMAGE_PGBOUNCER18=perconalab/percona-postgresql-operator:main-pgbouncer18
IMAGE_POSTGIS18=perconalab/percona-postgresql-operator:main-ppg18-postgres-gis
IMAGE_BACKREST18=perconalab/percona-postgresql-operator:main-pgbackrest18

IMAGE_POSTGRESQL19=perconalab/percona-postgresql-operator:main-ppg19-postgres
IMAGE_PGBOUNCER19=perconalab/percona-postgresql-operator:main-pgbouncer19
IMAGE_BACKREST19=perconalab/percona-postgresql-operator:main-pgbackrest19
IMAGE_UPGRADE19=perconalab/percona-postgresql-operator:main-upgrade19
IMAGE_POSTGRESQL19_UBI9_COMMUNITY=perconalab/percona-postgresql-operator:main-ppg19-postgres

IMAGE_PGBOUNCER_COMMUNITY=perconalab/percona-postgresql-operator:main-pgbouncer-community
IMAGE_PGBACKREST_COMMUNITY=perconalab/percona-postgresql-operator:main-pgbackrest-community
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/run-pr.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ major-upgrade-14-to-15
major-upgrade-15-to-16
major-upgrade-16-to-17
major-upgrade-17-to-18
major-upgrade-18-to-19
major-upgrade-logical-replica
ldap
ldap-tls
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/run-release.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ major-upgrade-14-to-15
major-upgrade-15-to-16
major-upgrade-16-to-17
major-upgrade-17-to-18
major-upgrade-18-to-19
major-upgrade-logical-replica
major-upgrade-14-to-15-postgis
major-upgrade-15-to-16-postgis
Expand Down
24 changes: 0 additions & 24 deletions e2e-tests/tests/major-upgrade-18-to-19/00-assert.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions e2e-tests/tests/major-upgrade-18-to-19/00-deploy-operator.yaml

This file was deleted.

135 changes: 0 additions & 135 deletions e2e-tests/tests/major-upgrade-18-to-19/01-assert.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions e2e-tests/tests/major-upgrade-18-to-19/01-create-cluster.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions e2e-tests/tests/major-upgrade-18-to-19/02-write-data.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions e2e-tests/tests/major-upgrade-18-to-19/03-assert.yaml

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions e2e-tests/tests/major-upgrade-18-to-19/04-assert.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions e2e-tests/tests/major-upgrade-18-to-19/04-upgrade.yaml

This file was deleted.

Loading
Loading