mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:16:13 +00:00
[luci-milo] Add crashpad builders to milo configs
TBR:dpranke Bug: 861435, 861258, 861249, 861247, 861235, 861233, 861228, 861432 Bug: 861429, 861313, 861309, 861302, 861301, 861290, 861285, 861277 Bug: 861276, 861273, 861264, 861263 Change-Id: Ibc3ae74f09c7c723d9dc661b457e6e512ca6336c Reviewed-on: https://chromium-review.googlesource.com/1141135 Reviewed-by: Ryan Tseng <hinoka@chromium.org>
This commit is contained in:
parent
0dd02aee1f
commit
f700f88975
20
codereview.settings
Normal file
20
codereview.settings
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 2014 The Crashpad Authors. All rights reserved.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
GERRIT_HOST: True
|
||||
GERRIT_SQUASH_UPLOADS: True
|
||||
CODE_REVIEW_SERVER: https://chromium-review.googlesource.com/
|
||||
VIEW_VC: https://chromium.googlesource.com/crashpad/crashpad/+/
|
||||
PROJECT: crashpad
|
||||
BUG_PREFIX: crashpad:
|
119
luci-milo.cfg
Normal file
119
luci-milo.cfg
Normal file
@ -0,0 +1,119 @@
|
||||
consoles {
|
||||
id: "main"
|
||||
name: "Crashpad Main Console"
|
||||
repo_url: "https://chromium.googlesource.com/crashpad/crashpad"
|
||||
refs: "refs/heads/master"
|
||||
manifest_name: "REVISION"
|
||||
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_fuchsia_arm64_dbg"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_fuchsia_arm64_dbg"
|
||||
category: "fuchsia|arm"
|
||||
shortname: "dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_fuchsia_arm64_rel"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_fuchsia_arm64_rel"
|
||||
category: "fuchsia|arm"
|
||||
shortname: "rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_fuchsia_x64_dbg"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_fuchsia_x64_dbg"
|
||||
category: "fuchsia|x64"
|
||||
shortname: "dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_fuchsia_x64_rel"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_fuchsia_x64_rel"
|
||||
category: "fuchsia|x64"
|
||||
shortname: "rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_linux_dbg"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_linux_dbg"
|
||||
category: "linux"
|
||||
shortname: "dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_linux_rel"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_linux_rel"
|
||||
category: "linux"
|
||||
shortname: "rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_mac_dbg"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_mac_dbg"
|
||||
category: "mac"
|
||||
shortname: "dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_mac_rel"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_mac_rel"
|
||||
category: "mac"
|
||||
shortname: "rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_win_dbg"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_win_dbg"
|
||||
category: "win"
|
||||
shortname: "dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_win_rel"
|
||||
name: "buildbucket/luci.crashpad.ci/crashpad_win_rel"
|
||||
category: "win"
|
||||
shortname: "rel"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
consoles {
|
||||
id: "try"
|
||||
name: "Crashpad Try Builders"
|
||||
repo_url: "https://chromium.googlesource.com/crashpad/crashpad"
|
||||
refs: "refs/heads/master"
|
||||
manifest_name: "REVISION"
|
||||
builder_view_only: true
|
||||
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_fuchsia_arm64_dbg"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_fuchsia_arm64_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_fuchsia_arm64_rel"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_fuchsia_arm64_rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_fuchsia_x64_dbg"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_fuchsia_x64_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_fuchsia_x64_rel"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_fuchsia_x64_rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_linux_dbg"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_linux_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_linux_rel"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_linux_rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_mac_dbg"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_mac_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_mac_rel"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_mac_rel"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_win_dbg"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_win_dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbot/client.crashpad/crashpad_try_win_rel"
|
||||
name: "buildbucket/luci.crashpad.try/crashpad_try_win_rel"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user