project.config: differentiate zero votes for Commit-Queue vs Run-TryBot
Right now both Commit-Queue and Run-TryBot trigger votes have the same
"Don't test" description, which is what's initially visible in Gerrit's
Reply dialog. Make it easier to see how they differ without needing to
select a non-zero vote or hover over their tooltip.
Thanks to Hana for suggesting this.
Change-Id: Ica9cb2507b5488122620404f5c19521d57b19bd4
Reviewed-on: https://go-review.googlesource.com/c/All-Projects/+/551815
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/project.config b/project.config
index 89bed19..d3a5adc 100644
--- a/project.config
+++ b/project.config
@@ -99,7 +99,7 @@
description = Used to start legacy TryBots.
function = NoBlock
defaultValue = 0
- value = 0 Don't test
+ value = 0 Don't run legacy TryBots
value = +1 Run legacy TryBots
copyCondition = changekind:NO_CODE_CHANGE
[label "TryBot-Result"]
@@ -138,7 +138,7 @@
[label "Commit-Queue"]
description = Used to start LUCI TryBots.
abbreviation = CQ
- value = 0 Don't test
+ value = 0 Don't run LUCI TryBots
value = +1 Run LUCI TryBots
value = +2 Commit
function = NoBlock