Skip to content
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-10535 tests: Install new daos-tests-internal package #311

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

phender
Copy link
Contributor

@phender phender commented May 12, 2022

Replace installing daos-tests with daos-tests-internal for functional testing.

Signed-off-by: Phillip Henderson [email protected]

phender added 2 commits May 10, 2022 10:04
The daos-{client,server}-tests-openmpi packages will no longer be
installed via daos-test requirements.  Explicitly install them for CI
testing.

Signed-off-by: Phillip Henderson <[email protected]>
Signed-off-by: Phillip Henderson <[email protected]>
@phender phender requested a review from JohnMalmberg May 12, 2022 16:38
Comment on lines 28 to +29
if (env.TEST_RPMS == 'true') {
pkgs = "daos{,-{client,tests,server,serialize}" + add_daos_pkgs + "}"
pkgs = "daos{,-{client,tests-internal,server,serialize}" + add_daos_pkgs + "}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this creating an issue that once this is landed, CI will be broken until all DAOS branches and PRs are creating these packages?

Copy link
Contributor

Choose a reason for hiding this comment

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

The daos branches will need to be updated to produce this new package first.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. There is a discussion in the PR starting at https://daosio.atlassian.net/browse/DAOS-10535?focusedCommentId=97808

@phender phender marked this pull request as draft May 13, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants