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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-01-25 16:11:17 +01:00
parent 80c54d5491
commit 07e57c638f
1 changed files with 6 additions and 2 deletions

View File

@ -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 @@
}
}
}
}
}