Commit 4f938e8e authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

Set up mac-chrome official trybot

This CL sets up mac-chrome official try bot, and one of the use cases
is for PGO auto roller to validate the profiles and warm up GOMA
caches for other official builders.

Bug: 1071576
Change-Id: If5ddd46caeccbb5f793b1768ac9790c117055a0d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159766
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761172}
parent 8df8c35f
...@@ -747,6 +747,10 @@ chrome_internal_verifier( ...@@ -747,6 +747,10 @@ chrome_internal_verifier(
builder = 'linux-chromeos-chrome', builder = 'linux-chromeos-chrome',
) )
chrome_internal_verifier(
builder = 'mac-chrome',
)
chrome_internal_verifier( chrome_internal_verifier(
builder = 'win_chrome_official', builder = 'win_chrome_official',
) )
......
...@@ -71,6 +71,12 @@ config_groups: < ...@@ -71,6 +71,12 @@ config_groups: <
owner_whitelist_group: "googlers" owner_whitelist_group: "googlers"
owner_whitelist_group: "project-chromium-robot-committers" owner_whitelist_group: "project-chromium-robot-committers"
> >
builders: <
name: "chrome/try/mac-chrome"
includable_only: true
owner_whitelist_group: "googlers"
owner_whitelist_group: "project-chromium-robot-committers"
>
builders: < builders: <
name: "chrome/try/win64-chrome" name: "chrome/try/win64-chrome"
includable_only: true includable_only: true
......
...@@ -779,6 +779,7 @@ ...@@ -779,6 +779,7 @@
'chromeos-kevin-compile-chrome': 'chromeos_kevin_include_unwind_tables_official', 'chromeos-kevin-compile-chrome': 'chromeos_kevin_include_unwind_tables_official',
'linux-chrome': 'official_goma', 'linux-chrome': 'official_goma',
'linux-chromeos-chrome': 'official_goma_chromeos_include_unwind_tables', 'linux-chromeos-chrome': 'official_goma_chromeos_include_unwind_tables',
'mac-chrome': 'official_goma',
'win64-chrome': 'official_goma_x64', 'win64-chrome': 'official_goma_x64',
'win_chrome_official': 'official_goma_x86', 'win_chrome_official': 'official_goma_x86',
'win-celab-try-rel': 'official_celab_release_bot', 'win-celab-try-rel': 'official_celab_release_bot',
......
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