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

Side by Side Diff: scripts/slave/recipes/android/perf.py

Issue 2193843003: [Android] Fix failures not being logged on host_info step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: [Android] Fix failures not being logged on host_info step. Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from recipe_engine.types import freeze 5 from recipe_engine.types import freeze
6 6
7 7
8 DEPS = [ 8 DEPS = [
9 'adb', 9 'adb',
10 'chromium', 10 'chromium',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 repo_name='src', 308 repo_name='src',
309 repo_url=REPO_URL, 309 repo_url=REPO_URL,
310 mastername='chromium.perf', 310 mastername='chromium.perf',
311 buildername='Android Nexus5 Perf (1)', 311 buildername='Android Nexus5 Perf (1)',
312 parent_buildername='parent_buildername', 312 parent_buildername='parent_buildername',
313 parent_buildnumber='1729', 313 parent_buildnumber='1729',
314 parent_revision='deadbeef', 314 parent_revision='deadbeef',
315 revision='deadbeef', 315 revision='deadbeef',
316 slavename='slavename', 316 slavename='slavename',
317 target='Release') 317 target='Release')
318 + api.step_data('Host_Info', retcode=87)) 318 + api.step_data('Host Info', retcode=87))
319 319
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698