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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-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 "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 23 matching lines...) Expand all
34 "python", 34 "python",
35 "-u", 35 "-u",
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",
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": [
44 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench", 64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench",
45 "--undefok", 65 "--undefok",
46 "-i", 66 "-i",
47 "[SLAVE_BUILD]\\skia\\resources", 67 "[SLAVE_BUILD]\\skia\\resources",
48 "--skps", 68 "--skps",
49 "[SLAVE_BUILD]\\skp", 69 "[SLAVE_BUILD]\\skp",
50 "--images", 70 "--images",
51 "[SLAVE_BUILD]\\skimage\\nanobench", 71 "[SLAVE_BUILD]\\skimage\\nanobench",
52 "--nogpu", 72 "--nogpu",
53 "--pre_log", 73 "--pre_log",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "SKIA_OUT": "[SLAVE_BUILD]\\out" 116 "SKIA_OUT": "[SLAVE_BUILD]\\out"
97 }, 117 },
98 "name": "nanobench" 118 "name": "nanobench"
99 }, 119 },
100 { 120 {
101 "name": "$result", 121 "name": "$result",
102 "recipe_result": null, 122 "recipe_result": null,
103 "status_code": 0 123 "status_code": 0
104 } 124 }
105 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698