Give more desktop update tests 4G of RAM

Looking through more openQA failures I saw other desktop update
tests which were clearly caused by OOM kills, so let's give all
the desktop tests we run on updates 4G for now.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-13 10:12:53 +02:00
parent fe383fcec5
commit 05c38f3023
1 changed files with 4 additions and 0 deletions

View File

@ -921,6 +921,7 @@
"BOOTFROM": "c",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"POSTINSTALL": "desktop_background",
"QEMURAM": "4096",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
}
},
@ -1008,6 +1009,7 @@
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"USE_CUPS": "1",
"POSTINSTALL": "desktop_printing",
"QEMURAM": "4096",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
}
},
@ -1042,6 +1044,7 @@
"BOOTFROM": "c",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"POSTINSTALL": "desktop_terminal",
"QEMURAM": "4096",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
}
},
@ -1223,6 +1226,7 @@
"BOOTFROM": "c",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"POSTINSTALL": "desktop_update_graphical",
"QEMURAM": "4096",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
}
},