From 8b27f3a68879a78d35fd7d5bac72fb792cf18da8 Mon Sep 17 00:00:00 2001 From: Eric Harper Date: Tue, 28 Nov 2023 09:34:09 -0700 Subject: [PATCH] instructions for running ci on pr template (#7944) Signed-off-by: eharper --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6858131a81f8..3f448d896d0f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,9 @@ Add a one line overview of what this PR aims to accomplish. # Add a code snippet demonstrating how to use this ``` +# Jenkins CI +To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. + # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)