[infra] Create test specs for linux-blink-rel-dummy try builders.
The linux-blink-rel-dummy builder does not actually exist. Mirroring
non-existent builders is not supported with src-side configs, so in
order to migrate the config for linux-blink-rel, it needs to be made
into a standalone try builder. v8_linux_blink_rel won't be able to share
the config with linux-blink-rel since it won't be able to mirror
linux-blink-rel in order to read its source side spec, so it is also
being made into a standalone try builder.
Bug: 1317387
Change-Id: Id4b0944676869f081ebc5c5018f717fc8afc67e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3591732
Auto-Submit: Garrett Beaty <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Commit-Queue: Ben Pastene <[email protected]>
Cr-Commit-Position: refs/heads/main@{#993479}
diff --git a/testing/buildbot/generate_buildbot_json.py b/testing/buildbot/generate_buildbot_json.py
index 6163d7f..5795f953 100755
--- a/testing/buildbot/generate_buildbot_json.py
+++ b/testing/buildbot/generate_buildbot_json.py
@@ -1636,7 +1636,9 @@
if bot_name in builders_that_dont_exist:
continue # pragma: no cover
if bot_name not in bot_names:
- if waterfall['name'] in ['client.v8.chromium', 'client.v8.fyi']:
+ if waterfall['name'] in [
+ 'client.v8.chromium', 'client.v8.fyi', 'tryserver.v8'
+ ]:
# TODO(thakis): Remove this once these bots move to luci.
continue # pragma: no cover
if waterfall['name'] in ['tryserver.webrtc',