Skip to content

SRE-3764 build: downgrade leap to 15.5 for 2.6#18155

Merged
daltonbohning merged 5 commits into
release/2.6from
grom72/SRE-3764-2.6
May 1, 2026
Merged

SRE-3764 build: downgrade leap to 15.5 for 2.6#18155
daltonbohning merged 5 commits into
release/2.6from
grom72/SRE-3764-2.6

Conversation

@grom72
Copy link
Copy Markdown
Contributor

@grom72 grom72 commented Apr 30, 2026

Signed-off-by: Tomasz Gromadzki tomasz.gromadzki@hpe.com

Priority: 2

Skip-build-el8-gcc: true

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Allow-unstable-test: true

Skip-func-test-el8: true
Skip-func-test-el9: true
Skip-func-test-leap15: false
Skip-fault-injection-test: true
Skip-test-el-9.6-rpms: true

Skip-func-hw-test: true

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

@daosbuild3
Copy link
Copy Markdown
Collaborator

@daosbuild3
Copy link
Copy Markdown
Collaborator

@grom72 grom72 force-pushed the grom72/SRE-3764-2.6 branch from be4d2c9 to cc2f9f0 Compare April 30, 2026 20:21
@daosbuild3
Copy link
Copy Markdown
Collaborator

Test stage Functional on Leap 15.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18155/1/display/redirect

@daosbuild3
Copy link
Copy Markdown
Collaborator

@daosbuild3
Copy link
Copy Markdown
Collaborator

@daosbuild3
Copy link
Copy Markdown
Collaborator

@daosbuild3
Copy link
Copy Markdown
Collaborator

Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18155/2/display/redirect

@daosbuild3
Copy link
Copy Markdown
Collaborator

Test stage Functional on Leap 15.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18155/2/display/redirect

1 similar comment
@daosbuild3
Copy link
Copy Markdown
Collaborator

Test stage Functional on Leap 15.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18155/2/display/redirect

@github-actions
Copy link
Copy Markdown

Errors are Unable to load ticket data
https://daosio.atlassian.net/browse/SRE-3764

@daosbuild3
Copy link
Copy Markdown
Collaborator

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>

Priority: 2

Skip-build-el8-gcc: true

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Allow-unstable-test: true

Skip-func-test-el8: true
Skip-func-test-el9: true
Skip-func-test-leap15: false
Skip-fault-injection-test: true
Skip-test-el-9.6-rpms: true

Skip-func-hw-test: true
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
@grom72 grom72 force-pushed the grom72/SRE-3764-2.6 branch from cc2f9f0 to 148f6bc Compare April 30, 2026 21:50
grom72 and others added 2 commits May 1, 2026 08:04
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
Priority: 2

Skip-build-el8-gcc: true

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Allow-unstable-test: true

Skip-func-test-el8: true
Skip-func-test-el9: true
Skip-func-test-leap15: false
Skip-fault-injection-test: true
Skip-test-el-9.6-rpms: true

Skip-func-hw-test: true
- Removed Leap 15.5 and Leap 15.4 Functional test stages
- Updated the Test RPMs on Leap to test with 15.4

Signed-off-by: Ryon Jensen <ryon.jensen@hpe.com>

Skip-build-el8-gcc: true

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Allow-unstable-test: true

Skip-func-test-el8: true
Skip-func-test-el9: true
Skip-func-test-leap15: false
Skip-fault-injection-test: true
Skip-test-el-9.6-rpms: true

Skip-func-hw-test: true
@ryon-jensen ryon-jensen force-pushed the grom72/SRE-3764-2.6 branch from d1bbfb3 to 8f95ae5 Compare May 1, 2026 14:07
@ryon-jensen ryon-jensen marked this pull request as ready for review May 1, 2026 14:14
@ryon-jensen ryon-jensen requested a review from a team as a code owner May 1, 2026 14:14
JohnMalmberg
JohnMalmberg previously approved these changes May 1, 2026
ryon-jensen
ryon-jensen previously approved these changes May 1, 2026
Comment thread Jenkinsfile Outdated
Signed-off-by: Ryon Jensen <ryon.jensen@hpe.com>
@ryon-jensen ryon-jensen dismissed stale reviews from JohnMalmberg and themself via 0bb4993 May 1, 2026 15:38
@daosbuild3
Copy link
Copy Markdown
Collaborator

Comment thread Jenkinsfile
}
}
stage('Build RPM on Leap 15') {
stage('Build RPM on Leap 15.5') {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

So we're going back to putting the minor version in the name?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yeah, for now. There is some logic that makes decisions based on the stage name.

ryon-jensen
ryon-jensen previously approved these changes May 1, 2026
@ryon-jensen ryon-jensen requested a review from JohnMalmberg May 1, 2026 17:34
JohnMalmberg
JohnMalmberg previously approved these changes May 1, 2026
@ryon-jensen ryon-jensen added the forced-landing The PR has known failures or has intentionally reduced testing, but should still be landed. label May 1, 2026
@ryon-jensen
Copy link
Copy Markdown
Contributor

ryon-jensen commented May 1, 2026

This change has been verified in build 5, then there were some CI changes that caused failures, but those have been fixed. Build 9 has the CI fixes, and RPMs are built on leap 15.5. Those RPMs have been manually installed on leap 15.4 by myself and Saurabh.

@ryon-jensen ryon-jensen requested a review from a team May 1, 2026 17:46
phender
phender previously approved these changes May 1, 2026
Comment thread utils/rpms/daos.spec Outdated
Comment thread utils/rpms/daos.spec Outdated
@ryon-jensen ryon-jensen dismissed stale reviews from phender, JohnMalmberg, and themself via 01b634b May 1, 2026 19:18
…packages.

Also changed Build on Leap 15 to build with ".5"

Signed-off-by: Ryon Jensen <ryon.jensen@hpe.com>

Priority: 2

Skip-build-el8-gcc: true

Skip-unit-tests:true
Skip-unit-test: true
Skip-NLT: true
Skip-unit-test-memcheck: true

Allow-unstable-test: true

Skip-func-test-el8: true
Skip-func-test-el9: true
Skip-func-test-leap15: false
Skip-fault-injection-test: true
Skip-test-el-9.6-rpms: true

Skip-func-hw-test: true
@ryon-jensen ryon-jensen force-pushed the grom72/SRE-3764-2.6 branch from 01b634b to a81792e Compare May 1, 2026 19:20
@daltonbohning daltonbohning merged commit a33e2a6 into release/2.6 May 1, 2026
65 of 73 checks passed
@daltonbohning daltonbohning deleted the grom72/SRE-3764-2.6 branch May 1, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

forced-landing The PR has known failures or has intentionally reduced testing, but should still be landed.

Development

Successfully merging this pull request may close these issues.

6 participants