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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/missing_device.json

Issue 2275563003: Fix android recipe build upload names (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 3 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "cmd": [ 170 "cmd": [
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
174 "--", 174 "--",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
176 "--force-version", 176 "--force-version",
177 "4.7", 177 "4.7",
178 "----", 178 "----",
179 "cp", 179 "cp",
180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", 180 "gs://chrome-perf/Android Builder/full-build-linux_deadbeef.zip",
181 "[SLAVE_BUILD]/src/out/build_product.zip" 181 "[SLAVE_BUILD]/src/out/build_product.zip"
182 ], 182 ],
183 "name": "gsutil download_build_product" 183 "name": "gsutil download_build_product"
184 }, 184 },
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "unzip", 187 "unzip",
188 "-o", 188 "-o",
189 "[SLAVE_BUILD]/src/out/build_product.zip" 189 "[SLAVE_BUILD]/src/out/build_product.zip"
190 ], 190 ],
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "@@@STEP_LOG_END@python.inline@@@" 822 "@@@STEP_LOG_END@python.inline@@@"
823 ] 823 ]
824 }, 824 },
825 { 825 {
826 "name": "$result", 826 "name": "$result",
827 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]", 827 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]",
828 "recipe_result": null, 828 "recipe_result": null,
829 "status_code": 1 829 "status_code": 1
830 } 830 }
831 ] 831 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698