Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing reposync for rocky 9 on uyuni #8166

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ Feature: Synchronize products in the products page of the Setup Wizard
@rocky8_minion
Scenario: Add Rocky Linux 8
When I use spacewalk-common-channel to add channel "rockylinux8 rockylinux8-appstream rockylinux8-extras rockylinux8-uyuni-client-devel" with arch "x86_64"
And I wait until all synchronized channels for "res8" have finished
And I wait until all synchronized channels for "rockylinux-8" have finished
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just fine for now with this change, so we fix it now.
But... it's weird that in Uyuni we cover Rocky 8 with Pure Rocky 8 channels, while in SUMA we cover Rocky 8 with Liberty 8 channels.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was assuming it was intentional to do so ??


@susemanager
@rocky9_minion
Expand All @@ -606,6 +606,12 @@ Feature: Synchronize products in the products page of the Setup Wizard
And I wait until I see "Rocky Linux 9 x86_64" product has been added
And I wait until all synchronized channels for "rockylinux-9" have finished

@uyuni
@rocky9_minion
Scenario: Add Rocky Linux 9
When I use spacewalk-common-channel to add channel "rockylinux9 rockylinux9-appstream rockylinux9-extras rockylinux9-uyuni-client-devel" with arch "x86_64"
And I wait until all synchronized channels for "rockylinux-9" have finished

@ubuntu2004_minion
Scenario: Add Ubuntu 20.04
Given I am authorized for the "Admin" section
Expand Down
3 changes: 3 additions & 0 deletions testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@
'almalinux9' =>
%w[
almalinux9-appstream-x86_64
almalinux9-extras-x86_64
almalinux9-x86_64
almalinux9-uyuni-client-x86_64
],
Expand Down Expand Up @@ -716,12 +717,14 @@
'rockylinux-8' =>
%w[
rockylinux-8-appstream-x86_64
rockylinux-8-extras-x86_64
rockylinux-8-x86_64
rockylinux8-uyuni-client-x86_64
],
'rockylinux-9' =>
%w[
rockylinux-9-appstream-x86_64
rockylinux-9-extras-x86_64
rockylinux-9-x86_64
rockylinux9-uyuni-client-x86_64
],
Expand Down