commit | 98ffd7d9eed76979c63e6720d00706fae3f0dedf | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Wed Feb 06 14:14:34 2019 |
committer | Hans Wennborg <[email protected]> | Wed Feb 06 14:14:34 2019 |
tree | 559ea9b44b498d6459f3f18b6a4a9ddb70e98cbb | |
parent | 17d6339302ebb71915511232f719b712d2328bf8 [diff] [blame] |
Add ToTLinuxOfficial bot (milo, tests, mb) Bug: 926191 Change-Id: If0dd9569cdcae96ed6e2fb5e7844ad62595ded4b Reviewed-on: https://chromium-review.googlesource.com/c/1451840 Commit-Queue: Hans Wennborg <[email protected]> Reviewed-by: Stephen Martinis <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/master@{#629562}
diff --git a/testing/buildbot/generate_buildbot_json.py b/testing/buildbot/generate_buildbot_json.py index 047421f2..739ca42 100755 --- a/testing/buildbot/generate_buildbot_json.py +++ b/testing/buildbot/generate_buildbot_json.py
@@ -884,6 +884,7 @@ 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