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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.json

Issue 2154263006: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (patchset #2 id:20… (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\win", 15 "[BUILDER_CACHE]\\win_chromium_rel_ng",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 29 matching lines...) Expand all
55 "--rietveld_server", 55 "--rietveld_server",
56 "https://codereview.chromium.org", 56 "https://codereview.chromium.org",
57 "--output_json", 57 "--output_json",
58 "/path/to/tmp/json", 58 "/path/to/tmp/json",
59 "--revision", 59 "--revision",
60 "src@HEAD", 60 "src@HEAD",
61 "--revision", 61 "--revision",
62 "src/v8@HEAD", 62 "src/v8@HEAD",
63 "--output_manifest" 63 "--output_manifest"
64 ], 64 ],
65 "cwd": "[BUILDER_CACHE]\\win", 65 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
66 "env": { 66 "env": {
67 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 67 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
68 }, 68 },
69 "name": "bot_update", 69 "name": "bot_update",
70 "~followup_annotations": [ 70 "~followup_annotations": [
71 "@@@STEP_TEXT@Some step text@@@", 71 "@@@STEP_TEXT@Some step text@@@",
72 "@@@STEP_LOG_LINE@json.output@{@@@", 72 "@@@STEP_LOG_LINE@json.output@{@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 73 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 74 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", 75 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "@@@STEP_LOG_LINE@json.output@ }@@@", 194 "@@@STEP_LOG_LINE@json.output@ }@@@",
195 "@@@STEP_LOG_LINE@json.output@ ]@@@", 195 "@@@STEP_LOG_LINE@json.output@ ]@@@",
196 "@@@STEP_LOG_LINE@json.output@}@@@", 196 "@@@STEP_LOG_LINE@json.output@}@@@",
197 "@@@STEP_LOG_END@json.output@@@" 197 "@@@STEP_LOG_END@json.output@@@"
198 ] 198 ]
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", 204 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\swarming_client\\swarmi ng.py",
205 "--version" 205 "--version"
206 ], 206 ],
207 "name": "swarming.py --version", 207 "name": "swarming.py --version",
208 "stdout": "/path/to/tmp/", 208 "stdout": "/path/to/tmp/",
209 "~followup_annotations": [ 209 "~followup_annotations": [
210 "@@@STEP_TEXT@0.8.6@@@" 210 "@@@STEP_TEXT@0.8.6@@@"
211 ] 211 ]
212 }, 212 },
213 { 213 {
214 "cmd": [ 214 "cmd": [
215 "python", 215 "python",
216 "-u", 216 "-u",
217 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 217 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
218 "runhooks" 218 "runhooks"
219 ], 219 ],
220 "cwd": "[BUILDER_CACHE]\\win\\src", 220 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
221 "env": { 221 "env": {
222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
223 "GYP_CHROMIUM_NO_ACTION": "1", 223 "GYP_CHROMIUM_NO_ACTION": "1",
224 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", 224 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1",
225 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 225 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
226 }, 226 },
227 "name": "gclient runhooks (with patch)" 227 "name": "gclient runhooks (with patch)"
228 }, 228 },
229 { 229 {
230 "cmd": [ 230 "cmd": [
231 "python", 231 "python",
232 "-u", 232 "-u",
233 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", 233 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_ targets.py",
234 "--output", 234 "--output",
235 "/path/to/tmp/json", 235 "/path/to/tmp/json",
236 "--", 236 "--",
237 "--build-config-fs", 237 "--build-config-fs",
238 "Release", 238 "Release",
239 "--use-src-side-runtest-py", 239 "--use-src-side-runtest-py",
240 "--paths", 240 "--paths",
241 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 241 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chromium_rel_ng\\\\src\", \"runit .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
242 "--properties", 242 "--properties",
243 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}" 243 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
244 ], 244 ],
245 "name": "get compile targets for scripts", 245 "name": "get compile targets for scripts",
246 "~followup_annotations": [ 246 "~followup_annotations": [
247 "@@@STEP_LOG_LINE@json.output@{}@@@", 247 "@@@STEP_LOG_LINE@json.output@{}@@@",
248 "@@@STEP_LOG_END@json.output@@@" 248 "@@@STEP_LOG_END@json.output@@@"
249 ] 249 ]
250 }, 250 },
251 { 251 {
252 "cmd": [ 252 "cmd": [
253 "python", 253 "python",
254 "-u", 254 "-u",
255 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 255 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
256 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.gpu.json", 256 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.gp u.json",
257 "/path/to/tmp/json" 257 "/path/to/tmp/json"
258 ], 258 ],
259 "name": "read test spec (chromium.gpu.json)", 259 "name": "read test spec (chromium.gpu.json)",
260 "~followup_annotations": [ 260 "~followup_annotations": [
261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .gpu.json@@@", 261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu ildbot\\chromium.gpu.json@@@",
262 "@@@STEP_LOG_LINE@json.output@{}@@@", 262 "@@@STEP_LOG_LINE@json.output@{}@@@",
263 "@@@STEP_LOG_END@json.output@@@" 263 "@@@STEP_LOG_END@json.output@@@"
264 ] 264 ]
265 }, 265 },
266 { 266 {
267 "cmd": [ 267 "cmd": [
268 "python", 268 "python",
269 "-u", 269 "-u",
270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
271 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.win.json", 271 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\chromium.wi n.json",
272 "/path/to/tmp/json" 272 "/path/to/tmp/json"
273 ], 273 ],
274 "name": "read test spec (chromium.win.json)", 274 "name": "read test spec (chromium.win.json)",
275 "~followup_annotations": [ 275 "~followup_annotations": [
276 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@", 276 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\bu ildbot\\chromium.win.json@@@",
277 "@@@STEP_LOG_LINE@json.output@{}@@@", 277 "@@@STEP_LOG_LINE@json.output@{}@@@",
278 "@@@STEP_LOG_END@json.output@@@" 278 "@@@STEP_LOG_END@json.output@@@"
279 ] 279 ]
280 }, 280 },
281 { 281 {
282 "cmd": [ 282 "cmd": [
283 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 283 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
284 ], 284 ],
285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
286 "name": "ensure git tooling on windows" 286 "name": "ensure git tooling on windows"
287 }, 287 },
288 { 288 {
289 "cmd": [ 289 "cmd": [
290 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 290 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
291 "diff", 291 "diff",
292 "--cached", 292 "--cached",
293 "--name-only" 293 "--name-only"
294 ], 294 ],
295 "cwd": "[BUILDER_CACHE]\\win\\src\\v8", 295 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\v8",
296 "name": "git diff to analyze patch", 296 "name": "git diff to analyze patch",
297 "stdout": "/path/to/tmp/", 297 "stdout": "/path/to/tmp/",
298 "~followup_annotations": [ 298 "~followup_annotations": [
299 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", 299 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@",
300 "@@@STEP_LOG_END@files@@@", 300 "@@@STEP_LOG_END@files@@@",
301 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" 301 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@"
302 ] 302 ]
303 }, 303 },
304 { 304 {
305 "cmd": [ 305 "cmd": [
306 "python", 306 "python",
307 "-u", 307 "-u",
308 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 308 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
309 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\trybot_analyze_config.json" , 309 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\buildbot\\trybot_anal yze_config.json",
310 "/path/to/tmp/json" 310 "/path/to/tmp/json"
311 ], 311 ],
312 "name": "read filter exclusion spec", 312 "name": "read filter exclusion spec",
313 "~followup_annotations": [ 313 "~followup_annotations": [
314 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ", 314 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ",
315 "@@@STEP_LOG_LINE@json.output@{@@@", 315 "@@@STEP_LOG_LINE@json.output@{@@@",
316 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 316 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
317 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 317 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
318 "@@@STEP_LOG_LINE@json.output@ }, @@@", 318 "@@@STEP_LOG_LINE@json.output@ }, @@@",
319 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 319 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
320 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 320 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
321 "@@@STEP_LOG_LINE@json.output@ }, @@@", 321 "@@@STEP_LOG_LINE@json.output@ }, @@@",
322 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 322 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
323 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 323 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
324 "@@@STEP_LOG_LINE@json.output@ }@@@", 324 "@@@STEP_LOG_LINE@json.output@ }@@@",
325 "@@@STEP_LOG_LINE@json.output@}@@@", 325 "@@@STEP_LOG_LINE@json.output@}@@@",
326 "@@@STEP_LOG_END@json.output@@@" 326 "@@@STEP_LOG_END@json.output@@@"
327 ] 327 ]
328 }, 328 },
329 { 329 {
330 "cmd": [ 330 "cmd": [
331 "python", 331 "python",
332 "-u", 332 "-u",
333 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", 333 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb.py",
334 "analyze", 334 "analyze",
335 "-m", 335 "-m",
336 "tryserver.chromium.win", 336 "tryserver.chromium.win",
337 "-b", 337 "-b",
338 "win_chromium_rel_ng", 338 "win_chromium_rel_ng",
339 "-v", 339 "-v",
340 "//out/Release", 340 "//out/Release",
341 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_ unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}", 341 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_ unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}",
342 "/path/to/tmp/json" 342 "/path/to/tmp/json"
343 ], 343 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "--show-path", 379 "--show-path",
380 "python", 380 "python",
381 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 381 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
382 ], 382 ],
383 "name": "cleanup_temp" 383 "name": "cleanup_temp"
384 }, 384 },
385 { 385 {
386 "cmd": [ 386 "cmd": [
387 "python", 387 "python",
388 "-u", 388 "-u",
389 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", 389 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb.py",
390 "gen", 390 "gen",
391 "-m", 391 "-m",
392 "tryserver.chromium.win", 392 "tryserver.chromium.win",
393 "-b", 393 "-b",
394 "win_chromium_rel_ng", 394 "win_chromium_rel_ng",
395 "--config-file", 395 "--config-file",
396 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 396 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\tools\\mb\\mb_config.pyl",
397 "--goma-dir", 397 "--goma-dir",
398 "[CACHE]\\cipd\\goma", 398 "[CACHE]\\cipd\\goma",
399 "//out/Release" 399 "//out/Release"
400 ], 400 ],
401 "cwd": "[BUILDER_CACHE]\\win\\src", 401 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
402 "env": { 402 "env": {
403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
404 }, 404 },
405 "name": "generate_build_files (with patch)" 405 "name": "generate_build_files (with patch)"
406 }, 406 },
407 { 407 {
408 "cmd": [ 408 "cmd": [
409 "python", 409 "python",
410 "-u", 410 "-u",
411 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 411 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
412 "--show-path", 412 "--show-path",
413 "python", 413 "python",
414 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 414 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
415 "--gsutil-py-path", 415 "--gsutil-py-path",
416 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 416 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
417 "--ninja-path", 417 "--ninja-path",
418 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 418 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
419 "--target", 419 "--target",
420 "Release", 420 "Release",
421 "--src-dir", 421 "--src-dir",
422 "[BUILDER_CACHE]\\win\\src", 422 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
423 "--goma-cache-dir", 423 "--goma-cache-dir",
424 "[GOMA_CACHE]", 424 "[GOMA_CACHE]",
425 "--goma-deps-cache-dir", 425 "--goma-deps-cache-dir",
426 "[GOMA_DEPS_CACHE]", 426 "[GOMA_DEPS_CACHE]",
427 "--compiler", 427 "--compiler",
428 "goma", 428 "goma",
429 "--goma-jsonstatus", 429 "--goma-jsonstatus",
430 "/path/to/tmp/json", 430 "/path/to/tmp/json",
431 "--goma-service-account-json-file", 431 "--goma-service-account-json-file",
432 "C:\\creds\\service_accounts\\service-account-goma-client.json", 432 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 19 matching lines...) Expand all
452 "python", 452 "python",
453 "-u", 453 "-u",
454 "import sys; sys.exit(0)" 454 "import sys; sys.exit(0)"
455 ], 455 ],
456 "name": "mark: before_tests" 456 "name": "mark: before_tests"
457 }, 457 },
458 { 458 {
459 "cmd": [ 459 "cmd": [
460 "python", 460 "python",
461 "-u", 461 "-u",
462 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\webkit_lint.py", 462 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\webkit_lint. py",
463 "--build-config-fs", 463 "--build-config-fs",
464 "Release", 464 "Release",
465 "--use-src-side-runtest-py", 465 "--use-src-side-runtest-py",
466 "--paths", 466 "--paths",
467 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 467 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chromium_rel_ng\\\\src\", \"runit .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
468 "--properties", 468 "--properties",
469 "{\"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\"}",
470 "run", 470 "run",
471 "--output", 471 "--output",
472 "/path/to/tmp/json" 472 "/path/to/tmp/json"
473 ], 473 ],
474 "cwd": "[BUILDER_CACHE]\\win", 474 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
475 "env": { 475 "env": {
476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
477 }, 477 },
478 "name": "webkit_lint (with patch)", 478 "name": "webkit_lint (with patch)",
479 "~followup_annotations": [ 479 "~followup_annotations": [
480 "@@@STEP_LOG_LINE@json.output@{@@@", 480 "@@@STEP_LOG_LINE@json.output@{@@@",
481 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 481 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
482 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 482 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
483 "@@@STEP_LOG_LINE@json.output@}@@@", 483 "@@@STEP_LOG_LINE@json.output@}@@@",
484 "@@@STEP_LOG_END@json.output@@@" 484 "@@@STEP_LOG_END@json.output@@@"
485 ] 485 ]
486 }, 486 },
487 { 487 {
488 "cmd": [ 488 "cmd": [
489 "python", 489 "python",
490 "-u", 490 "-u",
491 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\webkit_python_tests.py", 491 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\webkit_pytho n_tests.py",
492 "--build-config-fs", 492 "--build-config-fs",
493 "Release", 493 "Release",
494 "--use-src-side-runtest-py", 494 "--use-src-side-runtest-py",
495 "--paths", 495 "--paths",
496 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 496 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_chromium_rel_ng\\\\src\", \"runit .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest .py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
497 "--properties", 497 "--properties",
498 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 498 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
499 "run", 499 "run",
500 "--output", 500 "--output",
501 "/path/to/tmp/json" 501 "/path/to/tmp/json"
502 ], 502 ],
503 "cwd": "[BUILDER_CACHE]\\win", 503 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
504 "env": { 504 "env": {
505 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 505 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
506 }, 506 },
507 "name": "webkit_python_tests (with patch)", 507 "name": "webkit_python_tests (with patch)",
508 "~followup_annotations": [ 508 "~followup_annotations": [
509 "@@@STEP_LOG_LINE@json.output@{@@@", 509 "@@@STEP_LOG_LINE@json.output@{@@@",
510 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 510 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
511 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 511 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
512 "@@@STEP_LOG_LINE@json.output@}@@@", 512 "@@@STEP_LOG_LINE@json.output@}@@@",
513 "@@@STEP_LOG_END@json.output@@@" 513 "@@@STEP_LOG_END@json.output@@@"
514 ] 514 ]
515 }, 515 },
516 { 516 {
517 "cmd": [ 517 "cmd": [
518 "python", 518 "python",
519 "-u", 519 "-u",
520 "[BUILDER_CACHE]\\win\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webki t-tests", 520 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\third_party\\WebKit\\Tools\\Sc ripts\\run-webkit-tests",
521 "--target", 521 "--target",
522 "Release", 522 "Release",
523 "--results-directory", 523 "--results-directory",
524 "[SLAVE_BUILD]\\layout-test-results", 524 "[SLAVE_BUILD]\\layout-test-results",
525 "--build-dir", 525 "--build-dir",
526 "[BUILDER_CACHE]\\win\\src\\out", 526 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\out",
527 "--json-test-results", 527 "--json-test-results",
528 "/path/to/tmp/json", 528 "/path/to/tmp/json",
529 "--test-results-server", 529 "--test-results-server",
530 "test-results.appspot.com", 530 "test-results.appspot.com",
531 "--build-number", 531 "--build-number",
532 "571", 532 "571",
533 "--builder-name", 533 "--builder-name",
534 "win_chromium_rel_ng", 534 "win_chromium_rel_ng",
535 "--step-name", 535 "--step-name",
536 "webkit_tests (with patch)", 536 "webkit_tests (with patch)",
537 "--master-name", 537 "--master-name",
538 "tryserver.chromium.win", 538 "tryserver.chromium.win",
539 "--debug-rwt-logging" 539 "--debug-rwt-logging"
540 ], 540 ],
541 "cwd": "[BUILDER_CACHE]\\win", 541 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
542 "env": { 542 "env": {
543 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 543 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
544 }, 544 },
545 "name": "webkit_tests (with patch)", 545 "name": "webkit_tests (with patch)",
546 "~followup_annotations": [ 546 "~followup_annotations": [
547 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 547 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
548 ] 548 ]
549 }, 549 },
550 { 550 {
551 "cmd": [ 551 "cmd": [
552 "python", 552 "python",
553 "-u", 553 "-u",
554 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_layout_test _results.py", 554 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_layout_test _results.py",
555 "--results-dir", 555 "--results-dir",
556 "[SLAVE_BUILD]\\layout-test-results", 556 "[SLAVE_BUILD]\\layout-test-results",
557 "--build-dir", 557 "--build-dir",
558 "[BUILDER_CACHE]\\win\\src\\out", 558 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\out",
559 "--build-number", 559 "--build-number",
560 "571", 560 "571",
561 "--builder-name", 561 "--builder-name",
562 "win_chromium_rel_ng", 562 "win_chromium_rel_ng",
563 "--gs-bucket", 563 "--gs-bucket",
564 "gs://chromium-layout-test-archives", 564 "gs://chromium-layout-test-archives",
565 "--staging-dir", 565 "--staging-dir",
566 "[CACHE]\\chrome_staging" 566 "[CACHE]\\chrome_staging"
567 ], 567 ],
568 "cwd": "[BUILDER_CACHE]\\win", 568 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
569 "env": { 569 "env": {
570 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 570 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
571 }, 571 },
572 "name": "archive_webkit_tests_results", 572 "name": "archive_webkit_tests_results",
573 "~followup_annotations": [ 573 "~followup_annotations": [
574 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@ ", 574 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@ ",
575 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" 575 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/win_chromium_rel_ng/571/layout-test-results.zip@@@"
576 ] 576 ]
577 }, 577 },
578 { 578 {
579 "cmd": [ 579 "cmd": [
580 "python", 580 "python",
581 "-u", 581 "-u",
582 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 582 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
583 "--target", 583 "--target",
584 "Release" 584 "Release"
585 ], 585 ],
586 "cwd": "[BUILDER_CACHE]\\win", 586 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng",
587 "env": { 587 "env": {
588 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 588 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
589 }, 589 },
590 "name": "process_dumps" 590 "name": "process_dumps"
591 }, 591 },
592 { 592 {
593 "name": "$result", 593 "name": "$result",
594 "recipe_result": null, 594 "recipe_result": null,
595 "status_code": 0 595 "status_code": 0
596 } 596 }
597 ] 597 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.json ('k') | tests/masters_recipes_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698