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

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

Issue 1507193004: Use MB on all of the blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: reparent Created 5 years 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "mac_blink_dbg", 10 "mac_blink_dbg",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 }, 112 },
113 { 113 {
114 "cmd": [ 114 "cmd": [
115 "python", 115 "python",
116 "-u", 116 "-u",
117 "[DEPOT_TOOLS]/gclient.py", 117 "[DEPOT_TOOLS]/gclient.py",
118 "runhooks" 118 "runhooks"
119 ], 119 ],
120 "cwd": "[SLAVE_BUILD]", 120 "cwd": "[SLAVE_BUILD]",
121 "env": { 121 "env": {
122 "GYP_CHROMIUM_NO_ACTION": "1",
122 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1" 123 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1"
123 }, 124 },
124 "name": "gclient runhooks (with patch)" 125 "name": "gclient runhooks (with patch)"
125 }, 126 },
126 { 127 {
127 "cmd": [ 128 "cmd": [
128 "python", 129 "python",
129 "-u", 130 "-u",
130 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
131 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", 132 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 { 235 {
235 "cmd": [ 236 "cmd": [
236 "python", 237 "python",
237 "-u", 238 "-u",
238 "[BUILD]/scripts/slave/cleanup_temp.py" 239 "[BUILD]/scripts/slave/cleanup_temp.py"
239 ], 240 ],
240 "cwd": "[SLAVE_BUILD]", 241 "cwd": "[SLAVE_BUILD]",
241 "name": "cleanup_temp" 242 "name": "cleanup_temp"
242 }, 243 },
243 { 244 {
245 "cmd": [
246 "python",
247 "-u",
248 "[SLAVE_BUILD]/src/tools/mb/mb.py",
249 "gen",
250 "-m",
251 "tryserver.blink",
252 "-b",
253 "mac_blink_dbg",
254 "--config-file",
255 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
256 "--goma-dir",
257 "[BUILD]/goma",
258 "//out/Debug"
259 ],
260 "cwd": "[SLAVE_BUILD]",
261 "name": "generate_build_files (with patch)"
262 },
263 {
244 "allow_subannotations": true, 264 "allow_subannotations": true,
245 "cmd": [ 265 "cmd": [
246 "python", 266 "python",
247 "-u", 267 "-u",
248 "[BUILD]/scripts/slave/clang_revision.py", 268 "[BUILD]/scripts/slave/clang_revision.py",
249 "--src-dir", 269 "--src-dir",
250 "[SLAVE_BUILD]/src", 270 "[SLAVE_BUILD]/src",
251 "--output-json", 271 "--output-json",
252 "/path/to/tmp/json" 272 "/path/to/tmp/json"
253 ], 273 ],
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 }, 456 },
437 { 457 {
438 "cmd": [ 458 "cmd": [
439 "python", 459 "python",
440 "-u", 460 "-u",
441 "[DEPOT_TOOLS]/gclient.py", 461 "[DEPOT_TOOLS]/gclient.py",
442 "runhooks" 462 "runhooks"
443 ], 463 ],
444 "cwd": "[SLAVE_BUILD]", 464 "cwd": "[SLAVE_BUILD]",
445 "env": { 465 "env": {
466 "GYP_CHROMIUM_NO_ACTION": "1",
446 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1" 467 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1"
447 }, 468 },
448 "name": "gclient runhooks (without patch)" 469 "name": "gclient runhooks (without patch)"
449 }, 470 },
450 { 471 {
472 "cmd": [
473 "python",
474 "-u",
475 "[SLAVE_BUILD]/src/tools/mb/mb.py",
476 "gen",
477 "-m",
478 "tryserver.blink",
479 "-b",
480 "mac_blink_dbg",
481 "--config-file",
482 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
483 "--goma-dir",
484 "[BUILD]/goma",
485 "//out/Debug"
486 ],
487 "cwd": "[SLAVE_BUILD]",
488 "name": "generate_build_files (without patch)"
489 },
490 {
451 "allow_subannotations": true, 491 "allow_subannotations": true,
452 "cmd": [ 492 "cmd": [
453 "python", 493 "python",
454 "-u", 494 "-u",
455 "[BUILD]/scripts/slave/clang_revision.py", 495 "[BUILD]/scripts/slave/clang_revision.py",
456 "--src-dir", 496 "--src-dir",
457 "[SLAVE_BUILD]/src", 497 "[SLAVE_BUILD]/src",
458 "--output-json", 498 "--output-json",
459 "/path/to/tmp/json" 499 "/path/to/tmp/json"
460 ], 500 ],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "@@@STEP_TEXT@<br/>ignored:<br/>bad/totally-bad-probably.html<br/>tricky/t otally-maybe-not-awesome.html<br/>@@@", 592 "@@@STEP_TEXT@<br/>ignored:<br/>bad/totally-bad-probably.html<br/>tricky/t otally-maybe-not-awesome.html<br/>@@@",
553 "@@@STEP_WARNINGS@@@" 593 "@@@STEP_WARNINGS@@@"
554 ] 594 ]
555 }, 595 },
556 { 596 {
557 "name": "$result", 597 "name": "$result",
558 "recipe_result": null, 598 "recipe_result": null,
559 "status_code": 0 599 "status_code": 0
560 } 600 }
561 ] 601 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698