| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "--target", | 131 "--target", |
| 132 "Debug", | 132 "Debug", |
| 133 "--src-dir", | 133 "--src-dir", |
| 134 "[SLAVE_BUILD]/src", | 134 "[SLAVE_BUILD]/src", |
| 135 "--build-tool", | 135 "--build-tool", |
| 136 "ninja", | 136 "ninja", |
| 137 "--compiler", | 137 "--compiler", |
| 138 "goma", | 138 "goma", |
| 139 "--goma-dir", | 139 "--goma-dir", |
| 140 "[BUILD]/goma", | 140 "[BUILD]/goma", |
| 141 "--ninja-ensure-up-to-date", |
| 141 "--", | 142 "--", |
| 142 "All", | 143 "All", |
| 143 "chromium_builder_tests" | 144 "chromium_builder_tests" |
| 144 ], | 145 ], |
| 145 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
| 146 "name": "compile" | 147 "name": "compile" |
| 147 }, | 148 }, |
| 148 { | 149 { |
| 149 "allow_subannotations": true, | 150 "allow_subannotations": true, |
| 150 "cmd": [ | 151 "cmd": [ |
| 151 "python", | 152 "python", |
| 152 "-u", | 153 "-u", |
| 153 "[BUILD]/scripts/slave/zip_build.py", | 154 "[BUILD]/scripts/slave/zip_build.py", |
| 154 "--target", | 155 "--target", |
| 155 "Debug", | 156 "Debug", |
| 156 "--build-url", | 157 "--build-url", |
| 157 "gs://chromium-v8/client.v8.fyi/Linux Debug Builder", | 158 "gs://chromium-v8/client.v8.fyi/Linux Debug Builder", |
| 158 "--build_revision", | 159 "--build_revision", |
| 159 "801ada225ddc271c132c3a35f03975671d43e399", | 160 "801ada225ddc271c132c3a35f03975671d43e399", |
| 160 "--factory-properties", | 161 "--factory-properties", |
| 161 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | 162 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 162 "--build-properties", | 163 "--build-properties", |
| 163 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}" | 164 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}" |
| 164 ], | 165 ], |
| 165 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "package build" | 167 "name": "package build" |
| 167 } | 168 } |
| 168 ] | 169 ] |
| OLD | NEW |