Skip to content

Commit 3a8b721

Browse files
samrosejfroche
authored andcommitted
feat: rebase on develop and suffix for testing
1 parent 4163a0d commit 3a8b721

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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.5.1.050-orioledb"
14-
postgres17: "17.6.1.029"
15-
postgres15: "15.14.1.029"
13+
postgresorioledb-17: "17.5.1.050-orioledb-test-1"
14+
postgres17: "17.6.1.029-test-1"
15+
postgres15: "15.14.1.029-test-1"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

nix/ext/tests/pg_stat_monitor.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ self.inputs.nixpkgs.lib.nixos.runTest {
101101
requires = [ "postgresql-migrate.service" ];
102102
};
103103
};
104-
105104
};
106105
testScript =
107106
{ nodes, ... }:

0 commit comments

Comments
 (0)