DAOS-4762 build: Improvements for GA supportability#400
DAOS-4762 build: Improvements for GA supportability#400brianjmurrell wants to merge 2 commits intomasterfrom
Conversation
daosbuild1
left a comment
There was a problem hiding this comment.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/cart/job/PR-400/3/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
|
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-400/3/execution/node/45/log |
|
Test stage Build RPM on Leap 15 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-400/3/execution/node/261/log |
|
Test stage Build RPM on CentOS 7 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-400/3/execution/node/257/log |
|
Test stage Build RPM on Leap 15 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-400/4/execution/node/266/log |
|
Test stage Build RPM on CentOS 7 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-400/4/execution/node/257/log |
ac28758 to
afbd3ba
Compare
|
Test stage Build RPM on Leap 15 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-400/5/execution/node/257/log |
|
Test stage Build RPM on CentOS 7 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/cart/view/change-requests/job/PR-400/5/execution/node/258/log |
eeb8bf3 to
47eb230
Compare
|
Test stage Single-node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/cart/job/PR-400/8/display/redirect |
|
Test stage Single-node-valgrind completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/cart/job/PR-400/8/display/redirect |
|
Test stage Two-node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/cart/job/PR-400/8/display/redirect |
|
Test stage Three-node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/cart/job/PR-400/8/display/redirect |
|
Test stage Five-node completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/cart/job/PR-400/8/display/redirect |
Several improvements to enhance supportability of DAOS 1.0 once it's
released:
- remove libfabric requirement as that's mercury's job
- require mercury to be < 2.0.0a1 as that was an improper way of
specifying a pre-release
- would prefer to set a minimum version also however
rpm-software-management/yum#124
PR-repos: mercury@PR-44
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
47eb230 to
249dc52
Compare
|
The ticket isn't on the rc1 list |
Correct. I am still waiting for one more approval vote from @johannlombardi. I will request review from the gatekeeper if/when I get it. There will of course be a corresponding daos PR if I do get approval. |
jolivier23
left a comment
There was a problem hiding this comment.
Approving to remove from my list until it gets approved and you add gatekeeper
| BuildRequires: libfabric-devel | ||
| BuildRequires: openpa-devel | ||
| BuildRequires: mercury-devel = %{mercury_version} | ||
| BuildRequires: mercury-devel < 2.0.0a1 |
There was a problem hiding this comment.
It seems like there's a lot of flip-flopping between using the macro version and hard-coding it... Maybe I don't understand the relationship between the PRs.
There was a problem hiding this comment.
Yeah, because the concept with the macro was that it was an exact version but now we are migrating to any version less than. I don't want people mistakingly continuing to populate the macro as an exact version when it's actually being used as a less than as the results would be not at all what they are looking for.
This really is just a 1.0 branch issue, for future supportability.
…e-improvements Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
4a18828
Several improvements to enhance supportability of DAOS 1.0 once it's
released:
however yum-builddep not abiding by BuildRequires: package range rpm-software-management/yum#124 prevents
us from doing that so...
pre-release
Signed-off-by: Brian J. Murrell brian.murrell@intel.com