From 0d8ff7bbac11a301709dd8acc8be9d46d52b6972 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 4 Sep 2023 10:25:41 +0200 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20N=C2=B06629=20Set=20co?= =?UTF-8?q?mmit=20tests=20back=20to=20Mysql=20For=20now=20we=20have=20perf?= =?UTF-8?q?=20issues=20on=20Jenkins=20with=20MariaDB=20(see=20N=C2=B06694)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/ci_description.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/ci_description.ini b/tests/ci_description.ini index 65396a54f..8be061499 100644 --- a/tests/ci_description.ini +++ b/tests/ci_description.ini @@ -1,3 +1,9 @@ +[infra] +; lowest phpversion supported is 7.1 but PHPUnit isn't compatible with it :/ +php_version=7.2-apache +; N°6629 perf bug on some tests on mariadb for now, so specifying MySQL +db_version=5.7 + [itop] itop_setup=tests/setup_params/default-params.xml itop_backup=tests/backups/backup-itop.tar.gz