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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/api.py

Issue 1920863007: Add sizes test to chromium.perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove unused bots and bot code. Created 4 years, 8 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
Index: scripts/slave/recipe_modules/chromium_tests/api.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
index bc8000ac6aff8eca627aa5a2f63e0bcf233c4432..e01ba5634f8d7098bd454eda93954b9bc63545fd 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -802,11 +802,6 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
for name in ('buildername', 'slavename', 'buildnumber', 'mastername'):
properties[name] = self.m.properties[name]
- # Optional properties
- for name in ('perf-id', 'results-url'):
- if bot_config.get(name):
- properties[name] = bot_config[name]
-
properties['target_platform'] = self.m.chromium.c.TARGET_PLATFORM
args.extend(['--properties', self.m.json.input(properties)])

Powered by Google App Engine
This is Rietveld 408576698