9.0 release fixes #105

Merged
akatch merged 47 commits from 9.0_release_fixes into develop 2022-08-11 14:17:29 +00:00
akatch commented 2022-06-12 15:47:32 +00:00 (Migrated from github.com)

Description

This branch contains the fixes developed for testing of the 9.0 release.

Fixes #103

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-universal-$(git branch --show-current)
openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-dvd-$(git branch --show-current)
openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-boot.iso ARCH=x86_64 DISTRI=rocky FLAVOR=boot-iso VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-boot-$(git branch --show-current) GRUB="inst.repo=https://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/" DNF_CONTENTDIR=true

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 branch contains the fixes developed for testing of the 9.0 release. Fixes #103 # 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-universal-$(git branch --show-current) openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-dvd-$(git branch --show-current) openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-boot.iso ARCH=x86_64 DISTRI=rocky FLAVOR=boot-iso VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-boot-$(git branch --show-current) GRUB="inst.repo=https://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/" DNF_CONTENTDIR=true ``` # 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
lumarel commented 2022-07-26 21:58:19 +00:00 (Migrated from github.com)

Welp... time to run everything from 8.6 and 9.0

Welp... time to run everything from 8.6 and 9.0
lumarel (Migrated from github.com) approved these changes 2022-07-27 22:50:57 +00:00
lumarel (Migrated from github.com) left a comment

I ran basically everything for 8.6 and 9.0 now, there are several failures, which are not blocking in my opinion, there is only the os_release check for 8.6 which is failing, I don't know if we want to handle that right now or just fix after merging this.

And please.. please don't squash merge this request so it will be far more easy to wrap our head around the changes when we later need to troubleshoot something of these.
Thank you!

I ran basically everything for 8.6 and 9.0 now, there are several failures, which are not blocking in my opinion, there is only the os_release check for 8.6 which is failing, I don't know if we want to handle that right now or just fix after merging this. And please.. please don't squash merge this request so it will be far more easy to wrap our head around the changes when we later need to troubleshoot something of these. Thank you!
lumarel (Migrated from github.com) commented 2022-07-27 22:47:43 +00:00

This does not work for 8.

This does not work for 8.
StackKorora (Migrated from github.com) approved these changes 2022-08-11 14:16:52 +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#105
No description provided.