2018-07-16 11:43:12 +00:00
|
|
|
|
|
|
|
<!--
|
|
|
|
Thank you for opening a pull request! Here are some tips on creating
|
|
|
|
a well formatted contribution.
|
|
|
|
|
|
|
|
Please give your pull request a title like "[component]: [short description]"
|
|
|
|
|
|
|
|
This is the format for commit messages:
|
|
|
|
|
|
|
|
"""
|
|
|
|
[component]: [short description]
|
|
|
|
|
|
|
|
[A longer multiline description]
|
|
|
|
|
|
|
|
Fixes: [ticket URL on tracker.ceph.com, create one if necessary]
|
|
|
|
Signed-off-by: [Your Name] <[your email]>
|
|
|
|
"""
|
|
|
|
|
|
|
|
The Signed-off-by line is important, and it is your certification that
|
|
|
|
your contributions satisfy the Developers Certificate or Origin. For
|
|
|
|
more detail, see SubmittingPatches.rst.
|
|
|
|
|
|
|
|
The component is the short name of a major daemon or subsystem,
|
|
|
|
something like "mon", "osd", "mds", "rbd, "rgw", etc. For ceph-mgr modules,
|
|
|
|
give the component as "mgr/<module name>" rather than a path into pybind.
|
|
|
|
|
|
|
|
For more examples, simply use "git log" and look at some historical commits.
|
|
|
|
|
|
|
|
This was just a quick overview. More information for contributors is available here:
|
|
|
|
https://raw.githubusercontent.com/ceph/ceph/master/SubmittingPatches.rst
|
|
|
|
|
|
|
|
-->
|
2019-07-31 10:56:24 +00:00
|
|
|
## Checklist
|
2018-07-16 11:43:12 +00:00
|
|
|
- [ ] References tracker ticket
|
|
|
|
- [ ] Updates documentation if necessary
|
|
|
|
- [ ] Includes tests for new functionality or reproducer for bug
|
|
|
|
|
2019-07-31 10:56:24 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>Show available Jenkins commands</summary>
|
|
|
|
|
|
|
|
- `jenkins retest this please`
|
2019-09-18 14:24:04 +00:00
|
|
|
- `jenkins test crimson perf`
|
2019-08-26 09:16:25 +00:00
|
|
|
- `jenkins test signed`
|
2019-07-31 10:56:24 +00:00
|
|
|
- `jenkins test make check`
|
|
|
|
- `jenkins test make check arm64`
|
|
|
|
- `jenkins test submodules`
|
|
|
|
- `jenkins test dashboard`
|
2019-08-22 13:33:02 +00:00
|
|
|
- `jenkins test dashboard backend`
|
2019-07-31 10:56:24 +00:00
|
|
|
- `jenkins test docs`
|
|
|
|
- `jenkins render docs`
|
2019-10-28 10:45:09 +00:00
|
|
|
- `jenkins test ceph-volume all`
|
|
|
|
- `jenkins test ceph-volume tox`
|
2019-07-31 10:56:24 +00:00
|
|
|
|
|
|
|
</details>
|