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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.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": "Release", 260 "BUILDTYPE": "Release",
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": "Release",
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]/android_sdk/android-sdk/platform-tools/adb", 304 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
270 "shell", 305 "shell",
271 "rm", 306 "rm",
272 "-r", 307 "-r",
273 "/storage/emulated/legacy/skiabot/skia_perf" 308 "/storage/emulated/legacy/skiabot/skia_perf"
274 ], 309 ],
275 "env": { 310 "env": {
276 "BUILDTYPE": "Release", 311 "BUILDTYPE": "Release",
277 "CHROME_HEADLESS": "1", 312 "CHROME_HEADLESS": "1",
278 "SKIA_OUT": "[SLAVE_BUILD]/out" 313 "SKIA_OUT": "[SLAVE_BUILD]/out"
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "SKIA_OUT": "[SLAVE_BUILD]/out" 561 "SKIA_OUT": "[SLAVE_BUILD]/out"
527 }, 562 },
528 "name": "kill-server" 563 "name": "kill-server"
529 }, 564 },
530 { 565 {
531 "name": "$result", 566 "name": "$result",
532 "recipe_result": null, 567 "recipe_result": null,
533 "status_code": 0 568 "status_code": 0
534 } 569 }
535 ] 570 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698