action #155533
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
Correct wrong GNOME desktop in modify_existing_partition test
0%
Description
Motivation¶
MR#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 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.
Updated by JERiveraMoya 8 months ago
- Status changed from Workable to New
- Parent task changed from #130075 to #151816
Updated by JERiveraMoya 8 months ago
- Tags set to qe-yam-feb-sprint
- Status changed from New to Workable
- Priority changed from High to Normal
Updated by JERiveraMoya 8 months ago
Instead of setting artificial priorities, @rainerkoenig I recommend to order the tickets in our Scrum board and put them on the top to address recent failures soon.
Because high it is other thing, I prefer that this comes from PMs or other stakeholders.
Updated by JERiveraMoya 8 months ago
- Status changed from In Progress to Resolved