| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "-u", | 117 "-u", |
| 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 119 "--output", | 119 "--output", |
| 120 "/path/to/tmp/json", | 120 "/path/to/tmp/json", |
| 121 "--", | 121 "--", |
| 122 "--build-config-fs", | 122 "--build-config-fs", |
| 123 "Release", | 123 "Release", |
| 124 "--paths", | 124 "--paths", |
| 125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 126 "--properties", | 126 "--properties", |
| 127 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"slavename\":
\"TestSlavename\"}" | 127 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l
inux\"}" |
| 128 ], | 128 ], |
| 129 "name": "get compile targets for scripts", | 129 "name": "get compile targets for scripts", |
| 130 "~followup_annotations": [ | 130 "~followup_annotations": [ |
| 131 "@@@STEP_LOG_LINE@json.output@{}@@@", | 131 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 132 "@@@STEP_LOG_END@json.output@@@" | 132 "@@@STEP_LOG_END@json.output@@@" |
| 133 ] | 133 ] |
| 134 }, | 134 }, |
| 135 { | 135 { |
| 136 "cmd": [ | 136 "cmd": [ |
| 137 "python", | 137 "python", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "--build_revision", | 238 "--build_revision", |
| 239 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 239 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 240 "--factory-properties", | 240 "--factory-properties", |
| 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi
um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi
um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 242 "--build-properties", | 242 "--build-properties", |
| 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi
um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi
um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 244 ], | 244 ], |
| 245 "name": "package build" | 245 "name": "package build" |
| 246 } | 246 } |
| 247 ] | 247 ] |
| OLD | NEW |