| 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 "ChromiumOS Codesearch", | 10 "ChromiumOS Codesearch", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "--target", | 120 "--target", |
| 121 "Debug", | 121 "Debug", |
| 122 "--src-dir", | 122 "--src-dir", |
| 123 "[SLAVE_BUILD]/src", | 123 "[SLAVE_BUILD]/src", |
| 124 "--build-tool", | 124 "--build-tool", |
| 125 "ninja", | 125 "ninja", |
| 126 "--compiler", | 126 "--compiler", |
| 127 "goma-clang", | 127 "goma-clang", |
| 128 "--goma-dir", | 128 "--goma-dir", |
| 129 "[BUILD]/goma", | 129 "[BUILD]/goma", |
| 130 "--ninja-ensure-up-to-date", |
| 130 "--", | 131 "--", |
| 131 "all" | 132 "all" |
| 132 ], | 133 ], |
| 133 "cwd": "[SLAVE_BUILD]", | 134 "cwd": "[SLAVE_BUILD]", |
| 134 "name": "compile" | 135 "name": "compile" |
| 135 }, | 136 }, |
| 136 { | 137 { |
| 137 "cmd": [ | 138 "cmd": [ |
| 138 "cp", | 139 "cp", |
| 139 "some compilation data", | 140 "some compilation data", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", | 293 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", |
| 293 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" | 294 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" |
| 294 ], | 295 ], |
| 295 "cwd": "[SLAVE_BUILD]", | 296 "cwd": "[SLAVE_BUILD]", |
| 296 "name": "gsutil upload source tarball", | 297 "name": "gsutil upload source tarball", |
| 297 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 298 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 299 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
| 299 ] | 300 ] |
| 300 } | 301 } |
| 301 ] | 302 ] |
| OLD | NEW |