OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "taskkill" | 9 "name": "taskkill" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "tryserver.chromium.win", | 17 "tryserver.chromium.win", |
17 "--builder", | 18 "--builder", |
18 "win_chromium_rel_ng", | 19 "win_chromium_rel_ng", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--git-cache-dir", | 28 "--git-cache-dir", |
28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
29 "--issue", | 30 "--issue", |
30 "12853011", | 31 "12853011", |
31 "--patchset", | 32 "--patchset", |
32 "1", | 33 "1", |
33 "--rietveld_server", | 34 "--rietveld_server", |
34 "https://codereview.chromium.org", | 35 "https://codereview.chromium.org", |
35 "--output_json", | 36 "--output_json", |
36 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
37 "--revision", | 38 "--revision", |
38 "src@HEAD", | 39 "src@HEAD", |
39 "--output_manifest" | 40 "--output_manifest" |
40 ], | 41 ], |
| 42 "cwd": "[SLAVE_BUILD]", |
41 "env": { | 43 "env": { |
42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
43 }, | 45 }, |
44 "name": "bot_update", | 46 "name": "bot_update", |
45 "~followup_annotations": [ | 47 "~followup_annotations": [ |
46 "@@@STEP_TEXT@Some step text@@@", | 48 "@@@STEP_TEXT@Some step text@@@", |
47 "@@@STEP_LOG_LINE@json.output@{@@@", | 49 "@@@STEP_LOG_LINE@json.output@{@@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
110 ] | 112 ] |
111 }, | 113 }, |
112 { | 114 { |
113 "cmd": [], | 115 "cmd": [], |
| 116 "cwd": "[SLAVE_BUILD]", |
114 "name": "ensure_goma" | 117 "name": "ensure_goma" |
115 }, | 118 }, |
116 { | 119 { |
117 "cmd": [ | 120 "cmd": [ |
118 "python", | 121 "python", |
119 "-u", | 122 "-u", |
120 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
121 "--platform", | 124 "--platform", |
122 "windows-amd64", | 125 "windows-amd64", |
123 "--dest-directory", | 126 "--dest-directory", |
124 "[CWD]\\cipd", | 127 "[SLAVE_BUILD]\\cipd", |
125 "--json-output", | 128 "--json-output", |
126 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
127 ], | 130 ], |
| 131 "cwd": "[SLAVE_BUILD]", |
128 "name": "ensure_goma.install cipd", | 132 "name": "ensure_goma.install cipd", |
129 "~followup_annotations": [ | 133 "~followup_annotations": [ |
130 "@@@STEP_NEST_LEVEL@1@@@", | 134 "@@@STEP_NEST_LEVEL@1@@@", |
131 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
132 "@@@STEP_LOG_LINE@json.output@{@@@", | 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
133 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
134 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
135 "@@@STEP_LOG_LINE@json.output@}@@@", | 139 "@@@STEP_LOG_LINE@json.output@}@@@", |
136 "@@@STEP_LOG_END@json.output@@@" | 140 "@@@STEP_LOG_END@json.output@@@" |
137 ] | 141 ] |
138 }, | 142 }, |
139 { | 143 { |
140 "cmd": [ | 144 "cmd": [ |
141 "fake_slave_build/cipd", | 145 "[SLAVE_BUILD]\\cipd\\cipd", |
142 "ensure", | 146 "ensure", |
143 "--root", | 147 "--root", |
144 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 148 "[CACHE]\\cipd\\goma", |
145 "--list", | 149 "--list", |
146 "infra_internal/goma/client/windows-amd64 release", | 150 "infra_internal/goma/client/windows-amd64 release", |
147 "--json-output", | 151 "--json-output", |
148 "/path/to/tmp/json", | 152 "/path/to/tmp/json", |
149 "--service-account-json", | 153 "--service-account-json", |
150 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 154 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
151 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]", |
152 "name": "ensure_goma.ensure_installed", | 157 "name": "ensure_goma.ensure_installed", |
153 "~followup_annotations": [ | 158 "~followup_annotations": [ |
154 "@@@STEP_NEST_LEVEL@1@@@", | 159 "@@@STEP_NEST_LEVEL@1@@@", |
155 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
157 "@@@STEP_LOG_LINE@json.output@ {@@@", | 162 "@@@STEP_LOG_LINE@json.output@ {@@@", |
158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
160 "@@@STEP_LOG_LINE@json.output@ }@@@", | 165 "@@@STEP_LOG_LINE@json.output@ }@@@", |
161 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 166 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
162 "@@@STEP_LOG_LINE@json.output@}@@@", | 167 "@@@STEP_LOG_LINE@json.output@}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 168 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 169 ] |
165 }, | 170 }, |
166 { | 171 { |
167 "cmd": [ | 172 "cmd": [ |
168 "python", | 173 "python", |
169 "-u", | 174 "-u", |
170 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 175 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
171 "--version" | 176 "--version" |
172 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
173 "name": "swarming.py --version", | 179 "name": "swarming.py --version", |
174 "stdout": "/path/to/tmp/", | 180 "stdout": "/path/to/tmp/", |
175 "~followup_annotations": [ | 181 "~followup_annotations": [ |
176 "@@@STEP_TEXT@0.4.10@@@" | 182 "@@@STEP_TEXT@0.4.10@@@" |
177 ] | 183 ] |
178 }, | 184 }, |
179 { | 185 { |
180 "cmd": [ | 186 "cmd": [ |
181 "python", | 187 "python", |
182 "-u", | 188 "-u", |
183 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
184 "runhooks" | 190 "runhooks" |
185 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]", |
186 "env": { | 193 "env": { |
187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
188 "GYP_CHROMIUM_NO_ACTION": "1", | 195 "GYP_CHROMIUM_NO_ACTION": "1", |
189 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\
build\\slave\\cache\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 test_isol
ation_mode=prepare use_goma=1", | 196 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", |
190 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 197 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
191 }, | 198 }, |
192 "name": "gclient runhooks (with patch)" | 199 "name": "gclient runhooks (with patch)" |
193 }, | 200 }, |
194 { | 201 { |
195 "cmd": [ | 202 "cmd": [ |
196 "python", | 203 "python", |
197 "-u", | 204 "-u", |
198 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 205 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
199 "--output", | 206 "--output", |
200 "/path/to/tmp/json", | 207 "/path/to/tmp/json", |
201 "--", | 208 "--", |
202 "--build-config-fs", | 209 "--build-config-fs", |
203 "Release", | 210 "Release", |
204 "--use-src-side-runtest-py", | 211 "--use-src-side-runtest-py", |
205 "--paths", | 212 "--paths", |
206 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 213 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
207 "--properties", | 214 "--properties", |
208 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" | 215 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
209 ], | 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", |
210 "name": "get compile targets for scripts", | 218 "name": "get compile targets for scripts", |
211 "~followup_annotations": [ | 219 "~followup_annotations": [ |
212 "@@@STEP_LOG_LINE@json.output@{}@@@", | 220 "@@@STEP_LOG_LINE@json.output@{}@@@", |
213 "@@@STEP_LOG_END@json.output@@@" | 221 "@@@STEP_LOG_END@json.output@@@" |
214 ] | 222 ] |
215 }, | 223 }, |
216 { | 224 { |
217 "cmd": [ | 225 "cmd": [ |
218 "python", | 226 "python", |
219 "-u", | 227 "-u", |
220 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 228 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
221 "[CWD]\\src\\testing\\buildbot\\chromium.gpu.json", | 229 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.json", |
222 "/path/to/tmp/json" | 230 "/path/to/tmp/json" |
223 ], | 231 ], |
| 232 "cwd": "[SLAVE_BUILD]", |
224 "name": "read test spec", | 233 "name": "read test spec", |
225 "~followup_annotations": [ | 234 "~followup_annotations": [ |
226 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.gpu.json@@@", | 235 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.gpu.js
on@@@", |
227 "@@@STEP_LOG_LINE@json.output@{}@@@", | 236 "@@@STEP_LOG_LINE@json.output@{}@@@", |
228 "@@@STEP_LOG_END@json.output@@@" | 237 "@@@STEP_LOG_END@json.output@@@" |
229 ] | 238 ] |
230 }, | 239 }, |
231 { | 240 { |
232 "cmd": [ | 241 "cmd": [ |
233 "python", | 242 "python", |
234 "-u", | 243 "-u", |
235 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
236 "[CWD]\\src\\testing\\buildbot\\chromium.win.json", | 245 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
237 "/path/to/tmp/json" | 246 "/path/to/tmp/json" |
238 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", |
239 "name": "read test spec (2)", | 249 "name": "read test spec (2)", |
240 "~followup_annotations": [ | 250 "~followup_annotations": [ |
241 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.win.json@@@", | 251 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
242 "@@@STEP_LOG_LINE@json.output@{}@@@", | 252 "@@@STEP_LOG_LINE@json.output@{}@@@", |
243 "@@@STEP_LOG_END@json.output@@@" | 253 "@@@STEP_LOG_END@json.output@@@" |
244 ] | 254 ] |
245 }, | 255 }, |
246 { | 256 { |
247 "cmd": [ | 257 "cmd": [ |
248 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 258 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
249 ], | 259 ], |
250 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 260 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
251 "name": "ensure git tooling on windows" | 261 "name": "ensure git tooling on windows" |
252 }, | 262 }, |
253 { | 263 { |
254 "cmd": [ | 264 "cmd": [ |
255 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 265 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
256 "diff", | 266 "diff", |
257 "--cached", | 267 "--cached", |
258 "--name-only" | 268 "--name-only" |
259 ], | 269 ], |
260 "cwd": "[CWD]\\src", | 270 "cwd": "[SLAVE_BUILD]\\src", |
261 "name": "git diff to analyze patch", | 271 "name": "git diff to analyze patch", |
262 "stdout": "/path/to/tmp/", | 272 "stdout": "/path/to/tmp/", |
263 "~followup_annotations": [ | 273 "~followup_annotations": [ |
264 "@@@STEP_LOG_LINE@files@third_party/WebKit/Source/core/dom/Element.cpp@@@"
, | 274 "@@@STEP_LOG_LINE@files@third_party/WebKit/Source/core/dom/Element.cpp@@@"
, |
265 "@@@STEP_LOG_END@files@@@", | 275 "@@@STEP_LOG_END@files@@@", |
266 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink\"@@@" | 276 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink\"@@@" |
267 ] | 277 ] |
268 }, | 278 }, |
269 { | 279 { |
270 "cmd": [ | 280 "cmd": [ |
271 "python", | 281 "python", |
272 "-u", | 282 "-u", |
273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 283 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
274 "[CWD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 284 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
275 "/path/to/tmp/json" | 285 "/path/to/tmp/json" |
276 ], | 286 ], |
| 287 "cwd": "[SLAVE_BUILD]", |
277 "name": "read filter exclusion spec", | 288 "name": "read filter exclusion spec", |
278 "~followup_annotations": [ | 289 "~followup_annotations": [ |
279 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 290 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
280 "@@@STEP_LOG_LINE@json.output@{@@@", | 291 "@@@STEP_LOG_LINE@json.output@{@@@", |
281 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
283 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 294 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
286 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 297 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
289 "@@@STEP_LOG_LINE@json.output@ }@@@", | 300 "@@@STEP_LOG_LINE@json.output@ }@@@", |
290 "@@@STEP_LOG_LINE@json.output@}@@@", | 301 "@@@STEP_LOG_LINE@json.output@}@@@", |
291 "@@@STEP_LOG_END@json.output@@@" | 302 "@@@STEP_LOG_END@json.output@@@" |
292 ] | 303 ] |
293 }, | 304 }, |
294 { | 305 { |
295 "cmd": [ | 306 "cmd": [ |
296 "python", | 307 "python", |
297 "-u", | 308 "-u", |
298 "[CWD]\\src\\tools\\mb\\mb.py", | 309 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
299 "analyze", | 310 "analyze", |
300 "-m", | 311 "-m", |
301 "tryserver.chromium.win", | 312 "tryserver.chromium.win", |
302 "-b", | 313 "-b", |
303 "win_chromium_rel_ng", | 314 "win_chromium_rel_ng", |
304 "-v", | 315 "-v", |
305 "//out/Release", | 316 "//out/Release", |
306 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin
k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u
nit_tests\", \"wtf_unittests\"]}", | 317 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin
k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u
nit_tests\", \"wtf_unittests\"]}", |
307 "/path/to/tmp/json" | 318 "/path/to/tmp/json" |
308 ], | 319 ], |
| 320 "cwd": "[SLAVE_BUILD]", |
309 "name": "analyze", | 321 "name": "analyze", |
310 "~followup_annotations": [ | 322 "~followup_annotations": [ |
311 "@@@STEP_TEXT@No compile necessary@@@", | 323 "@@@STEP_TEXT@No compile necessary@@@", |
312 "@@@STEP_LOG_LINE@json.output@{@@@", | 324 "@@@STEP_LOG_LINE@json.output@{@@@", |
313 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 325 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
314 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 326 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
315 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 327 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
316 "@@@STEP_LOG_LINE@json.output@}@@@", | 328 "@@@STEP_LOG_LINE@json.output@}@@@", |
317 "@@@STEP_LOG_END@json.output@@@", | 329 "@@@STEP_LOG_END@json.output@@@", |
318 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 330 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
335 }, | 347 }, |
336 { | 348 { |
337 "cmd": [ | 349 "cmd": [ |
338 "python", | 350 "python", |
339 "-u", | 351 "-u", |
340 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 352 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
341 "--show-path", | 353 "--show-path", |
342 "python", | 354 "python", |
343 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 355 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
344 ], | 356 ], |
| 357 "cwd": "[SLAVE_BUILD]", |
345 "name": "cleanup_temp" | 358 "name": "cleanup_temp" |
346 }, | 359 }, |
347 { | 360 { |
348 "cmd": [ | 361 "cmd": [ |
349 "python", | 362 "python", |
350 "-u", | 363 "-u", |
351 "[CWD]\\src\\tools\\mb\\mb.py", | 364 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
352 "gen", | 365 "gen", |
353 "-m", | 366 "-m", |
354 "tryserver.chromium.win", | 367 "tryserver.chromium.win", |
355 "-b", | 368 "-b", |
356 "win_chromium_rel_ng", | 369 "win_chromium_rel_ng", |
357 "--config-file", | 370 "--config-file", |
358 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 371 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
359 "--goma-dir", | 372 "--goma-dir", |
360 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 373 "[CACHE]\\cipd\\goma", |
361 "//out/Release" | 374 "//out/Release" |
362 ], | 375 ], |
| 376 "cwd": "[SLAVE_BUILD]", |
363 "name": "generate_build_files (with patch)" | 377 "name": "generate_build_files (with patch)" |
364 }, | 378 }, |
365 { | 379 { |
366 "cmd": [ | 380 "cmd": [ |
367 "python", | 381 "python", |
368 "-u", | 382 "-u", |
369 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 383 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
370 "--show-path", | 384 "--show-path", |
371 "python", | 385 "python", |
372 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
373 "--gsutil-py-path", | 387 "--gsutil-py-path", |
374 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 388 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
375 "--ninja-path", | 389 "--ninja-path", |
376 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 390 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
377 "--target", | 391 "--target", |
378 "Release", | 392 "Release", |
379 "--src-dir", | 393 "--src-dir", |
380 "[CWD]\\src", | 394 "[SLAVE_BUILD]\\src", |
381 "--goma-cache-dir", | 395 "--goma-cache-dir", |
382 "[ROOT]\\b\\build\\slave\\goma_cache", | 396 "[GOMA_CACHE]", |
383 "--build-tool", | 397 "--build-tool", |
384 "ninja", | 398 "ninja", |
385 "--compiler", | 399 "--compiler", |
386 "goma", | 400 "goma", |
387 "--goma-jsonstatus", | 401 "--goma-jsonstatus", |
388 "/path/to/tmp/json", | 402 "/path/to/tmp/json", |
389 "--goma-service-account-json-file", | 403 "--goma-service-account-json-file", |
390 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 404 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
391 "--goma-dir", | 405 "--goma-dir", |
392 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 406 "[CACHE]\\cipd\\goma", |
393 "--goma-fail-fast", | 407 "--goma-fail-fast", |
394 "--goma-disable-local-fallback", | 408 "--goma-disable-local-fallback", |
395 "--ninja-ensure-up-to-date", | 409 "--ninja-ensure-up-to-date", |
396 "--", | 410 "--", |
397 "blink_tests" | 411 "blink_tests" |
398 ], | 412 ], |
| 413 "cwd": "[SLAVE_BUILD]", |
399 "env": { | 414 "env": { |
400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 415 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
401 }, | 416 }, |
402 "name": "compile (with patch)", | 417 "name": "compile (with patch)", |
403 "~followup_annotations": [ | 418 "~followup_annotations": [ |
404 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 419 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
405 "@@@STEP_LOG_END@json.output (invalid)@@@" | 420 "@@@STEP_LOG_END@json.output (invalid)@@@" |
406 ] | 421 ] |
407 }, | 422 }, |
408 { | 423 { |
409 "cmd": [ | 424 "cmd": [ |
410 "python", | 425 "python", |
411 "-u", | 426 "-u", |
412 "import sys; sys.exit(0)" | 427 "import sys; sys.exit(0)" |
413 ], | 428 ], |
| 429 "cwd": "[SLAVE_BUILD]", |
414 "name": "mark: before_tests" | 430 "name": "mark: before_tests" |
415 }, | 431 }, |
416 { | 432 { |
417 "cmd": [ | 433 "cmd": [ |
418 "python", | 434 "python", |
419 "-u", | 435 "-u", |
420 "[CWD]\\src\\testing\\scripts\\webkit_lint.py", | 436 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", |
421 "--build-config-fs", | 437 "--build-config-fs", |
422 "Release", | 438 "Release", |
423 "--use-src-side-runtest-py", | 439 "--use-src-side-runtest-py", |
424 "--paths", | 440 "--paths", |
425 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 441 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
426 "--properties", | 442 "--properties", |
427 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 443 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
428 "run", | 444 "run", |
429 "--output", | 445 "--output", |
430 "/path/to/tmp/json" | 446 "/path/to/tmp/json" |
431 ], | 447 ], |
| 448 "cwd": "[SLAVE_BUILD]", |
432 "name": "webkit_lint (with patch)", | 449 "name": "webkit_lint (with patch)", |
433 "~followup_annotations": [ | 450 "~followup_annotations": [ |
434 "@@@STEP_LOG_LINE@json.output@{@@@", | 451 "@@@STEP_LOG_LINE@json.output@{@@@", |
435 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 452 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
436 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 453 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
437 "@@@STEP_LOG_LINE@json.output@}@@@", | 454 "@@@STEP_LOG_LINE@json.output@}@@@", |
438 "@@@STEP_LOG_END@json.output@@@" | 455 "@@@STEP_LOG_END@json.output@@@" |
439 ] | 456 ] |
440 }, | 457 }, |
441 { | 458 { |
442 "cmd": [ | 459 "cmd": [ |
443 "python", | 460 "python", |
444 "-u", | 461 "-u", |
445 "[CWD]\\src\\testing\\scripts\\webkit_python_tests.py", | 462 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", |
446 "--build-config-fs", | 463 "--build-config-fs", |
447 "Release", | 464 "Release", |
448 "--use-src-side-runtest-py", | 465 "--use-src-side-runtest-py", |
449 "--paths", | 466 "--paths", |
450 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 467 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
451 "--properties", | 468 "--properties", |
452 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", | 469 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
453 "run", | 470 "run", |
454 "--output", | 471 "--output", |
455 "/path/to/tmp/json" | 472 "/path/to/tmp/json" |
456 ], | 473 ], |
| 474 "cwd": "[SLAVE_BUILD]", |
457 "name": "webkit_python_tests (with patch)", | 475 "name": "webkit_python_tests (with patch)", |
458 "~followup_annotations": [ | 476 "~followup_annotations": [ |
459 "@@@STEP_LOG_LINE@json.output@{@@@", | 477 "@@@STEP_LOG_LINE@json.output@{@@@", |
460 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 478 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
461 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 479 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
462 "@@@STEP_LOG_LINE@json.output@}@@@", | 480 "@@@STEP_LOG_LINE@json.output@}@@@", |
463 "@@@STEP_LOG_END@json.output@@@" | 481 "@@@STEP_LOG_END@json.output@@@" |
464 ] | 482 ] |
465 }, | 483 }, |
466 { | 484 { |
467 "cmd": [ | 485 "cmd": [ |
468 "python", | 486 "python", |
469 "-u", | 487 "-u", |
470 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 488 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
471 "--target", | 489 "--target", |
472 "Release", | 490 "Release", |
473 "--factory-properties", | 491 "--factory-properties", |
474 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", | 492 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", |
475 "--build-properties", | 493 "--build-properties", |
476 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", | 494 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571,
\"issue\": 12853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project
\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi
um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \
"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slav
ename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdi
r/TestSlavename\"}", |
477 "--step-name=webkit_tests (with patch)", | 495 "--step-name=webkit_tests (with patch)", |
478 "--builder-name=win_chromium_rel_ng", | 496 "--builder-name=win_chromium_rel_ng", |
479 "--slave-name=TestSlavename", | 497 "--slave-name=TestSlavename", |
480 "--build-number=571", | 498 "--build-number=571", |
481 "--run-python-script", | 499 "--run-python-script", |
482 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\layout_test_wrapper.py", | 500 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py", |
483 "--target", | 501 "--target", |
484 "Release", | 502 "Release", |
485 "-o", | 503 "-o", |
486 "[CWD]\\layout-test-results", | 504 "[SLAVE_BUILD]\\layout-test-results", |
487 "--build-dir", | 505 "--build-dir", |
488 "[CWD]\\src\\out", | 506 "[SLAVE_BUILD]\\src\\out", |
489 "--json-test-results", | 507 "--json-test-results", |
490 "/path/to/tmp/json", | 508 "/path/to/tmp/json", |
491 "--test-results-server", | 509 "--test-results-server", |
492 "test-results.appspot.com", | 510 "test-results.appspot.com", |
493 "--build-number", | 511 "--build-number", |
494 "571", | 512 "571", |
495 "--builder-name", | 513 "--builder-name", |
496 "win_chromium_rel_ng", | 514 "win_chromium_rel_ng", |
497 "--step-name", | 515 "--step-name", |
498 "webkit_tests (with patch)" | 516 "webkit_tests (with patch)" |
499 ], | 517 ], |
| 518 "cwd": "[SLAVE_BUILD]", |
500 "name": "webkit_tests (with patch)", | 519 "name": "webkit_tests (with patch)", |
501 "~followup_annotations": [ | 520 "~followup_annotations": [ |
502 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 521 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
503 ] | 522 ] |
504 }, | 523 }, |
505 { | 524 { |
506 "cmd": [ | 525 "cmd": [ |
507 "python", | 526 "python", |
508 "-u", | 527 "-u", |
509 "[ROOT]\\b\\build\\scripts\\slave\\chromium\\archive_layout_test_results.p
y", | 528 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
510 "--results-dir", | 529 "--results-dir", |
511 "[CWD]\\layout-test-results", | 530 "[SLAVE_BUILD]\\layout-test-results", |
512 "--build-dir", | 531 "--build-dir", |
513 "[CWD]\\src\\out", | 532 "[SLAVE_BUILD]\\src\\out", |
514 "--build-number", | 533 "--build-number", |
515 "571", | 534 "571", |
516 "--builder-name", | 535 "--builder-name", |
517 "win_chromium_rel_ng", | 536 "win_chromium_rel_ng", |
518 "--gs-bucket", | 537 "--gs-bucket", |
519 "gs://chromium-layout-test-archives" | 538 "gs://chromium-layout-test-archives" |
520 ], | 539 ], |
| 540 "cwd": "[SLAVE_BUILD]", |
521 "name": "archive_webkit_tests_results", | 541 "name": "archive_webkit_tests_results", |
522 "~followup_annotations": [ | 542 "~followup_annotations": [ |
523 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", | 543 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", |
524 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" | 544 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" |
525 ] | 545 ] |
526 }, | 546 }, |
527 { | 547 { |
528 "cmd": [ | 548 "cmd": [ |
529 "python", | 549 "python", |
530 "-u", | 550 "-u", |
531 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 551 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
532 "--target", | 552 "--target", |
533 "Release" | 553 "Release" |
534 ], | 554 ], |
| 555 "cwd": "[SLAVE_BUILD]", |
535 "name": "process_dumps" | 556 "name": "process_dumps" |
536 }, | 557 }, |
537 { | 558 { |
538 "name": "$result", | 559 "name": "$result", |
539 "recipe_result": null, | 560 "recipe_result": null, |
540 "status_code": 0 | 561 "status_code": 0 |
541 } | 562 } |
542 ] | 563 ] |
OLD | NEW |