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

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

Issue 1777863005: Recipe changes to move webview perf bots to the android/perf recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase. Created 4 years, 8 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 | Annotate | Revision Log
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 Builder", 10 "Android Builder",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "[SLAVE_BUILD]/src/out/build_product.zip", 233 "[SLAVE_BUILD]/src/out/build_product.zip",
234 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" 234 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip"
235 ], 235 ],
236 "cwd": "[SLAVE_BUILD]", 236 "cwd": "[SLAVE_BUILD]",
237 "name": "gsutil upload_build_product", 237 "name": "gsutil upload_build_product",
238 "~followup_annotations": [ 238 "~followup_annotations": [
239 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@" 239 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@"
240 ] 240 ]
241 }, 241 },
242 { 242 {
243 "cmd": [],
244 "cwd": "[SLAVE_BUILD]",
245 "name": "trigger",
246 "trigger_specs": [
247 {
248 "builder_name": "WebView Nexus5 Perf (1)",
249 "properties": {
250 "bucket": "master.chromium.perf.fyi",
251 "mastername": "master.chromium.perf.fyi",
252 "revision": "267739"
253 }
254 },
255 {
256 "builder_name": "WebView Nexus5X Perf (1)",
257 "properties": {
258 "bucket": "master.chromium.perf.fyi",
259 "mastername": "master.chromium.perf.fyi",
260 "revision": "267739"
261 }
262 },
263 {
264 "builder_name": "WebView Nexus5X Perf (2)",
265 "properties": {
266 "bucket": "master.chromium.perf.fyi",
267 "mastername": "master.chromium.perf.fyi",
268 "revision": "267739"
269 }
270 }
271 ],
272 "~followup_annotations": [
273 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W ebView Nexus5X Perf (2)@@@"
274 ]
275 },
276 {
243 "name": "$result", 277 "name": "$result",
244 "recipe_result": null, 278 "recipe_result": null,
245 "status_code": 0 279 "status_code": 0
246 } 280 }
247 ] 281 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698