-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
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]>
… tests. Signed-off-by: Phillip Henderson <[email protected]>
Signed-off-by: Phillip Henderson <[email protected]>
if (env.TEST_RPMS == 'true') { | ||
pkgs = "daos{,-{client,tests,server,serialize}" + add_daos_pkgs + "}" | ||
pkgs = "daos{,-{client,tests-internal,server,serialize}" + add_daos_pkgs + "}" |
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.
Is this creating an issue that once this is landed, CI will be broken until all DAOS branches and PRs are creating these packages?
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.
The daos branches will need to be updated to produce this new package first.
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.
Yes. There is a discussion in the PR starting at https://daosio.atlassian.net/browse/DAOS-10535?focusedCommentId=97808
Replace installing daos-tests with daos-tests-internal for functional testing.
Signed-off-by: Phillip Henderson [email protected]