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:
James E. Blair 2014-08-13 11:14:50 -07:00
parent 3bac3c5482
commit 30506b356e

View File

@ -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+):/