| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[SLAVE_BUILD]/tmp", | 7 "[SLAVE_BUILD]/tmp", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs tmp_dir", | 10 "name": "makedirs tmp_dir", |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "name": "get swarming task id", | 196 "name": "get swarming task id", |
| 197 "stdout": "/path/to/tmp/", | 197 "stdout": "/path/to/tmp/", |
| 198 "~followup_annotations": [ | 198 "~followup_annotations": [ |
| 199 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 199 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '
')@@@", | 200 "@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '
')@@@", |
| 201 "@@@STEP_LOG_END@python.inline@@@" | 201 "@@@STEP_LOG_END@python.inline@@@" |
| 202 ] | 202 ] |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "cmd": [ | 205 "cmd": [ |
| 206 "catchsegv", |
| 206 "[SLAVE_BUILD]/out/Debug/dm", | 207 "[SLAVE_BUILD]/out/Debug/dm", |
| 207 "--undefok", | 208 "--undefok", |
| 208 "--resourcePath", | 209 "--resourcePath", |
| 209 "[SLAVE_BUILD]/skia/resources", | 210 "[SLAVE_BUILD]/skia/resources", |
| 210 "--skps", | 211 "--skps", |
| 211 "[SLAVE_BUILD]/skp", | 212 "[SLAVE_BUILD]/skp", |
| 212 "--images", | 213 "--images", |
| 213 "[SLAVE_BUILD]/skimage/dm", | 214 "[SLAVE_BUILD]/skimage/dm", |
| 214 "--colorImages", | 215 "--colorImages", |
| 215 "[SLAVE_BUILD]/skimage/colorspace", | 216 "[SLAVE_BUILD]/skimage/colorspace", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "gamut", | 486 "gamut", |
| 486 "2ndpic-8888", | 487 "2ndpic-8888", |
| 487 "gm", | 488 "gm", |
| 488 "_", | 489 "_", |
| 489 "gamut", | 490 "gamut", |
| 490 "serialize-8888", | 491 "serialize-8888", |
| 491 "gm", | 492 "gm", |
| 492 "_", | 493 "_", |
| 493 "gamut" | 494 "gamut" |
| 494 ], | 495 ], |
| 495 "env": { | 496 "cwd": "[SLAVE_BUILD]/skia", |
| 496 "BUILDTYPE": "Debug", | |
| 497 "CHROME_HEADLESS": "1", | |
| 498 "SKIA_OUT": "[SLAVE_BUILD]/out" | |
| 499 }, | |
| 500 "name": "dm" | 497 "name": "dm" |
| 501 }, | 498 }, |
| 502 { | 499 { |
| 503 "name": "$result", | 500 "name": "$result", |
| 504 "recipe_result": null, | 501 "recipe_result": null, |
| 505 "status_code": 0 | 502 "status_code": 0 |
| 506 } | 503 } |
| 507 ] | 504 ] |
| OLD | NEW |