feat: set DESKTOP=false and PACKAGE_SET=minimal for dvd-iso #127

Merged
akatch merged 1 commits from use_correct_package_set into 9.0_release_fixes 2022-07-24 13:32:50 +00:00
akatch commented 2022-07-19 00:34:10 +00:00 (Migrated from github.com)

Description

This PR adds DESKTOP=false and PACKAGE_SET=minimal for a handful of test suites that were previously failing.

Fixes #81

How Has This Been Tested?

openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-dvd-$(git branch --show-current)

The following test suites should run to completion (that were not succeeding previously):

install_resize_lvm
install_custom_gui_lvm_ext4
install_custom_gui_standard_partition_ext4
install_lvm_ext4

This PR should be merged after #125 .

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
# Description This PR adds `DESKTOP=false` and `PACKAGE_SET=minimal` for a handful of test suites that were previously failing. Fixes #81 # How Has This Been Tested? ``` openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-dvd-$(git branch --show-current) ``` The following test suites should run to completion (that were not succeeding previously): ``` install_resize_lvm install_custom_gui_lvm_ext4 install_custom_gui_standard_partition_ext4 install_lvm_ext4 ``` This PR should be merged after #125 . # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] Any dependent changes have been merged and published in downstream modules
lumarel commented 2022-07-23 20:13:31 +00:00 (Migrated from github.com)

Pipeline is running, will get back to that as soon as it's finished

Pipeline is running, will get back to that as soon as it's finished
lumarel (Migrated from github.com) approved these changes 2022-07-24 13:32:21 +00:00
lumarel (Migrated from github.com) left a comment

Ran the tests all successful, thank you that improved the speed of the tests by a lot!

Ran the tests all successful, thank you that improved the speed of the tests by a lot!
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: testing/os-autoinst-distri-rocky-migrated#127
No description provided.