| 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.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_clobber_rel_ng", | 10 "linux_chromium_clobber_rel_ng", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "-u", | 99 "-u", |
| 100 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 100 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 101 "--output", | 101 "--output", |
| 102 "/path/to/tmp/json", | 102 "/path/to/tmp/json", |
| 103 "--", | 103 "--", |
| 104 "--build-config-fs", | 104 "--build-config-fs", |
| 105 "Release", | 105 "Release", |
| 106 "--paths", | 106 "--paths", |
| 107 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 107 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 108 "--properties", | 108 "--properties", |
| 109 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571
, \"slavename\": \"TestSlavename\"}" | 109 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571
, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\"
, \"target_platform\": \"linux\"}" |
| 110 ], | 110 ], |
| 111 "name": "get compile targets for scripts", | 111 "name": "get compile targets for scripts", |
| 112 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 113 "@@@STEP_LOG_LINE@json.output@{}@@@", | 113 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 114 "@@@STEP_LOG_END@json.output@@@" | 114 "@@@STEP_LOG_END@json.output@@@" |
| 115 ] | 115 ] |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "python", | 119 "python", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "--goma-hermetic", | 218 "--goma-hermetic", |
| 219 "error", | 219 "error", |
| 220 "--clobber", | 220 "--clobber", |
| 221 "--", | 221 "--", |
| 222 "base_unittests", | 222 "base_unittests", |
| 223 "net_unittests" | 223 "net_unittests" |
| 224 ], | 224 ], |
| 225 "name": "compile (with patch)" | 225 "name": "compile (with patch)" |
| 226 } | 226 } |
| 227 ] | 227 ] |
| OLD | NEW |