From 11fa6cddb158fa35946267ce701dda69e455abd8 Mon Sep 17 00:00:00 2001 From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:58:53 +0200 Subject: [PATCH] PMM-7 swap default mongo version nightly --- pmm/pmm2-ui-tests-nightly.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmm/pmm2-ui-tests-nightly.groovy b/pmm/pmm2-ui-tests-nightly.groovy index 5d91745fb2..feb292c916 100644 --- a/pmm/pmm2-ui-tests-nightly.groovy +++ b/pmm/pmm2-ui-tests-nightly.groovy @@ -241,7 +241,7 @@ pipeline { description: "MariaDB Server version", name: 'MD_VERSION') choice( - choices: ['6.0', '5.0', '4.4', '4.2', '4.0', '3.6'], + choices: ['4.4', '6.0', '5.0', '4.2', '4.0', '3.6'], description: "Percona Server for MongoDB version", name: 'MO_VERSION') choice(