Switch Gerrit test Verified label function to NoBlock
After reading through the Gerrit code I'm beginning to think that not setting a function has it default to MaxWithBlock and this doesn't get rejected like an explicit setting of MaxWith Block. This means we may not be properly exercising our new submit requirement rule for Verified. Switch it to NoBlock explicitly to exercise the submit requirements. Change-Id: I3296ba650c0c58326499604f1117916a990f0cf1
This commit is contained in:
parent
680252245f
commit
d14c8492b6
@ -105,6 +105,7 @@
|
||||
|
||||
cat >> project.config << EOF
|
||||
[label "Verified"]
|
||||
function = NoBlock
|
||||
value = -2 Fails
|
||||
value = -1 Doesn't seem to work
|
||||
value = 0 No score
|
||||
|
Loading…
Reference in New Issue
Block a user