Add status host to CQ config

So that we will get logs on https://chromium-cq-status.appspot.com/recent#codereview_hostname=swiftshader-review.googlesource.com regarding what CQ is doing. Change-Id: If289f7ec312b57b7182803d369f3c05a4b58c95a Bug: chromium:1069673 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/50968Reviewed-by: 's avatarYuly Novikov <ynovikov@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Commit-Queue: Yuly Novikov <ynovikov@google.com> Tested-by: 's avatarYuly Novikov <ynovikov@google.com>
parent 7bcd79ec
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
# For the schema of this file, see Config message: # For the schema of this file, see Config message:
# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg # https://luci-config.appspot.com/schemas/projects:commit-queue.cfg
cq_status_host: "chromium-cq-status.appspot.com"
config_groups { config_groups {
name: "cq" name: "SwiftShader-CQ"
gerrit { gerrit {
url: "https://swiftshader-review.googlesource.com" url: "https://swiftshader-review.googlesource.com"
projects { projects {
......
...@@ -5,7 +5,7 @@ luci.project( ...@@ -5,7 +5,7 @@ luci.project(
) )
luci.cq_group( luci.cq_group(
name = 'cq', name = 'SwiftShader-CQ',
watch = cq.refset('https://swiftshader.googlesource.com/SwiftShader'), watch = cq.refset('https://swiftshader.googlesource.com/SwiftShader'),
acls = [ acls = [
acl.entry( acl.entry(
...@@ -27,3 +27,6 @@ luci.cq_group( ...@@ -27,3 +27,6 @@ luci.cq_group(
], ],
) )
luci.cq(
status_host = 'chromium-cq-status.appspot.com',
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment