-
Notifications
You must be signed in to change notification settings - Fork 301
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
DAOS-15596 pkg: Update argobots to 1.2 #15181
Conversation
Ticket title is 'Update Argobots to 1.2' |
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/1/execution/node/273/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/1/execution/node/354/log |
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/1/execution/node/304/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/1/execution/node/357/log |
Update argobots dependency to 1.2 release PR-repos: argobots@PR-26:12 Required-githooks: true Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
d7087eb
to
861445b
Compare
WARNING This PR should not be merged before the PR daos-stack/argobots#26 of the argobots-package one. |
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.
You should also update
Line 19 in 861445b
libabt-dev, |
debian/changelog
entry update.
utils/rpms/daos.spec
Outdated
@@ -592,6 +592,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |||
# No files in a shim package | |||
|
|||
%changelog | |||
* Tue Sep 24 2024 Cedric Koch-Hofer <cedric.koch-hofer@intel.com> 2.7.100-6 | |||
- Update argobots to 1.2 |
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.
- Update argobots to 1.2 | |
- Update BR: argobots to 1.2 |
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.
- Fix changelog message
utils/rpms/daos.spec
Outdated
@@ -41,7 +41,7 @@ BuildRequires: hwloc-devel | |||
BuildRequires: bullseye | |||
%endif | |||
%if (0%{?rhel} >= 8) | |||
BuildRequires: argobots-devel >= 1.1 | |||
BuildRequires: argobots-devel >= 1.2 |
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.
You also need to update
Line 48 in 861445b
BuildRequires: libabt-devel >= 1.0rc1 |
But probably a better way to handle this is to add a new
%global argobots_version 1.2
after
Line 7 in 861445b
%global libfabric_version 1.15.1-1 |
BuildRequires: argobots-devel >= 1.2 | |
BuildRequires: argobots-devel >= %{argobots_version} |
and then
-BuildRequires: libabt-devel >= 1.0rc1
+BuildRequires: libabt-devel >= %{argobots_version}
on line 48.
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.
- Improve RPM build dep version handling
utils/rpms/daos.spec
Outdated
@@ -592,6 +592,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |||
# No files in a shim package | |||
|
|||
%changelog | |||
* Tue Sep 24 2024 Cedric Koch-Hofer <cedric.koch-hofer@intel.com> 2.7.100-6 |
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.
Please freshen the datestamp here.
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.
- Refresh changelong timestamp
…/daos-15596 Required-githooks: true
Fix reviewers comments: - Fix changelog message - Improve RPM build dep version handling - Refresh changelong timestamp - Update debian packaging info PR-repos: argobots@PR-26:14 Required-githooks: true Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/5/execution/node/344/log |
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/5/execution/node/357/log |
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/5/execution/node/341/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/5/execution/node/338/log |
…/daos-15596 Required-githooks: true
Fix reviewers comments: - Fix missing version update Required-githooks: true Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
…/daos-15596 Required-githooks: true
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/8/execution/node/1519/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15181/9/execution/node/476/log |
…/daos-15596 Required-githooks: true
@brianjmurrell could you tell me, please, if the PR is OK for you of if something is missing. |
@daos-stack/daos-gatekeeper , please could you lend this PR with the following commit message: |
Description
Update argopbots dependency to 1.2 release
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: