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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.py

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 infra.libs.infra_types import freeze, thaw
6 6
7 DEPS = [ 7 DEPS = [
8 'auto_bisect', 8 'auto_bisect',
9 'bisect_tester', 9 'bisect_tester',
10 'bot_update', 10 'bot_update',
11 'chromium', 11 'chromium',
12 'chromium_android', 12 'chromium_android',
13 'chromium_tests', 13 'chromium_tests',
14 'gclient', 14 'gclient',
15 'json', 15 'json',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 stdout=api.raw_io.output('/tmp/dummy1')) 291 stdout=api.raw_io.output('/tmp/dummy1'))
292 + api.step_data('saving json to temp file', 292 + api.step_data('saving json to temp file',
293 stdout=api.raw_io.output('/tmp/dummy2')) 293 stdout=api.raw_io.output('/tmp/dummy2'))
294 + api.properties(bisect_config=bisect_config) 294 + api.properties(bisect_config=bisect_config)
295 + api.properties(job_name='f7a7b4135624439cbd27fdd5133d74ec') 295 + api.properties(job_name='f7a7b4135624439cbd27fdd5133d74ec')
296 + api.bisect_tester(tempfile='/tmp/dummy') 296 + api.bisect_tester(tempfile='/tmp/dummy')
297 + api.properties(parent_got_revision='1111111') 297 + api.properties(parent_got_revision='1111111')
298 + api.properties( 298 + api.properties(
299 parent_build_archive_url='gs://test-domain/test-archive.zip') 299 parent_build_archive_url='gs://test-domain/test-archive.zip')
300 ) 300 )
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android_webview_shell_tests.py ('k') | scripts/slave/recipes/blink_downstream.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698