Needle updates for 9.2 release #179

Merged
akatch merged 8 commits from 9.2_release into develop 2023-05-17 20:53:13 +00:00
akatch commented 2023-05-13 15:06:36 +00:00 (Migrated from github.com)

Description

This PR provides needle updates required for the 9.2 release.

How Has This Been Tested?

# openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION
=9.2 BUILD=-20230513.0-script_updates-9.2
# openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=9
.2 BUILD=-20230513.0-script_updates-9.2
# openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=package-set VERSI
ON=9.2 BUILD=-20230513.0-script_updates-9.2
# openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-minimal.iso ARCH=x86_64 DISTRI=rocky FLAVOR=minimal-iso V
ERSION=9.2 BUILD=-20230513.0-script_updates-9.2
# openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-boot.iso ARCH=x86_64 DISTRI=rocky FLAVOR=boot-iso VERSION
=9.2 BUILD=-20230513.0-script_updates-9.2

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 provides needle updates required for the 9.2 release. # How Has This Been Tested? ``` # openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION =9.2 BUILD=-20230513.0-script_updates-9.2 # openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=9 .2 BUILD=-20230513.0-script_updates-9.2 # openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=package-set VERSI ON=9.2 BUILD=-20230513.0-script_updates-9.2 # openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-minimal.iso ARCH=x86_64 DISTRI=rocky FLAVOR=minimal-iso V ERSION=9.2 BUILD=-20230513.0-script_updates-9.2 # openqa-cli api -X POST isos ISO=Rocky-9.2-x86_64-boot.iso ARCH=x86_64 DISTRI=rocky FLAVOR=boot-iso VERSION =9.2 BUILD=-20230513.0-script_updates-9.2 ``` # 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
AlanMarshall commented 2023-05-14 07:13:19 +00:00 (Migrated from github.com)

Commit 59ac098 clashes with commit a3ee03b in #177 where the same clean up was waiting for merge.

Commit 59ac098 clashes with commit a3ee03b in #177 where the same clean up was waiting for merge.
AlanMarshall commented 2023-05-15 17:08:03 +00:00 (Migrated from github.com)

Tested single vm for FLAVORs universal, package-set, dvd-iso & boot-iso:

Screenshot 2023-05-15 at 17-51-24 openQA

Nice job Al, thank you for your good work!!!

The overlap with #177 is not a problem. Both commits have the same effect so either one can be reverted. Whichever PR is merged first will take precedence and the other can be fixed easily with a revert of the conflicting commit. 😄

Tested single vm for FLAVORs universal, package-set, dvd-iso & boot-iso: ![Screenshot 2023-05-15 at 17-51-24 openQA](https://github.com/rocky-linux/os-autoinst-distri-rocky/assets/3416699/7a431fec-9839-4191-b32a-989c75497445) Nice job Al, thank you for your good work!!! The overlap with #177 is not a problem. Both commits have the same effect so either one can be reverted. Whichever PR is merged first will take precedence and the other can be fixed easily with a revert of the conflicting commit. :smile:
AlanMarshall (Migrated from github.com) approved these changes 2023-05-16 18:50:54 +00:00
AlanMarshall (Migrated from github.com) left a comment

See comment above

See comment above
StackKorora (Migrated from github.com) approved these changes 2023-05-17 20:52:46 +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#179
No description provided.