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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/missing_SK_IMAGE_VERSION_device.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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "BUILDTYPE": "Debug", 363 "BUILDTYPE": "Debug",
364 "CHROME_HEADLESS": "1", 364 "CHROME_HEADLESS": "1",
365 "SKIA_OUT": "[SLAVE_BUILD]/out" 365 "SKIA_OUT": "[SLAVE_BUILD]/out"
366 }, 366 },
367 "name": "push SK_IMAGE_VERSION" 367 "name": "push SK_IMAGE_VERSION"
368 }, 368 },
369 { 369 {
370 "cmd": [ 370 "cmd": [
371 "python", 371 "python",
372 "-u", 372 "-u",
373 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
374 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
375 "/path/to/tmp/"
376 ],
377 "name": "Get downloaded SVG VERSION"
378 },
379 {
380 "cmd": [
381 "python",
382 "-u",
383 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
384 "42",
385 "[SLAVE_BUILD]/tmp/SVG_VERSION"
386 ],
387 "name": "write SVG_VERSION"
388 },
389 {
390 "cmd": [
391 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
392 "shell",
393 "cat",
394 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION"
395 ],
396 "env": {
397 "BUILDTYPE": "Debug",
398 "CHROME_HEADLESS": "1",
399 "SKIA_OUT": "[SLAVE_BUILD]/out"
400 },
401 "name": "read SVG_VERSION",
402 "stdout": "/path/to/tmp/"
403 },
404 {
405 "cmd": [
406 "python",
407 "-u",
373 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 408 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
374 "[CUSTOM_[SWARM_OUT_DIR]]/dm" 409 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
375 ], 410 ],
376 "env": { 411 "env": {
377 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" 412 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
378 }, 413 },
379 "name": "rmtree dm", 414 "name": "rmtree dm",
380 "~followup_annotations": [ 415 "~followup_annotations": [
381 "@@@STEP_LOG_LINE@python.inline@@@@", 416 "@@@STEP_LOG_LINE@python.inline@@@@",
382 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 417 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 "SKIA_OUT": "[SLAVE_BUILD]/out" 1037 "SKIA_OUT": "[SLAVE_BUILD]/out"
1003 }, 1038 },
1004 "name": "kill-server" 1039 "name": "kill-server"
1005 }, 1040 },
1006 { 1041 {
1007 "name": "$result", 1042 "name": "$result",
1008 "recipe_result": null, 1043 "recipe_result": null,
1009 "status_code": 0 1044 "status_code": 0
1010 } 1045 }
1011 ] 1046 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698