Special case 'Jenkins' in hideci.
So that its comments may also be hidden. We may rename it to OpenStack CI later. Change-Id: I42ab5a19d4717d12b677b599b816f507f7142587
This commit is contained in:
parent
3bac3c5482
commit
30506b356e
@ -15,7 +15,7 @@
|
||||
// this regex matches the hash part of review pages
|
||||
var hashRegex = /^\#\/c\/[\/\d]+$/
|
||||
// this regex matches CI comments
|
||||
var ciRegex = / CI$/
|
||||
var ciRegex = /^(.* CI|Jenkins)$/
|
||||
// this regex matches "Patch set #"
|
||||
var psRegex = /^Patch Set (\d+):/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user