-
Notifications
You must be signed in to change notification settings - Fork 347
DAOS-10535 tests: Remove daos-tests daos-*-tests-openmpi requirement #8980
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
Changes from all commits
ef646b2
1777230
bbcb78c
8f4f4f0
184fe3e
bd78a7f
c50a637
71517db
58cc514
fefd73f
884aa5e
d346e49
0c6ed1a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ | |
|
|
||
| Name: daos | ||
| Version: 2.3.100 | ||
| Release: 8%{?relval}%{?dist} | ||
| Release: 9%{?relval}%{?dist} | ||
| Summary: DAOS Storage Engine | ||
|
|
||
| License: BSD-2-Clause-Patent | ||
|
|
@@ -226,11 +226,19 @@ This is the package needed to run a DAOS client | |
|
|
||
| %package tests | ||
| Summary: The entire DAOS test suite | ||
| Requires: %{name}-client-tests-openmpi%{?_isa} = %{version}-%{release} | ||
| Requires: %{name}-client-tests%{?_isa} = %{version}-%{release} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure that you can do this all in one commit. This will cause testing on this branch to break until the pipeline-lib change lands. Unless you close landing on this branch after this until the pipeline-lib update lands.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm temporarily including installing the |
||
|
|
||
| %description tests | ||
| This is the package is a metapackage to install all of the test packages | ||
|
|
||
| %package tests-internal | ||
| Summary: The entire internal DAOS test suite | ||
| Requires: %{name}-tests%{?_isa} = %{version}-%{release} | ||
| Requires: %{name}-client-tests-openmpi%{?_isa} = %{version}-%{release} | ||
|
|
||
| %description tests-internal | ||
| This is the package is a metapackage to install all of the internal test packages | ||
|
|
||
| %package client-tests | ||
| Summary: The DAOS test suite | ||
| Requires: %{name}-client%{?_isa} = %{version}-%{release} | ||
|
|
@@ -550,10 +558,17 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
| %files tests | ||
| # No files in a meta-package | ||
|
|
||
| %files tests-internal | ||
| # No files in a meta-package | ||
|
|
||
| %files mofed-shim | ||
| # No files in a shim package | ||
|
|
||
| %changelog | ||
| * Tue May 17 2022 Phillip Henderson <phillip.henderson@intel.com> 2.3.100-9 | ||
| - Remove doas-client-tests-openmpi dependency from daos-tests | ||
| - Add daos-tests-internal package | ||
|
|
||
| * Mon May 9 2022 Ashley Pittman <ashley.m.pittman@intel.com> 2.3.100-8 | ||
| - Extend dfusedaosbuild test to run in different configurations. | ||
|
|
||
|
|
||
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.
Hmm. Just realized that I forgot to set up my pre-commit hook in the new clone I'm using for el8 development. Fixed.