Skip to content

Commit c824b2f

Browse files
committed
chore(ansible): suffix postgres_release with _utk_test to avoid AMI name collisions
Prevents repeated 'AMI Name already in use' failures during workflow-dispatch builds off this PR branch by namespacing all three release strings. To revert before merging: postgresorioledb-17: 17.6.0.089-orioledb_utk_test -> 17.6.0.NNN-orioledb postgres17: 17.10.1.001_utk_test -> 17.10.1.001 postgres15: 15.18.1.001_utk_test -> 15.18.1.001 Refs: PSQL-1233
1 parent c3e5bd1 commit c824b2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.088-orioledb"
14-
postgres17: "17.10.1.001"
15-
postgres15: "15.18.1.001"
13+
postgresorioledb-17: "17.6.0.089-orioledb_utk_test"
14+
postgres17: "17.10.1.001_utk_test"
15+
postgres15: "15.18.1.001_utk_test"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.25.1

0 commit comments

Comments
 (0)