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

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

Powered by Google App Engine
This is Rietveld 408576698