Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: testing/buildbot/manage.py

Issue 2194383005: Enforce can_use_on_swarming_builders on all tests. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Enforce can_use_on_swarming_builders on all tests. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/manage.py
diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
index 2f6e1992398b72cda1d27b2a9f2a3a6c5874cec4..6cd4f4cbf6a3beaaeba4c620179fb2cec392b77f 100755
--- a/testing/buildbot/manage.py
+++ b/testing/buildbot/manage.py
@@ -238,6 +238,8 @@ def process_file(mode, test_name, tests_location, filepath, ninja_targets,
raise Error('%s: %s / %s is listed multiple times.' %
(filename, builder, name))
seen.add(name)
+ d.setdefault('swarming', {}).setdefault(
+ 'can_use_on_swarming_builders', False)
config[builder]['gtest_tests'] = sorted(
data['gtest_tests'], key=lambda x: x['test'])
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698