Merge "Add Zuul as a first-party CI name"
This commit is contained in:
commit
1938908c6b
@ -16,15 +16,15 @@
|
|||||||
// this regex matches the hash part of review pages
|
// this regex matches the hash part of review pages
|
||||||
var hashRegex = /^\#\/c\/([\d]+)((\/\d+)([.][.](\d+))?)?\/?$/;
|
var hashRegex = /^\#\/c\/([\d]+)((\/\d+)([.][.](\d+))?)?\/?$/;
|
||||||
// this regex matches CI comments
|
// this regex matches CI comments
|
||||||
var ciRegex = /^(.* CI|Jenkins)$/;
|
var ciRegex = /^(.* CI|Jenkins|Zuul)$/;
|
||||||
// this regex matches "Patch set #"
|
// this regex matches "Patch set #"
|
||||||
var psRegex = /^(Uploaded patch set|Patch Set) (\d+)(:|\.)/;
|
var psRegex = /^(Uploaded patch set|Patch Set) (\d+)(:|\.)/;
|
||||||
// this regex matches merge failure messages
|
// this regex matches merge failure messages
|
||||||
var mergeFailedRegex = /Merge Failed\./;
|
var mergeFailedRegex = /Merge Failed\./;
|
||||||
// this regex matches the name of CI systems we trust to report merge failures
|
// this regex matches the name of CI systems we trust to report merge failures
|
||||||
var trustedCIRegex = /^(OpenStack CI|Jenkins)$/;
|
var trustedCIRegex = /^(OpenStack CI|Jenkins|Zuul)$/;
|
||||||
// this regex matches the name+pipeline that we want at the top of the CI list
|
// this regex matches the name+pipeline that we want at the top of the CI list
|
||||||
var firstPartyCI = /^Jenkins/;
|
var firstPartyCI = /^(Jenkins|Zuul)/;
|
||||||
// this regex matches the pipeline markup
|
// this regex matches the pipeline markup
|
||||||
var pipelineNameRegex = /Build \w+ \((\w+) pipeline\)/;
|
var pipelineNameRegex = /Build \w+ \((\w+) pipeline\)/;
|
||||||
// The url to full status information on running jobs
|
// The url to full status information on running jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user