8.6 release fixes #92

Merged
akatch merged 14 commits from 8.6_release_fixes into develop 2022-06-09 23:15:17 +00:00
akatch commented 2022-05-14 15:45:11 +00:00 (Migrated from github.com)

Description

This PR contains fixes to the openQA automation that were needed for the 8.6 release.

Fixes #79, #80, #81, #82, #83, #84, #89, #98, and #99.

How Has This Been Tested?

# openqa-cli api -X POST isos ISO=Rocky-8.6-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.6 BUILD=8.6_universal_20220607.222847.0 PACKAGE_SET=minimal IDENTIFICATION=false

With these changes, the above test run should produce the following result:
32 passes
11 failures (install_arabic_language, install_cyrillic_language, install_european_language, and install_asian_language all fail at _software_selection and install_serial_console fails at _boot_to_anaconda)
4 skips (install_kickstart_nfs is skipped because support_server is unavailable)

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 contains fixes to the openQA automation that were needed for the 8.6 release. Fixes #79, #80, #81, #82, #83, #84, #89, #98, and #99. # How Has This Been Tested? ``` # openqa-cli api -X POST isos ISO=Rocky-8.6-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.6 BUILD=8.6_universal_20220607.222847.0 PACKAGE_SET=minimal IDENTIFICATION=false ``` With these changes, the above test run should produce the following result: 32 passes 11 failures (`install_arabic_language`, `install_cyrillic_language`, `install_european_language`, and `install_asian_language` all fail at `_software_selection` and `install_serial_console` fails at `_boot_to_anaconda`) 4 skips (`install_kickstart_nfs` is skipped because support_server is unavailable) # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] 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
tcooper (Migrated from github.com) reviewed 2022-05-14 15:45:11 +00:00
lumarel (Migrated from github.com) approved these changes 2022-06-09 00:23:24 +00:00
lumarel (Migrated from github.com) left a comment

These are all the fixes we were already using, right?
Then everything should already be tested to extend 👍🏻
(Also looked over the content for short and nothing peeked out to me)

These are all the fixes we were already using, right? Then everything should already be tested to extend 👍🏻 (Also looked over the content for short and nothing peeked out to me)
akatch commented 2022-06-09 02:08:14 +00:00 (Migrated from github.com)

These are all the fixes we were already using, right? Then everything should already be tested to extend 👍🏻 (Also looked over the content for short and nothing peeked out to me)

Correct, this was the feature branch we all worked from while testing the 8.6 release. Thanks for taking a look Lukas!

> These are all the fixes we were already using, right? Then everything should already be tested to extend 👍🏻 (Also looked over the content for short and nothing peeked out to me) Correct, this was the feature branch we all worked from while testing the 8.6 release. Thanks for taking a look Lukas!
StackKorora (Migrated from github.com) approved these changes 2022-06-09 23:15:07 +00:00
Sign in to join this conversation.
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#92
No description provided.