Project

General

Profile

action #155533

Updated by JERiveraMoya 4 months ago

## Motivation 

 [MR#68](https://gitlab.suse.de/qe-yam/openqa-job-groups/-/merge_requests/68) introduced a problem to the `modify_existing_partition` test that leads to problems in `validate_default_target` (aarch64) or `first_boot` (x86_64) and proably will also fail on other archs. 

 The underlying problem is that with the MR the `DESKTOP` setting is set to "gnome" while in the YAML workflow we select the role "textmode", so `DESKTOP` should be "textmode" as well. 

 ## Acceptance criteria: 

 - **AC1**: Correct mistaken and set DESKTOP to textmode for the affected test. 

 ## ~~## Additional info 
 ~~The 

 The error is introduced by `<<: *gnome_and_qemuram` that sets `DESKTOP` to "gnome" and increases the `QEMURAM` size. So maybe we need another import `textmode_and_qemuram` to use here.~~ 
 The intent of this settings was to put together this two conditions of having a desktop gnome and the RAM required, copy-pasting this would defeat its purpose.

Back