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

Side by Side Diff: infra/recipes/chromium.py

Issue 2511293002: Manually roll recipes (again). (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « infra/config/recipes.cfg ('k') | infra/recipes/chromium_trybot.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 DEPS = [ 5 DEPS = [
6 'build/adb', 6 'build/adb',
7 'build/bisect_tester', 7 'build/bisect_tester',
8 'build/build',
8 'build/chromium', 9 'build/chromium',
9 'build/chromium_android', 10 'build/chromium_android',
10 'build/chromium_swarming', 11 'build/chromium_swarming',
11 'build/chromium_tests', 12 'build/chromium_tests',
12 'build/commit_position', 13 'build/commit_position',
13 'build/file', 14 'build/file',
14 'build/gsutil', 15 'build/gsutil',
15 'build/isolate', 16 'build/isolate',
16 'build/swarming', 17 'build/swarming',
17 'build/test_results', 18 'build/test_results',
(...skipping 27 matching lines...) Expand all
45 ) 46 )
46 47
47 yield ( 48 yield (
48 api.test('tester') + 49 api.test('tester') +
49 api.properties.generic( 50 api.properties.generic(
50 mastername='chromium.fyi', 51 mastername='chromium.fyi',
51 buildername='Linux remote_run Tester', 52 buildername='Linux remote_run Tester',
52 parent_buildername='Linux remote_run Builder', 53 parent_buildername='Linux remote_run Builder',
53 path_config='kitchen') 54 path_config='kitchen')
54 ) 55 )
OLDNEW
« no previous file with comments | « infra/config/recipes.cfg ('k') | infra/recipes/chromium_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698