forked from linux-rdma/rdma-core
-
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
My Test #2
Open
jggtest
wants to merge
2
commits into
jgunthorpe:master
Choose a base branch
from
jggtest:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
My Test #2
Conversation
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
Azure Pipelines is intended to replace travis as the CI for rdma-core. Build times are much faster at around 5 mins (vs 23 mins for travis) and because it is pre-built container based it should not suffer from the same flakiness that travis historically has. This commit replicates all the functionality of travis, except for the .tar.gz upload on release. That requires a more careful security analysis. The GitHub experience is similar with the notable difference that checkpatch warnings/errors now result in a green checkmark. Clicking through the check will show a count of errors/warnings and Azure's GUI will show an orange checkmark. Signed-off-by: Jason Gunthorpe <[email protected]>
/azp help |
Supported commands help: Get descriptions, examples and documentation about supported commands Example: help "command_name" list: List all pipelines for this repository using a comment. Example: "list" run: Run all pipelines or a specific pipeline for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify a pipeline to run. Example: "run" or "run pipeline_name" where: Report back the Azure DevOps orgs that are related to this repository and org Example: "where" See additional documentation. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
jgunthorpe
pushed a commit
that referenced
this pull request
Oct 22, 2019
Initialize the reserved fields in create AH command to eliminate valgrind warnings such as: ==18022== Syscall param write(buf) points to uninitialised byte(s) ==18022== at 0x513A894: write (in /usr/lib64/libc-2.26.so) ==18022== by 0x4E440C0: _execute_cmd_write (cmd_fallback.c:250) ==18022== by 0x4E418BC: ibv_cmd_create_ah (cmd.c:1443) ==18022== by 0x7E9E0F7: efa_create_ah (verbs.c:1180) ==18022== by 0x4E4C120: ibv_create_ah@@IBVERBS_1.1 (verbs.c:641) ==18022== by 0x403191: pp_connect_ctx (ud_pingpong.c:117) ==18022== by 0x402694: main (ud_pingpong.c:741) ==18022== Address 0x1ffefffe0c is on thread 1's stack ==18022== in frame #2, created by ibv_cmd_create_ah (cmd.c:1425) Signed-off-by: Gal Pressman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
test