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:
parent
80c54d5491
commit
07e57c638f
@ -1434,9 +1434,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"memory_check": {
|
"memory_check": {
|
||||||
|
"profiles": {
|
||||||
|
"fedora-Everything-boot-iso-x86_64-*-64bit": 30,
|
||||||
|
"fedora-Everything-boot-iso-x86_64-*-uefi": 31
|
||||||
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"MEMCHECK": "1",
|
"MEMCHECK": "1",
|
||||||
"PACKAGE_SET": "default",
|
"PACKAGE_SET": "workstation",
|
||||||
"REPOSITORY_VARIATION": "%LOCATION%",
|
"REPOSITORY_VARIATION": "%LOCATION%",
|
||||||
"TEST_TARGET": "NONE"
|
"TEST_TARGET": "NONE"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user