Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 arm64 Builder", 10 "Android arm64 Builder",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
158 "[SLAVE_BUILD]/src/out/build_product.zip", 159 "[SLAVE_BUILD]/src/out/build_product.zip",
159 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_267739.zip" 160 "gs://chrome-perf/android_perf_rel_arm64/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_arm64/full-build-linux_267739.zip@@@" 165 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@"
165 ] 166 ]
166 } 167 }
167 ] 168 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698