| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium Linux Codesearch", | 10 "Chromium Linux Codesearch", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "--target", | 119 "--target", |
| 120 "Debug", | 120 "Debug", |
| 121 "--src-dir", | 121 "--src-dir", |
| 122 "[SLAVE_BUILD]/src", | 122 "[SLAVE_BUILD]/src", |
| 123 "--build-tool", | 123 "--build-tool", |
| 124 "ninja", | 124 "ninja", |
| 125 "--compiler", | 125 "--compiler", |
| 126 "goma-clang", | 126 "goma-clang", |
| 127 "--goma-dir", | 127 "--goma-dir", |
| 128 "[BUILD]/goma", | 128 "[BUILD]/goma", |
| 129 "--ninja-ensure-up-to-date", |
| 129 "--", | 130 "--", |
| 130 "all" | 131 "all" |
| 131 ], | 132 ], |
| 132 "cwd": "[SLAVE_BUILD]", | 133 "cwd": "[SLAVE_BUILD]", |
| 133 "name": "compile" | 134 "name": "compile" |
| 134 }, | 135 }, |
| 135 { | 136 { |
| 136 "cmd": [ | 137 "cmd": [ |
| 137 "cp", | 138 "cp", |
| 138 "some compilation data", | 139 "some compilation data", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "[SLAVE_BUILD]/chromium_src_linux.tar.bz2", | 247 "[SLAVE_BUILD]/chromium_src_linux.tar.bz2", |
| 247 "gs://chrome-codesearch/prod/chromium_src_linux_170242.tar.bz2" | 248 "gs://chrome-codesearch/prod/chromium_src_linux_170242.tar.bz2" |
| 248 ], | 249 ], |
| 249 "cwd": "[SLAVE_BUILD]", | 250 "cwd": "[SLAVE_BUILD]", |
| 250 "name": "gsutil upload source tarball", | 251 "name": "gsutil upload source tarball", |
| 251 "~followup_annotations": [ | 252 "~followup_annotations": [ |
| 252 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_linux_170242.tar.bz2@@@" | 253 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_linux_170242.tar.bz2@@@" |
| 253 ] | 254 ] |
| 254 } | 255 } |
| 255 ] | 256 ] |
| OLD | NEW |