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

Side by Side Diff: scripts/slave/recipe_modules/chromite/example.expected/basic_32.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 2 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromite/example.expected/basic_64.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "[DEPOT_TOOLS_ROOT]/repo", 4 "[DEPOT_TOOLS]/repo",
5 "init", 5 "init",
6 "-u", 6 "-u",
7 "https://chromium.googlesource.com/chromiumos/manifest.git", 7 "https://chromium.googlesource.com/chromiumos/manifest.git",
8 "--repo-url", 8 "--repo-url",
9 "https://chromium.googlesource.com/external/repo.git" 9 "https://chromium.googlesource.com/external/repo.git"
10 ], 10 ],
11 "name": "repo init", 11 "name": "repo init",
12 "seed_steps": [ 12 "seed_steps": [
13 "repo init", 13 "repo init",
14 "repo sync", 14 "repo sync",
15 "setup board", 15 "setup board",
16 "build packages" 16 "build packages"
17 ] 17 ]
18 }, 18 },
19 { 19 {
20 "cmd": [ 20 "cmd": [
21 "[DEPOT_TOOLS_ROOT]/repo", 21 "[DEPOT_TOOLS]/repo",
22 "sync" 22 "sync"
23 ], 23 ],
24 "name": "repo sync" 24 "name": "repo sync"
25 }, 25 },
26 { 26 {
27 "cmd": [ 27 "cmd": [
28 "python", 28 "python",
29 "-u", 29 "-u",
30 "[SLAVE_BUILD_ROOT]/chromite/bin/cros_sdk", 30 "[SLAVE_BUILD]/chromite/bin/cros_sdk",
31 "--cache-dir", 31 "--cache-dir",
32 ".cache", 32 ".cache",
33 "--", 33 "--",
34 "./setup_board", 34 "./setup_board",
35 "--board", 35 "--board",
36 "x86-generic" 36 "x86-generic"
37 ], 37 ],
38 "name": "setup board" 38 "name": "setup board"
39 }, 39 },
40 { 40 {
41 "cmd": [ 41 "cmd": [
42 "python", 42 "python",
43 "-u", 43 "-u",
44 "[SLAVE_BUILD_ROOT]/chromite/bin/cros_sdk", 44 "[SLAVE_BUILD]/chromite/bin/cros_sdk",
45 "--", 45 "--",
46 "./build_packages", 46 "./build_packages",
47 "--board", 47 "--board",
48 "x86-generic" 48 "x86-generic"
49 ], 49 ],
50 "name": "build packages" 50 "name": "build packages"
51 } 51 }
52 ] 52 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromite/example.expected/basic_64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698