From 3d8ee552fe85aae6f2f00cd2a9436fb6b34513e1 Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 11 May 2022 15:59:37 -0400 Subject: [PATCH] Move some PostgreSQL integration tests to rh7. This makes the u20 test run faster. Since u20 is currently the longest running test, the time to complete all tests is also improved. --- test/lib/pgBackRestTest/Common/VmTest.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/lib/pgBackRestTest/Common/VmTest.pm b/test/lib/pgBackRestTest/Common/VmTest.pm index 3c11172b1..781b7c678 100644 --- a/test/lib/pgBackRestTest/Common/VmTest.pm +++ b/test/lib/pgBackRestTest/Common/VmTest.pm @@ -152,6 +152,10 @@ my $oyVm = &VM_DB_TEST => [ PG_VERSION_96, + PG_VERSION_10, + PG_VERSION_11, + PG_VERSION_12, + PG_VERSION_13, ], }, @@ -281,10 +285,6 @@ my $oyVm = PG_VERSION_93, PG_VERSION_94, PG_VERSION_95, - PG_VERSION_10, - PG_VERSION_11, - PG_VERSION_12, - PG_VERSION_13, PG_VERSION_14, PG_VERSION_15, ],