-
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-14261 engine: Add dss_chore for I/O forwarding (#13372) #14158
Merged
Merged
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9523ff1
DAOS-14261 engine: Add dss_chore for I/O forwarding (#13372)
liw 5f61573
b/334920724 - Fix google/2.4 pylint issues
jolivier23 fade6d6
DAOS-15429 test: Fix Go unit tests (#13981)
mjmac dd90047
DAOS-13490 test: Update valgrind suppressions. (#13142)
ashleypittman fd4fc5a
Merge branch 'jvolivie/patch' into jvolivie/backport_io_forward
jolivier23 1406159
DAOS-15159 test: add a supression for new valgrind warning in NLT (#1…
mchaarawi 7f9d8c8
DAOS-14669 test: switch tcp;ofi_rxm testing to tcp (#13365)
soumagne 5915a99
DAOS-15548 test: add new valgrind suppression for daos tool (#14081)
mchaarawi 6dafd4a
DAOS-15159 test: add a supression for new valgrind warning in NLT (#1…
mchaarawi 0a668b3
DAOS-14669 test: switch tcp;ofi_rxm testing to tcp (#13365)
soumagne b8ce6c4
DAOS-15548 test: add new valgrind suppression for daos tool (#14081)
mchaarawi 618871c
Merge branch 'jvolivie/patch' into jvolivie/backport_io_forward
jolivier23 974f213
Merge branch 'google/2.4' into jvolivie/backport_io_forward
jolivier23 aa19cdb
Merge branch 'google/2.4' into jvolivie/backport_io_forward
jolivier23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,16 +289,16 @@ pipeline { | |
description: 'Run the Functional on Ubuntu 20.04 test stage' + | ||
' Requires CI_MORE_FUNCTIONAL_PR_TESTS') | ||
booleanParam(name: 'CI_medium_TEST', | ||
defaultValue: true, | ||
defaultValue: false, | ||
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. debugging? 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. No, I'm disabling hardware testing on the google branch so we don't use too much resources |
||
description: 'Run the Functional Hardware Medium test stage') | ||
booleanParam(name: 'CI_medium-verbs-provider_TEST', | ||
defaultValue: true, | ||
defaultValue: false, | ||
description: 'Run the Functional Hardware Medium Verbs Provider test stage') | ||
booleanParam(name: 'CI_medium-ucx-provider_TEST', | ||
defaultValue: true, | ||
defaultValue: false, | ||
description: 'Run the Functional Hardware Medium UCX Provider test stage') | ||
booleanParam(name: 'CI_large_TEST', | ||
defaultValue: true, | ||
defaultValue: false, | ||
description: 'Run the Functional Hardware Large test stage') | ||
string(name: 'CI_UNIT_VM1_LABEL', | ||
defaultValue: 'ci_vm1', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 it intentional to comment these out?
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.
Ah. Just realized it's for the google branch :)
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.
yeah, just making it so we don't bug everyone.. Unfortunately, until CODEOWNERS lands, it will still do so.