From 07e57c638f463c26c61255003f077e2ed9542544 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 25 Jan 2020 16:11:17 +0100 Subject: [PATCH] Re-enable memory_check test (on Everything, with WS packages) We were only running this test on the Workstation boot ISO... then that was removed, and so we actually never ran this test at all any more. We should run it on at least one image as check- compose uses the output to check whether installer memory usage has increased. I initially ran it on Workstation as that installs the most packages; so let's run it on Everything but use the Workstation package set. Signed-off-by: Adam Williamson --- templates.fif.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 27e3b37e..d5062511 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1434,9 +1434,13 @@ } }, "memory_check": { + "profiles": { + "fedora-Everything-boot-iso-x86_64-*-64bit": 30, + "fedora-Everything-boot-iso-x86_64-*-uefi": 31 + }, "settings": { "MEMCHECK": "1", - "PACKAGE_SET": "default", + "PACKAGE_SET": "workstation", "REPOSITORY_VARIATION": "%LOCATION%", "TEST_TARGET": "NONE" } @@ -2061,4 +2065,4 @@ } } } -} \ No newline at end of file +}