Skip to content

Commit fb6caca

Browse files
committed
scripts: add a comment
1 parent 52aaf2e commit fb6caca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/trigger-pr-roachtest.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ dump_json() {
4242
fi
4343
}
4444

45+
# NB: if you're trying to trigger a weekly roachtest, need to use
46+
# 'Cockroach_Nightlies_RoachtestWeeklyBazel' as the buildType below.
47+
4548
json_payload=$(jq -n \
4649
--arg branch_name "$pr" \
4750
--arg tests "$tests" \

0 commit comments

Comments
 (0)