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

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket Created 4 years, 5 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 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release" 8 "Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]\\skia", 10 "cwd": "[SLAVE_BUILD]\\skia",
(...skipping 30 matching lines...) Expand all
41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": true@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": true@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 42 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@" 43 "@@@STEP_LOG_END@json.output@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", 51 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
52 "/path/to/tmp/" 52 "/path/to/tmp/"
53 ], 53 ],
54 "name": "Get downloaded SKP_VERSION" 54 "name": "Get downloaded SKP VERSION"
55 }, 55 },
56 { 56 {
57 "cmd": [ 57 "cmd": [
58 "python",
59 "-u",
60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
61 "42",
62 "[SLAVE_BUILD]\\tmp\\SKP_VERSION"
63 ],
64 "name": "write SKP_VERSION"
65 },
66 {
67 "cmd": [
58 "python", 68 "python",
59 "-u", 69 "-u",
60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 70 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
61 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION", 71 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION",
62 "/path/to/tmp/" 72 "/path/to/tmp/"
63 ], 73 ],
64 "name": "Get downloaded skimage VERSION" 74 "name": "Get downloaded skimage VERSION"
65 }, 75 },
66 { 76 {
67 "cmd": [ 77 "cmd": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "@@@STEP_LOG_END@python.inline@@@" 127 "@@@STEP_LOG_END@python.inline@@@"
118 ] 128 ]
119 }, 129 },
120 { 130 {
121 "cmd": [ 131 "cmd": [
122 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", 132 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench",
123 "--undefok", 133 "--undefok",
124 "-i", 134 "-i",
125 "[SLAVE_BUILD]\\skia\\resources", 135 "[SLAVE_BUILD]\\skia\\resources",
126 "--skps", 136 "--skps",
127 "[SLAVE_BUILD]\\skps", 137 "[SLAVE_BUILD]\\skp",
128 "--images", 138 "--images",
129 "[SLAVE_BUILD]\\skimage\\nanobench", 139 "[SLAVE_BUILD]\\skimage\\nanobench",
130 "--nogpu", 140 "--nogpu",
131 "--dummy-flags", 141 "--dummy-flags",
132 "--outResultsFile", 142 "--outResultsFile",
133 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel ease\\data\\nanobench_abc123.json", 143 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel ease\\data\\nanobench_abc123.json",
134 "--properties", 144 "--properties",
135 "gitHash", 145 "gitHash",
136 "abc123", 146 "abc123",
137 "build_number", 147 "build_number",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 190 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
181 "@@@STEP_LOG_END@python.inline@@@" 191 "@@@STEP_LOG_END@python.inline@@@"
182 ] 192 ]
183 }, 193 },
184 { 194 {
185 "name": "$result", 195 "name": "$result",
186 "recipe_result": null, 196 "recipe_result": null,
187 "status_code": 0 197 "status_code": 0
188 } 198 }
189 ] 199 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698