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

Side by Side Diff: recipes/recipes/cipd_test.py

Issue 2242803002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: trybots 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 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 """An end-to-end test for recipe module `cipd`. 4 """An end-to-end test for recipe module `cipd`.
5 5
6 This actually installs cipd client and runs commands against it through cipd 6 This actually installs cipd client and runs commands against it through cipd
7 recipe module. The test is end-to-end, which means that if cipd App Engine app 7 recipe module. The test is end-to-end, which means that if cipd App Engine app
8 is down, this will fail. 8 is down, this will fail.
9 """ 9 """
10 10
11 DEPS = [ 11 DEPS = [
12 'depot_tools/bot_update', 12 'depot_tools/bot_update',
13 'depot_tools/cipd',
13 'depot_tools/gclient', 14 'depot_tools/gclient',
14 'depot_tools/tryserver', 15 'depot_tools/tryserver',
15 'build/cipd',
16 'build/file', 16 'build/file',
17 'recipe_engine/json', 17 'recipe_engine/json',
18 'recipe_engine/path', 18 'recipe_engine/path',
19 'recipe_engine/platform', 19 'recipe_engine/platform',
20 'recipe_engine/properties', 20 'recipe_engine/properties',
21 'recipe_engine/python', 21 'recipe_engine/python',
22 'recipe_engine/raw_io', 22 'recipe_engine/raw_io',
23 'recipe_engine/step', 23 'recipe_engine/step',
24 ] 24 ]
25 25
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ) 179 )
180 ) 180 )
181 yield ( 181 yield (
182 api.test('cipd-latest-ok-outer-patch-rietveld') + 182 api.test('cipd-latest-ok-outer-patch-rietveld') +
183 api.properties.tryserver( 183 api.properties.tryserver(
184 mastername='chromium.infra', 184 mastername='chromium.infra',
185 buildername='cipd-module-tester', 185 buildername='cipd-module-tester',
186 patch_project='build', 186 patch_project='build',
187 ) 187 )
188 ) 188 )
OLDNEW
« no previous file with comments | « recipes/recipes/build_conda_cipd_pkg.expected/win.json ('k') | recipes/recipes/cipd_test.expected/cipd-latest-ok-inner.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698