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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 25 matching lines...) Expand all
36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
37 "42", 37 "42",
38 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION" 38 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION"
39 ], 39 ],
40 "name": "write SK_IMAGE_VERSION" 40 "name": "write SK_IMAGE_VERSION"
41 }, 41 },
42 { 42 {
43 "cmd": [ 43 "cmd": [
44 "python", 44 "python",
45 "-u", 45 "-u",
46 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
47 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\svg\\VERSION",
48 "/path/to/tmp/"
49 ],
50 "name": "Get downloaded SVG VERSION"
51 },
52 {
53 "cmd": [
54 "python",
55 "-u",
56 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
57 "42",
58 "[SLAVE_BUILD]\\tmp\\SVG_VERSION"
59 ],
60 "name": "write SVG_VERSION"
61 },
62 {
63 "cmd": [
64 "python",
65 "-u",
46 "\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", 66 "\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",
47 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data" 67 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8 6_64-Release-Trybot\\data"
48 ], 68 ],
49 "env": { 69 "env": {
50 "PYTHONPATH": "[SLAVE_BUILD]\\skia\\infra\\bots\\.recipe_deps\\build\\scri pts" 70 "PYTHONPATH": "[SLAVE_BUILD]\\skia\\infra\\bots\\.recipe_deps\\build\\scri pts"
51 }, 71 },
52 "name": "rmtree data", 72 "name": "rmtree data",
53 "~followup_annotations": [ 73 "~followup_annotations": [
54 "@@@STEP_LOG_LINE@python.inline@@@@", 74 "@@@STEP_LOG_LINE@python.inline@@@@",
55 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 75 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
190 "@@@STEP_LOG_END@python.inline@@@" 210 "@@@STEP_LOG_END@python.inline@@@"
191 ] 211 ]
192 }, 212 },
193 { 213 {
194 "name": "$result", 214 "name": "$result",
195 "recipe_result": null, 215 "recipe_result": null,
196 "status_code": 0 216 "status_code": 0
197 } 217 }
198 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698