]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: github: add a note reminding to use one command per comment
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 15 Sep 2025 20:15:42 +0000 (16:15 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 15 Sep 2025 20:40:11 +0000 (16:40 -0400)
When I started using ceph I also thought it would be natural to issue >1
command per comment, but it doesn't work. I saw someone else doing it
recently and thought it would be good to have this reminder in the PR
template.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
.github/pull_request_template.md

index f6542d2af078accbe89c917bebc89c4c3374e109..17674d347bd33f9f2e8cbd93a87ddd9f6dcde5cf 100644 (file)
@@ -62,4 +62,7 @@
 - `jenkins test ceph-volume all` [Jenkins Jobs](https://jenkins.ceph.com/view/ceph-volume%20PR/) | [Jenkins Jobs Definition](https://github.com/ceph/ceph-build/blob/main/ceph-volume-cephadm-prs/config/definitions/ceph-volume-pr.yml)
 - `jenkins test windows` [Jenkins Job](https://jenkins.ceph.com/job/ceph-windows-pull-requests/) | [Jenkins Job Definition](https://github.com/ceph/ceph-build/blob/main/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml)
 - `jenkins test rook e2e` [Jenkins Job](https://jenkins.ceph.com/view/all/job/ceph-orchestrator-rook-e2e/) | [Jenkins Job Definition](https://github.com/ceph/ceph-build/blob/main/ceph-rook-e2e/config/definitions/ceph-orchestrator-rook-e2e.yml)
+
+You must only issue one Jenkins command per-comment. Jenkins does not understand
+comments with more than one command.
 </details>