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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-TSAN.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 136 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
137 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 137 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
138 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 138 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
139 "@@@STEP_LOG_END@python.inline@@@" 139 "@@@STEP_LOG_END@python.inline@@@"
140 ] 140 ]
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 146 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
147 "--", 147 "--",
148 "[DEPOT_TOOLS]/gsutil.py", 148 "[DEPOT_TOOLS]/gsutil.py",
149 "--force-version", 149 "--force-version",
150 "3.25", 150 "3.25",
151 "--", 151 "--",
152 "cp", 152 "cp",
153 "-R", 153 "-R",
154 "gs://chromium-skia-gm/playback_42/skps", 154 "gs://chromium-skia-gm/playback_42/skps",
155 "[SLAVE_BUILD]/playback" 155 "[SLAVE_BUILD]/playback"
156 ], 156 ],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 203 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
204 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 204 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
205 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 205 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
206 "@@@STEP_LOG_END@python.inline@@@" 206 "@@@STEP_LOG_END@python.inline@@@"
207 ] 207 ]
208 }, 208 },
209 { 209 {
210 "cmd": [ 210 "cmd": [
211 "python", 211 "python",
212 "-u", 212 "-u",
213 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 213 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
214 "--", 214 "--",
215 "[DEPOT_TOOLS]/gsutil.py", 215 "[DEPOT_TOOLS]/gsutil.py",
216 "--force-version", 216 "--force-version",
217 "3.25", 217 "3.25",
218 "--", 218 "--",
219 "cp", 219 "cp",
220 "-R", 220 "-R",
221 "gs://chromium-skia-gm/skimage/input/*", 221 "gs://chromium-skia-gm/skimage/input/*",
222 "[SLAVE_BUILD]/images" 222 "[SLAVE_BUILD]/images"
223 ], 223 ],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 317 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
318 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 318 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
319 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp" 319 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp"
320 }, 320 },
321 "name": "dm" 321 "name": "dm"
322 }, 322 },
323 { 323 {
324 "cmd": [ 324 "cmd": [
325 "python", 325 "python",
326 "-u", 326 "-u",
327 "[BUILD]/scripts/slave/recipe_modules/skia/resources/upload_dm_results.py" , 327 "RECIPE_MODULE[skia]/resources/upload_dm_results.py",
328 "[SLAVE_BUILD]/dm", 328 "[SLAVE_BUILD]/dm",
329 "164710", 329 "164710",
330 "Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-TSAN", 330 "Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-TSAN",
331 "5", 331 "5",
332 "", 332 "",
333 "[SLAVE_BUILD]/skia/common/py/utils" 333 "[SLAVE_BUILD]/skia/common/py/utils"
334 ], 334 ],
335 "cwd": "[SLAVE_BUILD]/skia", 335 "cwd": "[SLAVE_BUILD]/skia",
336 "name": "Upload DM Results" 336 "name": "Upload DM Results"
337 } 337 }
338 ] 338 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698