| 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.chromium.mac", | 8 "tryserver.chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_chromium_rel_ng", | 10 "mac_chromium_rel_ng", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "-u", | 112 "-u", |
| 113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 114 "--output", | 114 "--output", |
| 115 "/path/to/tmp/json", | 115 "/path/to/tmp/json", |
| 116 "--", | 116 "--", |
| 117 "--build-config-fs", | 117 "--build-config-fs", |
| 118 "Release", | 118 "Release", |
| 119 "--paths", | 119 "--paths", |
| 120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 121 "--properties", | 121 "--properties", |
| 122 "{\"buildername\": \"mac_chromium_rel_ng\", \"buildnumber\": 571, \"slaven
ame\": \"TestSlavename\"}" | 122 "{\"buildername\": \"mac_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.mac\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"mac\"}" |
| 123 ], | 123 ], |
| 124 "name": "get compile targets for scripts", | 124 "name": "get compile targets for scripts", |
| 125 "~followup_annotations": [ | 125 "~followup_annotations": [ |
| 126 "@@@STEP_LOG_LINE@json.output@{}@@@", | 126 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 127 "@@@STEP_LOG_END@json.output@@@" | 127 "@@@STEP_LOG_END@json.output@@@" |
| 128 ] | 128 ] |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 "cmd": [ | 131 "cmd": [ |
| 132 "python", | 132 "python", |
| (...skipping 3323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3456 "https://chromium-swarm.appspot.com", | 3456 "https://chromium-swarm.appspot.com", |
| 3457 "--decorate", | 3457 "--decorate", |
| 3458 "--print-status-updates", | 3458 "--print-status-updates", |
| 3459 "--shards", | 3459 "--shards", |
| 3460 "1", | 3460 "1", |
| 3461 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_chromium_rel_ng/571" | 3461 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_chromium_rel_ng/571" |
| 3462 ], | 3462 ], |
| 3463 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" | 3463 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" |
| 3464 } | 3464 } |
| 3465 ] | 3465 ] |
| OLD | NEW |