| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "--target", | 116 "--target", |
| 117 "Release", | 117 "Release", |
| 118 "--src-dir", | 118 "--src-dir", |
| 119 "[SLAVE_BUILD]/src", | 119 "[SLAVE_BUILD]/src", |
| 120 "--build-tool", | 120 "--build-tool", |
| 121 "ninja", | 121 "ninja", |
| 122 "--compiler", | 122 "--compiler", |
| 123 "goma", | 123 "goma", |
| 124 "--goma-dir", | 124 "--goma-dir", |
| 125 "[BUILD]/goma", | 125 "[BUILD]/goma", |
| 126 "--ninja-ensure-up-to-date", |
| 126 "--" | 127 "--" |
| 127 ], | 128 ], |
| 128 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 129 "env": { | 130 "env": { |
| 130 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 131 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 131 }, | 132 }, |
| 132 "name": "compile" | 133 "name": "compile" |
| 133 }, | 134 }, |
| 134 { | 135 { |
| 135 "cmd": [ | 136 "cmd": [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 158 "[SLAVE_BUILD]/src/out/build_product.zip", | 159 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 159 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" | 160 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" |
| 160 ], | 161 ], |
| 161 "cwd": "[SLAVE_BUILD]", | 162 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "gsutil upload_build_product", | 163 "name": "gsutil upload_build_product", |
| 163 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 164 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel/full-build-linux_267739.zip@@@" | 165 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel/full-build-linux_267739.zip@@@" |
| 165 ] | 166 ] |
| 166 } | 167 } |
| 167 ] | 168 ] |
| OLD | NEW |