Fix/8.7 rc1 needles #136

Merged
lumarel merged 2 commits from fix/8.7-rc1-needles into 8.7-release 2022-11-13 06:05:21 +00:00
lumarel commented 2022-11-12 02:11:35 +00:00 (Migrated from github.com)

Description

This fixes some needles which appeared to be broken since 8.7 RC1.

How Has This Been Tested?

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

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 fixes some needles which appeared to be broken since 8.7 RC1. # How Has This Been Tested? ```bash openqa-cli api -X POST isos ISO=Rocky-8.7-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=universal VERSION=8.7 BUILD=-8.7-universal-$(git branch --show-current)-$(date +%Y%m%d.%H%M%S).0 ``` # 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
akatch (Migrated from github.com) approved these changes 2022-11-13 04:00:18 +00:00
akatch (Migrated from github.com) left a comment

Looks good. Prior to this PR we were getting 5 failures from universal, now only 3.

Looks good. Prior to this PR we were getting 5 failures from `universal`, now only 3.
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#136
No description provided.