From 52da577f429cbf5bfe31d0ebff5c61d76a51a101 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Sat, 21 Dec 2024 17:28:24 +0100 Subject: [PATCH] Remove non-pg17 bitnami images from tests Bitnami removed support for LTS branches. For us this means only PG17 will get postgres version updates. So this PR removes the images for previous branches from CI test. https://github.com/bitnami/containers/issues/75671 This patch also adds missing timescaledb-ha:pg17 image to the tests. --- .github/workflows/docker-images.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docker-images.yaml b/.github/workflows/docker-images.yaml index f4f09a2fcac..e7e6b4ff30f 100644 --- a/.github/workflows/docker-images.yaml +++ b/.github/workflows/docker-images.yaml @@ -27,12 +27,6 @@ jobs: env: POSTGRES_HOST_AUTH_METHOD: trust POSTGRESQL_PASSWORD: ci - REPMGR_PARTNER_NODES: pg-0 - REPMGR_PRIMARY_HOST: localhost - REPMGR_NODE_NAME: pg-0 - REPMGR_NODE_NETWORK_NAME: localhost - REPMGR_USERNAME: postgres - REPMGR_PASSWORD: ci env: PGHOST: localhost @@ -47,16 +41,11 @@ jobs: "timescaledb:latest-pg15", "timescaledb:latest-pg16", "timescaledb:latest-pg17", - "timescaledb:latest-pg14-bitnami", - "timescaledb:latest-pg15-bitnami", - "timescaledb:latest-pg16-bitnami", - "timescaledb:latest-pg17-bitnami", - "timescaledb:latest-pg14-repmgr-bitnami", - "timescaledb:latest-pg15-repmgr-bitnami", - "timescaledb:latest-pg16-repmgr-bitnami", "timescaledb-ha:pg14", "timescaledb-ha:pg15", "timescaledb-ha:pg16", + "timescaledb-ha:pg17", + "timescaledb:latest-pg17-bitnami", ] steps: