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

My Test #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

My Test #2

wants to merge 2 commits into from

Conversation

jggtest
Copy link

@jggtest jggtest commented May 18, 2019

test

jgunthorpe and others added 2 commits May 18, 2019 19:50
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]>
test
@jgunthorpe
Copy link
Owner

/azp help

@azure-pipelines
Copy link

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.

@jgunthorpe
Copy link
Owner

/azp run

@azure-pipelines
Copy link

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants