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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.py

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. 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 | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/example.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.py b/scripts/slave/recipe_modules/auto_bisect/example.py
index cd76c99fbc70506da0a7deac81dd3fe0a0e791dd..2619129328674d1238b073aa7d110952b3c82079 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.py
+++ b/scripts/slave/recipe_modules/auto_bisect/example.py
@@ -318,7 +318,8 @@ def _make_test(api, test_data, test_name, platform='linux', extra_config=None):
basic_test = api.test(test_name)
basic_test += api.properties(mastername='tryserver.chromium.perf',
buildername='linux_perf_bisect',
- slavename='dummyslave')
+ slavename='dummyslave',
+ buildnumber=123456)
basic_test += _get_revision_range_step_data(api, test_data)
for revision_data in test_data:
for step_data in _get_step_data_for_revision(api, revision_data):
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698