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

Side by Side Diff: scripts/slave/recipe_modules/gclient/example.expected/basic.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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]"
10 ], 10 ],
11 "name": "gclient setup", 11 "name": "gclient setup",
12 "seed_steps": [ 12 "seed_steps": [
13 "gclient setup", 13 "gclient setup",
14 "gclient revert", 14 "gclient revert",
15 "gclient sync" 15 "gclient sync"
16 ] 16 ]
17 }, 17 },
18 { 18 {
19 "cmd": [ 19 "cmd": [
20 "python", 20 "python",
21 "-u", 21 "-u",
22 "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", 22 "[BUILD]/scripts/slave/gclient_safe_revert.py",
23 ".", 23 ".",
24 "[DEPOT_TOOLS_ROOT]/gclient" 24 "[DEPOT_TOOLS]/gclient"
25 ], 25 ],
26 "name": "gclient revert" 26 "name": "gclient revert"
27 }, 27 },
28 { 28 {
29 "cmd": [ 29 "cmd": [
30 "python", 30 "python",
31 "-u", 31 "-u",
32 "[DEPOT_TOOLS_ROOT]/gclient.py", 32 "[DEPOT_TOOLS]/gclient.py",
33 "sync", 33 "sync",
34 "--nohooks", 34 "--nohooks",
35 "--output-json", 35 "--output-json",
36 "/path/to/tmp/json" 36 "/path/to/tmp/json"
37 ], 37 ],
38 "name": "gclient sync", 38 "name": "gclient sync",
39 "~followup_annotations": [ 39 "~followup_annotations": [
40 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 42 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@" 43 "@@@STEP_LOG_END@json.output@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "[DEPOT_TOOLS_ROOT]/gclient.py", 50 "[DEPOT_TOOLS]/gclient.py",
51 "config", 51 "config",
52 "--spec", 52 "--spec",
53 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'WebKit', 'url': 'svn://svn.chromium.org/blink/trunk'}]" 53 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'WebKit', 'url': 'svn://svn.chromium.org/blink/trunk'}]"
54 ], 54 ],
55 "cwd": "[SLAVE_BUILD_ROOT]/src/third_party", 55 "cwd": "[SLAVE_BUILD]/src/third_party",
56 "name": "[spec: WebKit] gclient setup", 56 "name": "[spec: WebKit] gclient setup",
57 "seed_steps": [ 57 "seed_steps": [
58 "[spec: WebKit] gclient setup", 58 "[spec: WebKit] gclient setup",
59 "[spec: WebKit] gclient revert", 59 "[spec: WebKit] gclient revert",
60 "[spec: WebKit] gclient sync" 60 "[spec: WebKit] gclient sync"
61 ] 61 ]
62 }, 62 },
63 { 63 {
64 "cmd": [ 64 "cmd": [
65 "python", 65 "python",
66 "-u", 66 "-u",
67 "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", 67 "[BUILD]/scripts/slave/gclient_safe_revert.py",
68 ".", 68 ".",
69 "[DEPOT_TOOLS_ROOT]/gclient" 69 "[DEPOT_TOOLS]/gclient"
70 ], 70 ],
71 "cwd": "[SLAVE_BUILD_ROOT]/src/third_party", 71 "cwd": "[SLAVE_BUILD]/src/third_party",
72 "name": "[spec: WebKit] gclient revert" 72 "name": "[spec: WebKit] gclient revert"
73 }, 73 },
74 { 74 {
75 "cmd": [ 75 "cmd": [
76 "python", 76 "python",
77 "-u", 77 "-u",
78 "[DEPOT_TOOLS_ROOT]/gclient.py", 78 "[DEPOT_TOOLS]/gclient.py",
79 "sync", 79 "sync",
80 "--nohooks", 80 "--nohooks",
81 "--output-json", 81 "--output-json",
82 "/path/to/tmp/json" 82 "/path/to/tmp/json"
83 ], 83 ],
84 "cwd": "[SLAVE_BUILD_ROOT]/src/third_party", 84 "cwd": "[SLAVE_BUILD]/src/third_party",
85 "name": "[spec: WebKit] gclient sync", 85 "name": "[spec: WebKit] gclient sync",
86 "~followup_annotations": [ 86 "~followup_annotations": [
87 "@@@STEP_LOG_LINE@json.output@{@@@", 87 "@@@STEP_LOG_LINE@json.output@{@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", 89 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@",
91 "@@@STEP_LOG_LINE@json.output@ }@@@", 91 "@@@STEP_LOG_LINE@json.output@ }@@@",
92 "@@@STEP_LOG_LINE@json.output@ }@@@", 92 "@@@STEP_LOG_LINE@json.output@ }@@@",
93 "@@@STEP_LOG_LINE@json.output@}@@@", 93 "@@@STEP_LOG_LINE@json.output@}@@@",
94 "@@@STEP_LOG_END@json.output@@@", 94 "@@@STEP_LOG_END@json.output@@@",
95 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@" 95 "@@@SET_BUILD_PROPERTY@got_blatley_revision@248087@@@"
96 ] 96 ]
97 } 97 }
98 ] 98 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698