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

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

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

Powered by Google App Engine
This is Rietveld 408576698