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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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
6 6
7 DEPS = [ 7 DEPS = [
8 'bot_update', 8 'bot_update',
9 'chromium', 9 'chromium',
10 'gclient', 10 'gclient',
11 'path', 11 'path',
12 'properties', 12 'properties',
13 'python', 13 'python',
14 'step', 14 'step',
15 'tryserver', 15 'tryserver',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 115
116 def GenTests(api): 116 def GenTests(api):
117 yield api.test('basic') + api.properties.scheduled() 117 yield api.test('basic') + api.properties.scheduled()
118 yield api.test('trybot') + api.properties.tryserver() 118 yield api.test('trybot') + api.properties.tryserver()
119 119
120 yield ( 120 yield (
121 api.test('check_ecs_deps_fail') + 121 api.test('check_ecs_deps_fail') +
122 api.properties.scheduled() + 122 api.properties.scheduled() +
123 api.step_data('check ecs deps', retcode=1) 123 api.step_data('check ecs deps', retcode=1)
124 ) 124 )
OLDNEW
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.py ('k') | scripts/slave/recipes/swarming/deterministic_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698