From 494cad0ea2f05dfdeef6990e6eb943a4031d36bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Thu, 3 Sep 2026 15:00:34 +0300 Subject: [PATCH 1/3] test: bump postgres_release to unique .900 versions for green AMI test (PSQL-1327) --- ansible/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index afd34a9d3f..e9ba2c4bfa 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,9 +11,9 @@ postgres_major: # This is the source of truth for Postgres versions used in the Dockerfiles, and # is used to derive image tags and base images in the release matrix. postgres_release: - postgresorioledb-17: "17.9.0.021-orioledb" - postgres17: "17.6.1.168" - postgres15: "15.14.1.168" + postgresorioledb-17: "17.9.0.900-orioledb" + postgres17: "17.6.1.900" + postgres15: "15.14.1.900" # Docker release matrix — base images built first, layered images built on top. # tag and base_tag are derived at build time from postgres_release via release_key. # tag_suffix is appended to the release version to form the final image tag. From b642b13188d631e1ba3bb01cf42b81f5b78da6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Thu, 3 Sep 2026 15:14:20 +0300 Subject: [PATCH 2/3] test: use -amchecktest suffix instead of a bumped patch number (safer, avoids colliding with a real future release number) --- ansible/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index e9ba2c4bfa..a28e27b6cb 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,9 +11,9 @@ postgres_major: # This is the source of truth for Postgres versions used in the Dockerfiles, and # is used to derive image tags and base images in the release matrix. postgres_release: - postgresorioledb-17: "17.9.0.900-orioledb" - postgres17: "17.6.1.900" - postgres15: "15.14.1.900" + postgresorioledb-17: "17.9.0.021-orioledb-amchecktest" + postgres17: "17.6.1.168-amchecktest" + postgres15: "15.14.1.168-amchecktest" # Docker release matrix — base images built first, layered images built on top. # tag and base_tag are derived at build time from postgres_release via release_key. # tag_suffix is appended to the release version to form the final image tag. From 5197a2a5a0d2fdd0018df666e3339ccfc6c6d55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Fri, 4 Sep 2026 08:50:59 +0300 Subject: [PATCH 3/3] test: use bumped .999am version strings instead of a dash-suffix (avoid breaking qemu-image-build.yml's numeric-prefix sed) --- ansible/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index a28e27b6cb..60471d139c 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,9 +11,9 @@ postgres_major: # This is the source of truth for Postgres versions used in the Dockerfiles, and # is used to derive image tags and base images in the release matrix. postgres_release: - postgresorioledb-17: "17.9.0.021-orioledb-amchecktest" - postgres17: "17.6.1.168-amchecktest" - postgres15: "15.14.1.168-amchecktest" + postgresorioledb-17: "17.9.0.999am-orioledb" + postgres17: "17.6.1.999am" + postgres15: "15.14.1.999am" # Docker release matrix — base images built first, layered images built on top. # tag and base_tag are derived at build time from postgres_release via release_key. # tag_suffix is appended to the release version to form the final image tag.