OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" | 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" |
10 ], | 10 ], |
11 "cwd": "[SLAVE_BUILD]", | 11 "cwd": "[SLAVE_BUILD]", |
12 "env": { | 12 "env": { |
13 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
14 }, | 14 }, |
15 "name": "gclient setup" | 15 "name": "gclient setup" |
16 }, | 16 }, |
17 { | 17 { |
18 "cmd": [ | 18 "cmd": [ |
19 "python", | 19 "python", |
20 "-u", | 20 "-u", |
21 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
22 "sync", | 22 "sync", |
23 "--verbose", | 23 "--verbose", |
24 "--with_branch_heads", | 24 "--with_branch_heads", |
25 "--nohooks", | 25 "--nohooks", |
26 "-j8", | 26 "-j8", |
27 "--reset", | 27 "--reset", |
28 "--force", | 28 "--force", |
29 "--upstream", | 29 "--upstream", |
30 "--no-nag-max", | 30 "--no-nag-max", |
31 "--delete_unversioned_trees", | 31 "--delete_unversioned_trees", |
32 "--revision", | 32 "--revision", |
33 "src@HEAD", | 33 "src@HEAD", |
34 "--output-json", | 34 "--output-json", |
35 "/path/to/tmp/json" | 35 "/path/to/tmp/json" |
36 ], | 36 ], |
37 "cwd": "[SLAVE_BUILD]", | 37 "cwd": "[SLAVE_BUILD]", |
38 "env": { | 38 "env": { |
39 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 40 }, |
41 "name": "gclient sync", | 41 "name": "gclient sync", |
42 "~followup_annotations": [ | 42 "~followup_annotations": [ |
43 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
47 "@@@STEP_LOG_LINE@json.output@ }@@@", | 47 "@@@STEP_LOG_LINE@json.output@ }@@@", |
48 "@@@STEP_LOG_LINE@json.output@ }@@@", | 48 "@@@STEP_LOG_LINE@json.output@ }@@@", |
49 "@@@STEP_LOG_LINE@json.output@}@@@", | 49 "@@@STEP_LOG_LINE@json.output@}@@@", |
50 "@@@STEP_LOG_END@json.output@@@" | 50 "@@@STEP_LOG_END@json.output@@@" |
51 ] | 51 ] |
52 }, | 52 }, |
53 { | 53 { |
54 "cmd": [ | 54 "cmd": [ |
55 "python", | 55 "python", |
56 "-u", | 56 "-u", |
57 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 57 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
58 "recurse", | 58 "recurse", |
59 "git", | 59 "git", |
60 "config", | 60 "config", |
61 "user.name", | 61 "user.name", |
62 "local_bot" | 62 "local_bot" |
63 ], | 63 ], |
64 "cwd": "[SLAVE_BUILD]", | 64 "cwd": "[SLAVE_BUILD]", |
65 "env": { | 65 "env": { |
66 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
67 }, | 67 }, |
68 "name": "gclient recurse (git config user.name)" | 68 "name": "gclient recurse (git config user.name)" |
69 }, | 69 }, |
70 { | 70 { |
71 "cmd": [ | 71 "cmd": [ |
72 "python", | 72 "python", |
73 "-u", | 73 "-u", |
74 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 74 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
75 "recurse", | 75 "recurse", |
76 "git", | 76 "git", |
77 "config", | 77 "config", |
78 "user.email", | 78 "user.email", |
79 "local_bot@example.com" | 79 "local_bot@example.com" |
80 ], | 80 ], |
81 "cwd": "[SLAVE_BUILD]", | 81 "cwd": "[SLAVE_BUILD]", |
82 "env": { | 82 "env": { |
83 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 83 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
84 }, | 84 }, |
85 "name": "gclient recurse (git config user.email)" | 85 "name": "gclient recurse (git config user.email)" |
86 }, | 86 }, |
87 { | 87 { |
88 "cmd": [ | 88 "cmd": [ |
89 "python", | 89 "python", |
90 "-u", | 90 "-u", |
91 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
92 "config", | 92 "config", |
93 "--spec", | 93 "--spec", |
94 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr',
'url': 'svn://svn.chromium.org/blink/trunk'}]" | 94 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr',
'url': 'svn://svn.chromium.org/blink/trunk'}]" |
95 ], | 95 ], |
96 "cwd": "[SLAVE_BUILD]/src/third_party", | 96 "cwd": "[SLAVE_BUILD]/src/third_party", |
97 "env": { | 97 "env": { |
98 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
99 }, | 99 }, |
100 "name": "[spec: WebKit] gclient setup" | 100 "name": "[spec: WebKit] gclient setup" |
101 }, | 101 }, |
102 { | 102 { |
103 "cmd": [ | 103 "cmd": [ |
104 "python", | 104 "python", |
105 "-u", | 105 "-u", |
106 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 106 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
107 ".", | 107 ".", |
108 "[DEPOT_TOOLS]/gclient" | 108 "[DEPOT_TOOLS]/gclient" |
109 ], | 109 ], |
110 "cwd": "[SLAVE_BUILD]/src/third_party", | 110 "cwd": "[SLAVE_BUILD]/src/third_party", |
111 "name": "[spec: WebKit] gclient revert" | 111 "name": "[spec: WebKit] gclient revert" |
112 }, | 112 }, |
113 { | 113 { |
114 "cmd": [ | 114 "cmd": [ |
115 "python", | 115 "python", |
116 "-u", | 116 "-u", |
117 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
118 "sync", | 118 "sync", |
119 "--nohooks", | 119 "--nohooks", |
120 "--force", | 120 "--force", |
121 "--verbose", | 121 "--verbose", |
122 "--delete_unversioned_trees", | 122 "--delete_unversioned_trees", |
123 "--with_branch_heads", | 123 "--with_branch_heads", |
124 "--revision", | 124 "--revision", |
125 "third_party/WebKit@123", | 125 "third_party/WebKit@123", |
126 "--output-json", | 126 "--output-json", |
127 "/path/to/tmp/json" | 127 "/path/to/tmp/json" |
128 ], | 128 ], |
129 "cwd": "[SLAVE_BUILD]/src/third_party", | 129 "cwd": "[SLAVE_BUILD]/src/third_party", |
130 "env": { | 130 "env": { |
131 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
132 }, | 132 }, |
133 "name": "[spec: WebKit] gclient sync", | 133 "name": "[spec: WebKit] gclient sync", |
134 "~followup_annotations": [ | 134 "~followup_annotations": [ |
135 "@@@STEP_LOG_LINE@json.output@{@@@", | 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
136 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
137 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", |
138 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", |
139 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 139 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
140 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", |
141 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", | 141 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", |
(...skipping 25 matching lines...) Expand all Loading... |
167 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 167 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
168 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 168 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
169 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 169 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
170 "@@@STEP_LOG_END@python.inline@@@" | 170 "@@@STEP_LOG_END@python.inline@@@" |
171 ] | 171 ] |
172 }, | 172 }, |
173 { | 173 { |
174 "cmd": [ | 174 "cmd": [ |
175 "python", | 175 "python", |
176 "-u", | 176 "-u", |
177 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
178 "runhooks" | 178 "runhooks" |
179 ], | 179 ], |
180 "cwd": "[SLAVE_BUILD]", | 180 "cwd": "[SLAVE_BUILD]", |
181 "env": { | 181 "env": { |
182 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
183 }, | 183 }, |
184 "name": "gclient runhooks" | 184 "name": "gclient runhooks" |
185 }, | 185 }, |
186 { | 186 { |
187 "name": "$result", | 187 "name": "$result", |
188 "recipe_result": null, | 188 "recipe_result": null, |
189 "status_code": 0 | 189 "status_code": 0 |
190 } | 190 } |
191 ] | 191 ] |
OLD | NEW |