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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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", 4 "git",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 18 matching lines...) Expand all
29 }, 29 },
30 { 30 {
31 "cmd": [ 31 "cmd": [
32 "python", 32 "python",
33 "-u", 33 "-u",
34 "[DEPOT_TOOLS]/gclient.py", 34 "[DEPOT_TOOLS]/gclient.py",
35 "config", 35 "config",
36 "--spec", 36 "--spec",
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
38 ], 38 ],
39 "cwd": "[SLAVE_BUILD]",
39 "name": "gclient setup" 40 "name": "gclient setup"
40 }, 41 },
41 { 42 {
42 "cmd": [ 43 "cmd": [
43 "python", 44 "python",
44 "-u", 45 "-u",
45 "[DEPOT_TOOLS]/gclient.py", 46 "[DEPOT_TOOLS]/gclient.py",
46 "sync", 47 "sync",
47 "--nohooks", 48 "--nohooks",
48 "--force", 49 "--force",
49 "--verbose", 50 "--verbose",
50 "--delete_unversioned_trees", 51 "--delete_unversioned_trees",
51 "--revision", 52 "--revision",
52 "skia@abc123", 53 "skia@abc123",
53 "--output-json", 54 "--output-json",
54 "/path/to/tmp/json" 55 "/path/to/tmp/json"
55 ], 56 ],
57 "cwd": "[SLAVE_BUILD]",
56 "name": "gclient sync", 58 "name": "gclient sync",
57 "~followup_annotations": [ 59 "~followup_annotations": [
58 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
62 "@@@STEP_LOG_LINE@json.output@ }@@@", 64 "@@@STEP_LOG_LINE@json.output@ }@@@",
63 "@@@STEP_LOG_LINE@json.output@ }@@@", 65 "@@@STEP_LOG_LINE@json.output@ }@@@",
64 "@@@STEP_LOG_LINE@json.output@}@@@", 66 "@@@STEP_LOG_LINE@json.output@}@@@",
65 "@@@STEP_LOG_END@json.output@@@", 67 "@@@STEP_LOG_END@json.output@@@",
66 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 68 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
67 ] 69 ]
68 }, 70 },
69 { 71 {
70 "cmd": [ 72 "cmd": [
71 "python", 73 "python",
72 "-u", 74 "-u",
73 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os. path.join(os.path.expanduser('~'), 'src'))\n", 75 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os. path.join(os.path.expanduser('~'), 'src'))\n",
74 "/path/to/tmp/" 76 "/path/to/tmp/"
75 ], 77 ],
78 "cwd": "[SLAVE_BUILD]",
76 "name": "get CHROME_PATH", 79 "name": "get CHROME_PATH",
77 "~followup_annotations": [ 80 "~followup_annotations": [
78 "@@@STEP_LOG_LINE@python.inline@@@@", 81 "@@@STEP_LOG_LINE@python.inline@@@@",
79 "@@@STEP_LOG_LINE@python.inline@import os@@@", 82 "@@@STEP_LOG_LINE@python.inline@import os@@@",
80 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 83 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
81 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 84 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
82 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@", 85 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@",
83 "@@@STEP_LOG_END@python.inline@@@" 86 "@@@STEP_LOG_END@python.inline@@@"
84 ] 87 ]
85 }, 88 },
(...skipping 24 matching lines...) Expand all
110 "name": "build nanobench" 113 "name": "build nanobench"
111 }, 114 },
112 { 115 {
113 "cmd": [ 116 "cmd": [
114 "python", 117 "python",
115 "-u", 118 "-u",
116 "\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", 119 "\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",
117 "[SLAVE_BUILD]/tmp", 120 "[SLAVE_BUILD]/tmp",
118 "511" 121 "511"
119 ], 122 ],
123 "cwd": "[SLAVE_BUILD]",
120 "name": "makedirs tmp_dir", 124 "name": "makedirs tmp_dir",
121 "~followup_annotations": [ 125 "~followup_annotations": [
122 "@@@STEP_LOG_LINE@python.inline@@@@", 126 "@@@STEP_LOG_LINE@python.inline@@@@",
123 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 127 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
124 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 128 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
125 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 129 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
126 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 130 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
127 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 131 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
128 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 132 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
129 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 133 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
130 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 134 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
131 "@@@STEP_LOG_END@python.inline@@@" 135 "@@@STEP_LOG_END@python.inline@@@"
132 ] 136 ]
133 }, 137 },
134 { 138 {
135 "cmd": [ 139 "cmd": [
136 "python", 140 "python",
137 "-u", 141 "-u",
138 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 142 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
139 "[SLAVE_BUILD]/skia/SKP_VERSION", 143 "[SLAVE_BUILD]/skia/SKP_VERSION",
140 "/path/to/tmp/" 144 "/path/to/tmp/"
141 ], 145 ],
146 "cwd": "[SLAVE_BUILD]",
142 "name": "Get expected SKP_VERSION" 147 "name": "Get expected SKP_VERSION"
143 }, 148 },
144 { 149 {
145 "cmd": [ 150 "cmd": [
146 "python", 151 "python",
147 "-u", 152 "-u",
148 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 153 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
149 "[SLAVE_BUILD]/tmp/SKP_VERSION", 154 "[SLAVE_BUILD]/tmp/SKP_VERSION",
150 "/path/to/tmp/" 155 "/path/to/tmp/"
151 ], 156 ],
157 "cwd": "[SLAVE_BUILD]",
152 "name": "Get downloaded SKP_VERSION" 158 "name": "Get downloaded SKP_VERSION"
153 }, 159 },
154 { 160 {
155 "cmd": [ 161 "cmd": [
156 "python", 162 "python",
157 "-u", 163 "-u",
158 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 164 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
159 "--", 165 "--",
160 "[DEPOT_TOOLS]/gsutil.py", 166 "[DEPOT_TOOLS]/gsutil.py",
161 "--force-version", 167 "--force-version",
162 "3.25", 168 "3.25",
163 "--", 169 "--",
164 "cat", 170 "cat",
165 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED" 171 "gs://chromium-skia-gm/skimage/input/TIMESTAMP_LAST_UPLOAD_COMPLETED"
166 ], 172 ],
173 "cwd": "[SLAVE_BUILD]",
167 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED", 174 "name": "gsutil cat TIMESTAMP_LAST_UPLOAD_COMPLETED",
168 "stdout": "/path/to/tmp/" 175 "stdout": "/path/to/tmp/"
169 }, 176 },
170 { 177 {
171 "cmd": [ 178 "cmd": [
172 "python", 179 "python",
173 "-u", 180 "-u",
174 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 181 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
175 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION", 182 "[SLAVE_BUILD]/tmp/SKIMAGE_VERSION",
176 "/path/to/tmp/" 183 "/path/to/tmp/"
177 ], 184 ],
185 "cwd": "[SLAVE_BUILD]",
178 "name": "Get downloaded SKIMAGE_VERSION" 186 "name": "Get downloaded SKIMAGE_VERSION"
179 }, 187 },
180 { 188 {
181 "cmd": [ 189 "cmd": [
182 "python", 190 "python",
183 "-u", 191 "-u",
184 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 192 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
185 "[SLAVE_BUILD]/dm" 193 "[SLAVE_BUILD]/dm"
186 ], 194 ],
195 "cwd": "[SLAVE_BUILD]",
187 "name": "rmtree dm", 196 "name": "rmtree dm",
188 "~followup_annotations": [ 197 "~followup_annotations": [
189 "@@@STEP_LOG_LINE@python.inline@@@@", 198 "@@@STEP_LOG_LINE@python.inline@@@@",
190 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 199 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
191 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 200 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
192 "@@@STEP_LOG_LINE@python.inline@@@@", 201 "@@@STEP_LOG_LINE@python.inline@@@@",
193 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 202 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
194 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 203 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
195 "@@@STEP_LOG_END@python.inline@@@" 204 "@@@STEP_LOG_END@python.inline@@@"
196 ] 205 ]
197 }, 206 },
198 { 207 {
199 "cmd": [ 208 "cmd": [
200 "python", 209 "python",
201 "-u", 210 "-u",
202 "\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", 211 "\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",
203 "[SLAVE_BUILD]/dm", 212 "[SLAVE_BUILD]/dm",
204 "511" 213 "511"
205 ], 214 ],
215 "cwd": "[SLAVE_BUILD]",
206 "name": "makedirs dm", 216 "name": "makedirs dm",
207 "~followup_annotations": [ 217 "~followup_annotations": [
208 "@@@STEP_LOG_LINE@python.inline@@@@", 218 "@@@STEP_LOG_LINE@python.inline@@@@",
209 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 219 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
210 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 220 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
211 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 221 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
212 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 222 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
213 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 223 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
214 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 224 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
215 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 225 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "Valgrind", 326 "Valgrind",
317 "model", 327 "model",
318 "ShuttleA", 328 "ShuttleA",
319 "os", 329 "os",
320 "Ubuntu", 330 "Ubuntu",
321 "--uninterestingHashesFile", 331 "--uninterestingHashesFile",
322 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 332 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
323 "--nocpu", 333 "--nocpu",
324 "--dummy-flags" 334 "--dummy-flags"
325 ], 335 ],
336 "cwd": "[SLAVE_BUILD]",
326 "name": "dm" 337 "name": "dm"
327 }, 338 },
328 { 339 {
329 "cmd": [ 340 "cmd": [
330 "python", 341 "python",
331 "-u", 342 "-u",
332 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 343 "RECIPE_MODULE[skia]/resources/upload_dm_results.py",
333 "[SLAVE_BUILD]/dm", 344 "[SLAVE_BUILD]/dm",
334 "164710", 345 "164710",
335 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", 346 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "model", 393 "model",
383 "ShuttleA", 394 "ShuttleA",
384 "os", 395 "os",
385 "Ubuntu", 396 "Ubuntu",
386 "--uninterestingHashesFile", 397 "--uninterestingHashesFile",
387 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 398 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
388 "--nocpu", 399 "--nocpu",
389 "--dummy-flags", 400 "--dummy-flags",
390 "--abandonGpuContext" 401 "--abandonGpuContext"
391 ], 402 ],
403 "cwd": "[SLAVE_BUILD]",
392 "name": "dm --abandonGpuContext" 404 "name": "dm --abandonGpuContext"
393 }, 405 },
394 { 406 {
395 "cmd": [ 407 "cmd": [
396 "valgrind", 408 "valgrind",
397 "--gen-suppressions=all", 409 "--gen-suppressions=all",
398 "--leak-check=full", 410 "--leak-check=full",
399 "--track-origins=yes", 411 "--track-origins=yes",
400 "--error-exitcode=1", 412 "--error-exitcode=1",
401 "--num-callers=40", 413 "--num-callers=40",
(...skipping 29 matching lines...) Expand all
431 "model", 443 "model",
432 "ShuttleA", 444 "ShuttleA",
433 "os", 445 "os",
434 "Ubuntu", 446 "Ubuntu",
435 "--uninterestingHashesFile", 447 "--uninterestingHashesFile",
436 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 448 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
437 "--nocpu", 449 "--nocpu",
438 "--dummy-flags", 450 "--dummy-flags",
439 "--preAbandonGpuContext" 451 "--preAbandonGpuContext"
440 ], 452 ],
453 "cwd": "[SLAVE_BUILD]",
441 "name": "dm --preAbandonGpuContext" 454 "name": "dm --preAbandonGpuContext"
442 }, 455 },
443 { 456 {
444 "cmd": [ 457 "cmd": [
445 "python", 458 "python",
446 "-u", 459 "-u",
447 "[SLAVE_BUILD]/skia/tools/nanobench_flags.py", 460 "[SLAVE_BUILD]/skia/tools/nanobench_flags.py",
448 "/path/to/tmp/json", 461 "/path/to/tmp/json",
449 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" 462 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind"
450 ], 463 ],
(...skipping 17 matching lines...) Expand all
468 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 481 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
469 "[SLAVE_BUILD]/skia/out/Release/nanobench", 482 "[SLAVE_BUILD]/skia/out/Release/nanobench",
470 "--undefok", 483 "--undefok",
471 "-i", 484 "-i",
472 "[SLAVE_BUILD]/skia/resources", 485 "[SLAVE_BUILD]/skia/resources",
473 "--skps", 486 "--skps",
474 "[SLAVE_BUILD]/playback/skps", 487 "[SLAVE_BUILD]/playback/skps",
475 "--nocpu", 488 "--nocpu",
476 "--dummy-flags" 489 "--dummy-flags"
477 ], 490 ],
491 "cwd": "[SLAVE_BUILD]",
478 "name": "nanobench" 492 "name": "nanobench"
479 }, 493 },
480 { 494 {
481 "cmd": [ 495 "cmd": [
482 "valgrind", 496 "valgrind",
483 "--gen-suppressions=all", 497 "--gen-suppressions=all",
484 "--leak-check=full", 498 "--leak-check=full",
485 "--track-origins=yes", 499 "--track-origins=yes",
486 "--error-exitcode=1", 500 "--error-exitcode=1",
487 "--num-callers=40", 501 "--num-callers=40",
488 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 502 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
489 "[SLAVE_BUILD]/skia/out/Release/nanobench", 503 "[SLAVE_BUILD]/skia/out/Release/nanobench",
490 "--undefok", 504 "--undefok",
491 "-i", 505 "-i",
492 "[SLAVE_BUILD]/skia/resources", 506 "[SLAVE_BUILD]/skia/resources",
493 "--skps", 507 "--skps",
494 "[SLAVE_BUILD]/playback/skps", 508 "[SLAVE_BUILD]/playback/skps",
495 "--nocpu", 509 "--nocpu",
496 "--dummy-flags", 510 "--dummy-flags",
497 "--abandonGpuContext", 511 "--abandonGpuContext",
498 "--nocpu" 512 "--nocpu"
499 ], 513 ],
514 "cwd": "[SLAVE_BUILD]",
500 "name": "nanobench --abandonGpuContext" 515 "name": "nanobench --abandonGpuContext"
501 } 516 }
502 ] 517 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698