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

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket Created 4 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" 8 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "SKIA_ANDROID_VERBOSE_SETUP": "1", 264 "SKIA_ANDROID_VERBOSE_SETUP": "1",
265 "SKIA_OUT": "[SLAVE_BUILD]/out" 265 "SKIA_OUT": "[SLAVE_BUILD]/out"
266 }, 266 },
267 "name": "push resources" 267 "name": "push resources"
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "python", 271 "python",
272 "-u", 272 "-u",
273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
274 "[SLAVE_BUILD]/tmp/SKP_VERSION", 274 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
275 "/path/to/tmp/" 275 "/path/to/tmp/"
276 ], 276 ],
277 "name": "Get downloaded SKP_VERSION" 277 "name": "Get downloaded SKP VERSION"
278 }, 278 },
279 { 279 {
280 "cmd": [ 280 "cmd": [
281 "python",
282 "-u",
283 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
284 "42",
285 "[SLAVE_BUILD]/tmp/SKP_VERSION"
286 ],
287 "name": "write SKP_VERSION"
288 },
289 {
290 "cmd": [
281 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", 291 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
282 "shell", 292 "shell",
283 "cat", 293 "cat",
284 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" 294 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION"
285 ], 295 ],
286 "env": { 296 "env": {
287 "BUILDTYPE": "Release", 297 "BUILDTYPE": "Release",
288 "CHROME_HEADLESS": "1", 298 "CHROME_HEADLESS": "1",
289 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0", 299 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0",
290 "PYTHONPATH": "[BUILD]/scripts", 300 "PYTHONPATH": "[BUILD]/scripts",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "SKIA_OUT": "[SLAVE_BUILD]/out" 580 "SKIA_OUT": "[SLAVE_BUILD]/out"
571 }, 581 },
572 "name": "kill-server" 582 "name": "kill-server"
573 }, 583 },
574 { 584 {
575 "name": "$result", 585 "name": "$result",
576 "recipe_result": null, 586 "recipe_result": null,
577 "status_code": 0 587 "status_code": 0
578 } 588 }
579 ] 589 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698