Commit 98ffd7d9 authored by Hans Wennborg's avatar Hans Wennborg

Add ToTLinuxOfficial bot (milo, tests, mb)

Bug: 926191
Change-Id: If0dd9569cdcae96ed6e2fb5e7844ad62595ded4b
Reviewed-on: https://chromium-review.googlesource.com/c/1451840
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629562}
parent 17d63393
......@@ -1905,6 +1905,11 @@ consoles {
category: "ToT Linux"
short_name: "rel"
}
builders {
name: "buildbucket/luci.chrome.ci/ToTLinuxOfficial"
category: "ToT Linux"
short_name: "ofi"
}
builders {
name: "buildbucket/luci.chromium.ci/ToTLinux (dbg)"
category: "ToT Linux"
......@@ -2126,6 +2131,11 @@ consoles {
category: "ToT Linux"
short_name: "rel"
}
builders {
name: "buildbucket/luci.chrome.ci/ToTLinuxOfficial"
category: "ToT Linux"
short_name: "ofi"
}
builders {
name: "buildbucket/luci.chromium.ci/ToTLinux (dbg)"
category: "ToT Linux"
......
This diff is collapsed.
......@@ -884,6 +884,7 @@ class BBJSONGenerator(object):
for c in milo_configs:
for l in self.read_file(c).splitlines():
if (not 'name: "buildbucket/luci.chromium.' in l and
not 'name: "buildbucket/luci.chrome.' in l and
not 'name: "buildbot/chromium.' in l and
not 'name: "buildbot/tryserver.chromium.' in l):
continue
......
......@@ -848,6 +848,13 @@
'gtest_tests': 'chromium_linux_gtests',
},
},
# Used on an internal builder.
'ToTLinuxOfficial': {
'test_suites': {
'gtest_tests': 'chromium_linux_gtests',
'scripts': 'check_gn_headers_script',
},
},
'ToTLinuxTSan': {
'additional_compile_targets': [
'all',
......
......@@ -131,6 +131,7 @@
'ToTAndroidOfficial': 'android_clang_tot_release_minimal_symbols_official_optimize',
'ToTAndroid64': 'android_clang_tot_release_arm64',
'ToTAndroid x64': 'android_clang_tot_x64',
'ToTLinuxOfficial': 'clang_tot_linux_official',
'ToTLinux': 'clang_tot_linux_full_symbols_shared_release',
'ToTLinuxCoverage': 'clang_tot_coverage_minimal_symbols_shared_release_with_libfuzzer',
'ToTLinux (dbg)': 'clang_tot_shared_debug',
......@@ -1208,6 +1209,10 @@
'clang_tot', 'full_symbols', 'shared', 'release',
],
'clang_tot_linux_official': [
'clang_tot', 'official',
],
'clang_tot_msan_release': [
'clang_tot', 'msan', 'release',
],
......
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