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

SLES/OpenSUSE - build 15.5 and then install/upgrade test to later #608

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

grooverdan
Copy link
Member

This keep our packages list smaller, less building, and works for 15.5 and 15.6

Factor the generation of lists together as what should be identical implementation. There should be only one match in the list.

Template selection

Please go the the Preview tab and select the appropriate sub-template:

@RazvanLiviuVarzaru
Copy link
Collaborator

RazvanLiviuVarzaru commented Nov 7, 2024

Looks ok, but I suggest pinging Elena and Daniel to raise awareness for the Q1 2025 release.
If everyone agrees with the decision, then we merge.

if "sles-1505" in builderName or "opensuse-1505" in builderName:
builders.append(b.replace("1505", "1506"))
break
return builders
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice touch here, rather than returning an empty list if the parent builder doesn't have any install / upgrade builders defined.

This keep our packages list smaller, less building, and works for 15.5 and 15.6

Factor the generation of lists together as what should be identical
implementation. There should be only one match in the list.
@grooverdan grooverdan force-pushed the sles_opensuse_cross_upgrade branch from 652ead5 to 8c5f1db Compare January 15, 2025 05:06
@grooverdan grooverdan marked this pull request as draft January 20, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants