-
Notifications
You must be signed in to change notification settings - Fork 1
DAOS-17203 build: Build DAOS RPMs with Leap 15.6. #460
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but no pipeline-lib testing?
Ah, I think GitHub is being funny + Jenkins down |
Use the opensuse-leap-15.6-x86_64.cfg mock config to build DAOS RPMs. Signed-off-by: Phil Henderson <[email protected]>
d2749f9
to
b97f2df
Compare
Signed-off-by: Phil Henderson <[email protected]>
The Functional on Leap 15.6 stage failures in the weekly-testing and weekly-2.6-testing branches are due to:
Which is because the master and release/2.6 branches do not yet build We really should have the branches control/define the distro versions they use and have pipeline-lib define more generic functions. So I need a way to pass not just the provision distro version to getFunctionalTestStage(), but also the daos distro version - where ideally this inforamtion would come from the base branch (e.g. master or release/x.y) and would not have to be defined/updated in each daily/weekly/provider-testing branch. |
Signed-off-by: Tomasz Gromadzki <[email protected]>
Use the opensuse-leap-15.6-x86_64.cfg mock config to build DAOS RPMs.