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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Address review comments. Created 5 years, 6 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 | « scripts/slave/recipes/blink_trybot.py ('k') | scripts/slave/recipes/chromium_gn.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index 06c824e1d9f9a62e1493676d5b4d8e7a90b4fedd..917049908d09852655d19d6ebfc3641baffe47bf 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -25,7 +25,7 @@ def GenSteps(api):
mastername = api.properties.get('mastername')
buildername = api.properties.get('buildername')
- if mastername == 'tryserver.chromium.perf' and api.chromium.builders[
+ if mastername == 'tryserver.chromium.perf' and api.chromium_tests.builders[
mastername]['builders'][buildername]['bot_type'] == 'tester':
api.bisect_tester.upload_job_url()
@@ -52,7 +52,7 @@ def _sanitize_nonalpha(text):
def GenTests(api):
- for mastername, master_config in api.chromium.builders.iteritems():
+ for mastername, master_config in api.chromium_tests.builders.iteritems():
# parent builder name -> list of triggered builders.
triggered_by_parent = {}
« no previous file with comments | « scripts/slave/recipes/blink_trybot.py ('k') | scripts/slave/recipes/chromium_gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698