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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git.bat", 4 "git.bat",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]\\skia", 10 "cwd": "[CWD]\\skia",
11 "name": "git remote set-url" 11 "name": "git remote set-url"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "git.bat", 15 "git.bat",
16 "fetch" 16 "fetch"
17 ], 17 ],
18 "cwd": "[SLAVE_BUILD]\\skia", 18 "cwd": "[CWD]\\skia",
19 "name": "git fetch" 19 "name": "git fetch"
20 }, 20 },
21 { 21 {
22 "cmd": [ 22 "cmd": [
23 "git.bat", 23 "git.bat",
24 "reset", 24 "reset",
25 "--hard", 25 "--hard",
26 "abc123" 26 "abc123"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]\\skia", 28 "cwd": "[CWD]\\skia",
29 "name": "git reset" 29 "name": "git reset"
30 }, 30 },
31 { 31 {
32 "cmd": [ 32 "cmd": [
33 "git.bat", 33 "git.bat",
34 "clean", 34 "clean",
35 "-d", 35 "-d",
36 "-f" 36 "-f"
37 ], 37 ],
38 "cwd": "[SLAVE_BUILD]\\skia", 38 "cwd": "[CWD]\\skia",
39 "name": "git clean" 39 "name": "git clean"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']" 48 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googl esource.com/skia.git'}]\ntarget_os = ['llvm']"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
51 "env": { 50 "env": {
52 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 52 },
54 "name": "gclient setup" 53 "name": "gclient setup"
55 }, 54 },
56 { 55 {
57 "cmd": [ 56 "cmd": [
58 "python", 57 "python",
59 "-u", 58 "-u",
60 "[BUILD]\\scripts\\slave\\gclient_safe_revert.py", 59 "[ROOT]\\b\\build\\scripts\\slave\\gclient_safe_revert.py",
61 ".", 60 ".",
62 "[DEPOT_TOOLS]\\gclient.bat" 61 "[ROOT]\\b\\depot_tools\\gclient.bat"
63 ], 62 ],
64 "cwd": "[SLAVE_BUILD]",
65 "name": "gclient revert" 63 "name": "gclient revert"
66 }, 64 },
67 { 65 {
68 "cmd": [ 66 "cmd": [
69 "python", 67 "python",
70 "-u", 68 "-u",
71 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 69 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
72 "sync", 70 "sync",
73 "--nohooks", 71 "--nohooks",
74 "--force", 72 "--force",
75 "--verbose", 73 "--verbose",
76 "--delete_unversioned_trees", 74 "--delete_unversioned_trees",
77 "--revision", 75 "--revision",
78 "skia@abc123", 76 "skia@abc123",
79 "--output-json", 77 "--output-json",
80 "/path/to/tmp/json" 78 "/path/to/tmp/json"
81 ], 79 ],
82 "cwd": "[SLAVE_BUILD]",
83 "env": { 80 "env": {
84 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 81 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
85 }, 82 },
86 "name": "gclient sync", 83 "name": "gclient sync",
87 "~followup_annotations": [ 84 "~followup_annotations": [
88 "@@@STEP_LOG_LINE@json.output@{@@@", 85 "@@@STEP_LOG_LINE@json.output@{@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
92 "@@@STEP_LOG_LINE@json.output@ }@@@", 89 "@@@STEP_LOG_LINE@json.output@ }@@@",
93 "@@@STEP_LOG_LINE@json.output@ }@@@", 90 "@@@STEP_LOG_LINE@json.output@ }@@@",
94 "@@@STEP_LOG_LINE@json.output@}@@@", 91 "@@@STEP_LOG_LINE@json.output@}@@@",
95 "@@@STEP_LOG_END@json.output@@@", 92 "@@@STEP_LOG_END@json.output@@@",
96 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 93 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
97 ] 94 ]
98 }, 95 },
99 { 96 {
100 "cmd": [ 97 "cmd": [
101 "python", 98 "python",
102 "-u", 99 "-u",
103 "[DEPOT_TOOLS]\\apply_issue.py", 100 "[ROOT]\\b\\depot_tools\\apply_issue.py",
104 "-r", 101 "-r",
105 "[SLAVE_BUILD]\\skia", 102 "[CWD]\\skia",
106 "-i", 103 "-i",
107 "500", 104 "500",
108 "-p", 105 "-p",
109 "1", 106 "1",
110 "-s", 107 "-s",
111 "https://codereview.chromium.org", 108 "https://codereview.chromium.org",
112 "--no-auth" 109 "--no-auth"
113 ], 110 ],
114 "cwd": "[SLAVE_BUILD]",
115 "name": "apply_issue", 111 "name": "apply_issue",
116 "~followup_annotations": [ 112 "~followup_annotations": [
117 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" 113 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@"
118 ] 114 ]
119 }, 115 },
120 { 116 {
121 "cmd": [ 117 "cmd": [
122 "python", 118 "python",
123 "-u", 119 "-u",
124 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", 120 "[CWD]\\skia\\tools\\buildbot_spec.py",
125 "/path/to/tmp/json", 121 "/path/to/tmp/json",
126 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" 122 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot"
127 ], 123 ],
128 "cwd": "[SLAVE_BUILD]\\skia", 124 "cwd": "[CWD]\\skia",
129 "name": "exec buildbot_spec.py", 125 "name": "exec buildbot_spec.py",
130 "~followup_annotations": [ 126 "~followup_annotations": [
131 "@@@STEP_LOG_LINE@json.output@{@@@", 127 "@@@STEP_LOG_LINE@json.output@{@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 128 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
133 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@",
134 "@@@STEP_LOG_LINE@json.output@ ], @@@", 130 "@@@STEP_LOG_LINE@json.output@ ], @@@",
135 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 131 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
136 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", 132 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
137 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"MSVC\", @@@", 133 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"MSVC\", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", 134 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
(...skipping 21 matching lines...) Expand all
160 "@@@STEP_LOG_LINE@json.output@}@@@", 156 "@@@STEP_LOG_LINE@json.output@}@@@",
161 "@@@STEP_LOG_END@json.output@@@" 157 "@@@STEP_LOG_END@json.output@@@"
162 ] 158 ]
163 }, 159 },
164 { 160 {
165 "cmd": [ 161 "cmd": [
166 "python", 162 "python",
167 "make.py", 163 "make.py",
168 "nanobench" 164 "nanobench"
169 ], 165 ],
170 "cwd": "[SLAVE_BUILD]\\skia", 166 "cwd": "[CWD]\\skia",
171 "env": { 167 "env": {
172 "BUILDTYPE": "Release_x64", 168 "BUILDTYPE": "Release_x64",
173 "CHROME_PATH": "[HOME]\\src", 169 "CHROME_PATH": "[HOME]\\src",
174 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp", 170 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp",
175 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot" 171 "SKIA_OUT": "[CWD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-R elease-Trybot"
176 }, 172 },
177 "name": "build nanobench" 173 "name": "build nanobench"
178 }, 174 },
179 { 175 {
180 "cmd": [ 176 "cmd": [
181 "python", 177 "python",
182 "-u", 178 "-u",
183 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 179 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
184 "[SLAVE_BUILD]\\tmp", 180 "[CWD]\\tmp",
185 "511" 181 "511"
186 ], 182 ],
187 "cwd": "[SLAVE_BUILD]",
188 "name": "makedirs tmp_dir", 183 "name": "makedirs tmp_dir",
189 "~followup_annotations": [ 184 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@python.inline@@@@", 185 "@@@STEP_LOG_LINE@python.inline@@@@",
191 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 186 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
192 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 187 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
193 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 188 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
194 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 189 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
195 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 190 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
196 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 191 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
197 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 192 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
198 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 193 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
199 "@@@STEP_LOG_END@python.inline@@@" 194 "@@@STEP_LOG_END@python.inline@@@"
200 ] 195 ]
201 }, 196 },
202 { 197 {
203 "cmd": [ 198 "cmd": [
204 "python", 199 "python",
205 "-u", 200 "-u",
206 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
207 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", 202 "[CWD]\\tmp\\SKP_VERSION",
208 "/path/to/tmp/" 203 "/path/to/tmp/"
209 ], 204 ],
210 "cwd": "[SLAVE_BUILD]",
211 "name": "Get downloaded SKP_VERSION" 205 "name": "Get downloaded SKP_VERSION"
212 }, 206 },
213 { 207 {
214 "cmd": [ 208 "cmd": [
215 "python", 209 "python",
216 "-u", 210 "-u",
217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 211 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
218 "[SLAVE_BUILD]\\skia\\SKP_VERSION", 212 "[CWD]\\skia\\SKP_VERSION",
219 "/path/to/tmp/" 213 "/path/to/tmp/"
220 ], 214 ],
221 "cwd": "[SLAVE_BUILD]",
222 "name": "Get expected SKP_VERSION" 215 "name": "Get expected SKP_VERSION"
223 }, 216 },
224 { 217 {
225 "cmd": [ 218 "cmd": [
226 "python", 219 "python",
227 "-u", 220 "-u",
228 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 221 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
229 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", 222 "[CWD]\\tmp\\SK_IMAGE_VERSION",
230 "/path/to/tmp/" 223 "/path/to/tmp/"
231 ], 224 ],
232 "cwd": "[SLAVE_BUILD]",
233 "name": "Get downloaded SK_IMAGE_VERSION" 225 "name": "Get downloaded SK_IMAGE_VERSION"
234 }, 226 },
235 { 227 {
236 "cmd": [ 228 "cmd": [
237 "python", 229 "python",
238 "-u", 230 "-u",
239 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 231 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
240 "[SLAVE_BUILD]\\skia\\SK_IMAGE_VERSION", 232 "[CWD]\\skia\\SK_IMAGE_VERSION",
241 "/path/to/tmp/" 233 "/path/to/tmp/"
242 ], 234 ],
243 "cwd": "[SLAVE_BUILD]",
244 "name": "Get expected SK_IMAGE_VERSION" 235 "name": "Get expected SK_IMAGE_VERSION"
245 }, 236 },
246 { 237 {
247 "cmd": [ 238 "cmd": [
248 "python", 239 "python",
249 "-u", 240 "-u",
250 "\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", 241 "\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",
251 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data" 242 "[CWD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot \\data"
252 ], 243 ],
253 "cwd": "[SLAVE_BUILD]",
254 "name": "rmtree data", 244 "name": "rmtree data",
255 "~followup_annotations": [ 245 "~followup_annotations": [
256 "@@@STEP_LOG_LINE@python.inline@@@@", 246 "@@@STEP_LOG_LINE@python.inline@@@@",
257 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 247 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
258 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 248 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
259 "@@@STEP_LOG_LINE@python.inline@@@@", 249 "@@@STEP_LOG_LINE@python.inline@@@@",
260 "@@@STEP_LOG_LINE@python.inline@@@@", 250 "@@@STEP_LOG_LINE@python.inline@@@@",
261 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 251 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
262 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 252 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
263 "@@@STEP_LOG_END@python.inline@@@" 253 "@@@STEP_LOG_END@python.inline@@@"
264 ] 254 ]
265 }, 255 },
266 { 256 {
267 "cmd": [ 257 "cmd": [
268 "python", 258 "python",
269 "-u", 259 "-u",
270 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 260 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
271 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data", 261 "[CWD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot \\data",
272 "511" 262 "511"
273 ], 263 ],
274 "cwd": "[SLAVE_BUILD]",
275 "name": "makedirs data", 264 "name": "makedirs data",
276 "~followup_annotations": [ 265 "~followup_annotations": [
277 "@@@STEP_LOG_LINE@python.inline@@@@", 266 "@@@STEP_LOG_LINE@python.inline@@@@",
278 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 267 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
279 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 268 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
280 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 269 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
281 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 270 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
282 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 271 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
283 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 272 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
284 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 273 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
285 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 274 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
286 "@@@STEP_LOG_END@python.inline@@@" 275 "@@@STEP_LOG_END@python.inline@@@"
287 ] 276 ]
288 }, 277 },
289 { 278 {
290 "cmd": [ 279 "cmd": [
291 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 280 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
292 ], 281 ],
293 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
294 "name": "ensure git tooling on windows" 283 "name": "ensure git tooling on windows"
295 }, 284 },
296 { 285 {
297 "cmd": [ 286 "cmd": [
298 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
299 "show", 288 "show",
300 "HEAD", 289 "HEAD",
301 "--format=%at", 290 "--format=%at",
302 "-s" 291 "-s"
303 ], 292 ],
304 "cwd": "[SLAVE_BUILD]\\skia", 293 "cwd": "[CWD]\\skia",
305 "name": "git show", 294 "name": "git show",
306 "stdout": "/path/to/tmp/" 295 "stdout": "/path/to/tmp/"
307 }, 296 },
308 { 297 {
309 "cmd": [ 298 "cmd": [
310 "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Relea se-Trybot\\Release_x64\\nanobench", 299 "[CWD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybo t\\Release_x64\\nanobench",
311 "--undefok", 300 "--undefok",
312 "-i", 301 "-i",
313 "[SLAVE_BUILD]\\skia\\resources", 302 "[CWD]\\skia\\resources",
314 "--skps", 303 "--skps",
315 "[SLAVE_BUILD]\\playback\\skps", 304 "[CWD]\\playback\\skps",
316 "--images", 305 "--images",
317 "[SLAVE_BUILD]\\images\\dm", 306 "[CWD]\\images\\dm",
318 "--nocpu", 307 "--nocpu",
319 "--dummy-flags", 308 "--dummy-flags",
320 "--outResultsFile", 309 "--outResultsFile",
321 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data\\nanobench_164710_1408633190.json", 310 "[CWD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot \\data\\nanobench_164710_1408633190.json",
322 "--properties", 311 "--properties",
323 "gitHash", 312 "gitHash",
324 "164710", 313 "164710",
325 "build_number", 314 "build_number",
326 "5", 315 "5",
327 "issue", 316 "issue",
328 "500", 317 "500",
329 "patchset", 318 "patchset",
330 "1", 319 "1",
331 "--key", 320 "--key",
332 "arch", 321 "arch",
333 "x86_64", 322 "x86_64",
334 "compiler", 323 "compiler",
335 "MSVC", 324 "MSVC",
336 "cpu_or_gpu", 325 "cpu_or_gpu",
337 "GPU", 326 "GPU",
338 "cpu_or_gpu_value", 327 "cpu_or_gpu_value",
339 "HD4600", 328 "HD4600",
340 "model", 329 "model",
341 "ShuttleB", 330 "ShuttleB",
342 "os", 331 "os",
343 "Win8" 332 "Win8"
344 ], 333 ],
345 "cwd": "[SLAVE_BUILD]",
346 "env": { 334 "env": {
347 "BUILDTYPE": "Release_x64", 335 "BUILDTYPE": "Release_x64",
348 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp", 336 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp",
349 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot" 337 "SKIA_OUT": "[CWD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-R elease-Trybot"
350 }, 338 },
351 "name": "nanobench" 339 "name": "nanobench"
352 }, 340 },
353 { 341 {
354 "cmd": [ 342 "cmd": [
355 "python", 343 "python",
356 "-u", 344 "-u",
357 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 345 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
358 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data", 346 "[CWD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot \\data",
359 "511" 347 "511"
360 ], 348 ],
361 "cwd": "[SLAVE_BUILD]",
362 "name": "makedirs perf_dir", 349 "name": "makedirs perf_dir",
363 "~followup_annotations": [ 350 "~followup_annotations": [
364 "@@@STEP_LOG_LINE@python.inline@@@@", 351 "@@@STEP_LOG_LINE@python.inline@@@@",
365 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 352 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
366 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 353 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
367 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 354 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
368 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 355 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
369 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 356 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
370 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 357 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
371 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 358 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
372 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 359 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
373 "@@@STEP_LOG_END@python.inline@@@" 360 "@@@STEP_LOG_END@python.inline@@@"
374 ] 361 ]
375 }, 362 },
376 { 363 {
377 "cmd": [ 364 "cmd": [
378 "python", 365 "python",
379 "-u", 366 "-u",
380 "RECIPE_MODULE[build::skia]\\resources\\upload_bench_results.py", 367 "RECIPE_MODULE[build::skia]\\resources\\upload_bench_results.py",
381 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot", 368 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot",
382 "5", 369 "5",
383 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data", 370 "[CWD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot \\data",
384 "164710", 371 "164710",
385 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", 372 "[ROOT]\\b\\depot_tools\\third_party\\gsutil\\gsutil",
386 "500" 373 "500"
387 ], 374 ],
388 "cwd": "[SLAVE_BUILD]\\skia", 375 "cwd": "[CWD]\\skia",
389 "env": { 376 "env": {
390 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto", 377 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto",
391 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto", 378 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto",
392 "BUILDTYPE": "Release_x64", 379 "BUILDTYPE": "Release_x64",
393 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp", 380 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp",
394 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot" 381 "SKIA_OUT": "[CWD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-R elease-Trybot"
395 }, 382 },
396 "name": "Upload nanobench Results" 383 "name": "Upload nanobench Results"
397 }, 384 },
398 { 385 {
399 "name": "$result", 386 "name": "$result",
400 "recipe_result": null, 387 "recipe_result": null,
401 "status_code": 0 388 "status_code": 0
402 } 389 }
403 ] 390 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698