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

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: 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 "mastername": "chromium.perf.fyi",
251 "revision": "267739"
252 }
253 },
254 {
255 "builder_name": "WebView Nexus5X Perf (1)",
256 "properties": {
257 "mastername": "chromium.perf.fyi",
258 "revision": "267739"
259 }
260 },
261 {
262 "builder_name": "WebView Nexus5X Perf (2)",
263 "properties": {
264 "mastername": "chromium.perf.fyi",
265 "revision": "267739"
266 }
267 }
268 ],
269 "~followup_annotations": [
270 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W ebView Nexus5X Perf (2)@@@"
271 ]
272 },
273 {
243 "name": "$result", 274 "name": "$result",
244 "recipe_result": null, 275 "recipe_result": null,
245 "status_code": 0 276 "status_code": 0
246 } 277 }
247 ] 278 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698