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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug.json

Issue 2231943002: Use SVGs CIPD package and use SVG as a DM source (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comment Created 4 years, 4 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "env": { 259 "env": {
260 "BUILDTYPE": "Debug", 260 "BUILDTYPE": "Debug",
261 "CHROME_HEADLESS": "1", 261 "CHROME_HEADLESS": "1",
262 "SKIA_OUT": "[SLAVE_BUILD]/out" 262 "SKIA_OUT": "[SLAVE_BUILD]/out"
263 }, 263 },
264 "name": "read SK_IMAGE_VERSION", 264 "name": "read SK_IMAGE_VERSION",
265 "stdout": "/path/to/tmp/" 265 "stdout": "/path/to/tmp/"
266 }, 266 },
267 { 267 {
268 "cmd": [ 268 "cmd": [
269 "python",
270 "-u",
271 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
272 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
273 "/path/to/tmp/"
274 ],
275 "name": "Get downloaded SVG VERSION"
276 },
277 {
278 "cmd": [
279 "python",
280 "-u",
281 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
282 "42",
283 "[SLAVE_BUILD]/tmp/SVG_VERSION"
284 ],
285 "name": "write SVG_VERSION"
286 },
287 {
288 "cmd": [
289 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
290 "shell",
291 "cat",
292 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION"
293 ],
294 "env": {
295 "BUILDTYPE": "Debug",
296 "CHROME_HEADLESS": "1",
297 "SKIA_OUT": "[SLAVE_BUILD]/out"
298 },
299 "name": "read SVG_VERSION",
300 "stdout": "/path/to/tmp/"
301 },
302 {
303 "cmd": [
269 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia", 304 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_run_skia",
270 "--verbose", 305 "--verbose",
271 "--logcat", 306 "--logcat",
272 "-d", 307 "-d",
273 "arm_v7_neon", 308 "arm_v7_neon",
274 "-t", 309 "-t",
275 "Debug", 310 "Debug",
276 "nanobench", 311 "nanobench",
277 "--undefok", 312 "--undefok",
278 "-i", 313 "-i",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "SKIA_OUT": "[SLAVE_BUILD]/out" 450 "SKIA_OUT": "[SLAVE_BUILD]/out"
416 }, 451 },
417 "name": "kill-server" 452 "name": "kill-server"
418 }, 453 },
419 { 454 {
420 "name": "$result", 455 "name": "$result",
421 "recipe_result": null, 456 "recipe_result": null,
422 "status_code": 0 457 "status_code": 0
423 } 458 }
424 ] 459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698