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

Unified Diff: scripts/slave/recipes/android/perf.py

Issue 2170863002: android/perf: use path_config=kitchen in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index ef37840fa73bf6bb5ec0d4038172d94b7e6343f0..2d0d6d179a5cb69a884b63083049e011906ab962 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -202,6 +202,7 @@ def GenTests(api):
api.test('full_%s_%s' % (_sanitize_nonalpha(mastername),
_sanitize_nonalpha(buildername))) +
api.properties.generic(
+ path_config='kitchen',
repo_name='src',
repo_url=REPO_URL,
mastername=mastername,
@@ -214,6 +215,7 @@ def GenTests(api):
target='Release'))
yield (api.test('provision_devices') +
api.properties.generic(
+ path_config='kitchen',
repo_name='src',
repo_url=REPO_URL,
mastername='chromium.perf',
@@ -227,6 +229,7 @@ def GenTests(api):
+ api.step_data('provision_devices', retcode=1))
yield (api.test('get_perf_test_list_old_data') +
api.properties.generic(
+ path_config='kitchen',
repo_name='src',
repo_url=REPO_URL,
mastername='chromium.perf',
@@ -242,6 +245,7 @@ def GenTests(api):
api.json.output(['perf_test.foo', 'page_cycler.foo'])))
yield (api.test('src_side_script_fails') +
api.properties.generic(
+ path_config='kitchen',
repo_name='src',
repo_url=REPO_URL,
mastername='chromium.perf',
@@ -264,6 +268,7 @@ def GenTests(api):
api.step_data('host_info', retcode=1))
yield (api.test('test_failure') +
api.properties.generic(
+ path_config='kitchen',
repo_name='src',
repo_url=REPO_URL,
mastername='chromium.perf',
@@ -278,6 +283,7 @@ def GenTests(api):
'perf_test.foo', retcode=1))
yield (api.test('missing_device') +
api.properties.generic(
+ path_config='kitchen',
repo_name='src',
repo_url=REPO_URL,
mastername='chromium.perf',
« no previous file with comments | « no previous file | scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698