| OLD | NEW |
| 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 Loading... |
| 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_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk_min=10.10 target_arch=x64 test_isolation_mo
de=prepare use_goma=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 }, | 123 }, |
| 124 "name": "gclient runhooks (with patch)" | 124 "name": "gclient runhooks (with patch)" |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 130 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 131 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 131 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
| 132 "/path/to/tmp/json" | 132 "/path/to/tmp/json" |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", | 332 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", |
| 333 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_dbg/571/layout-test-results.zip@@@" | 333 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_dbg/571/layout-test-results.zip@@@" |
| 334 ] | 334 ] |
| 335 }, | 335 }, |
| 336 { | 336 { |
| 337 "name": "$result", | 337 "name": "$result", |
| 338 "recipe_result": null, | 338 "recipe_result": null, |
| 339 "status_code": 0 | 339 "status_code": 0 |
| 340 } | 340 } |
| 341 ] | 341 ] |
| OLD | NEW |