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

Side by Side Diff: scripts/slave/isolation/recipes.isolate

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll Created 4 years, 7 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/skia/api.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 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 # This permits isolating the recipes so they can be run from a Swarming bot (or 5 # This permits isolating the recipes so they can be run from a Swarming bot (or
6 # anywhere, really). 6 # anywhere, really).
7 # 7 #
8 # This file MUST be 4 directories down the root directory. It cannot be in 8 # This file MUST be 4 directories down the root directory. It cannot be in
9 # scripts/slave/. See recipe_modules/path/config.py. 9 # scripts/slave/. See recipe_modules/path/config.py.
10 # 10 #
(...skipping 12 matching lines...) Expand all
23 '../../../infra/config/recipes.cfg', 23 '../../../infra/config/recipes.cfg',
24 '../../../goma/', 24 '../../../goma/',
25 '../../tools/runit.py', 25 '../../tools/runit.py',
26 '../annotation_utils.py', 26 '../annotation_utils.py',
27 '../annotated_run.py', 27 '../annotated_run.py',
28 '../bootstrap.py', 28 '../bootstrap.py',
29 '../build_directory.py', 29 '../build_directory.py',
30 '../cleanup_temp.py', 30 '../cleanup_temp.py',
31 '../compile.py', 31 '../compile.py',
32 '../crash_utils.py', 32 '../crash_utils.py',
33 '../gclient_safe_revert.py',
33 '../gsutil', 34 '../gsutil',
34 '../gsutil.bat', 35 '../gsutil.bat',
35 '../gtest/', 36 '../gtest/',
36 '../gtest_slave_utils.py', 37 '../gtest_slave_utils.py',
37 '../performance_log_processor.py', 38 '../performance_log_processor.py',
38 '../recipes.py', 39 '../recipes.py',
39 '../recipes/', 40 '../recipes/',
40 '../results_dashboard.py', 41 '../results_dashboard.py',
41 '../runtest.py', 42 '../runtest.py',
42 '../runisolatedtest.py', 43 '../runisolatedtest.py',
43 '../skia/', 44 '../skia/',
44 '../slave_utils.py', 45 '../slave_utils.py',
45 '../telemetry_utils.py', 46 '../telemetry_utils.py',
46 '../xvfb.py', 47 '../xvfb.py',
47 ], 48 ],
48 }, 49 },
49 } 50 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/skia/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698