| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", | 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" | 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", | 61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", |
| 62 "/path/to/tmp/" | 62 "/path/to/tmp/" |
| 63 ], | 63 ], |
| 64 "name": "Get downloaded SK_IMAGE_VERSION" | 64 "name": "Get downloaded SK_IMAGE_VERSION" |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "cmd": [ | 67 "cmd": [ |
| 68 "python", | 68 "python", |
| 69 "-u", | 69 "-u", |
| 70 "\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", | 70 "\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", |
| 71 "[SWARM_OUT_DIR]\\dm" | 71 "[CUSTOM_[SWARM_OUT_DIR]]\\dm" |
| 72 ], | 72 ], |
| 73 "env": { | 73 "env": { |
| 74 "PYTHONPATH": "build\\scripts" | 74 "PYTHONPATH": "build\\scripts" |
| 75 }, | 75 }, |
| 76 "name": "rmtree dm", | 76 "name": "rmtree dm", |
| 77 "~followup_annotations": [ | 77 "~followup_annotations": [ |
| 78 "@@@STEP_LOG_LINE@python.inline@@@@", | 78 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 79 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 79 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 80 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 80 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 81 "@@@STEP_LOG_LINE@python.inline@@@@", | 81 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 82 "@@@STEP_LOG_LINE@python.inline@@@@", | 82 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 83 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 83 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 84 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 84 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 85 "@@@STEP_LOG_END@python.inline@@@" | 85 "@@@STEP_LOG_END@python.inline@@@" |
| 86 ] | 86 ] |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [ | 89 "cmd": [ |
| 90 "python", | 90 "python", |
| 91 "-u", | 91 "-u", |
| 92 "\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", | 92 "\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", |
| 93 "[SWARM_OUT_DIR]\\dm", | 93 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", |
| 94 "511" | 94 "511" |
| 95 ], | 95 ], |
| 96 "name": "makedirs dm", | 96 "name": "makedirs dm", |
| 97 "~followup_annotations": [ | 97 "~followup_annotations": [ |
| 98 "@@@STEP_LOG_LINE@python.inline@@@@", | 98 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 99 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 99 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 100 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 100 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 101 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 101 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 102 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 102 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 103 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 103 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "CPU", | 215 "CPU", |
| 216 "cpu_or_gpu_value", | 216 "cpu_or_gpu_value", |
| 217 "AVX2", | 217 "AVX2", |
| 218 "model", | 218 "model", |
| 219 "ShuttleB", | 219 "ShuttleB", |
| 220 "os", | 220 "os", |
| 221 "Win8", | 221 "Win8", |
| 222 "--uninterestingHashesFile", | 222 "--uninterestingHashesFile", |
| 223 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", | 223 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", |
| 224 "--writePath", | 224 "--writePath", |
| 225 "[SWARM_OUT_DIR]\\dm", | 225 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", |
| 226 "--nogpu", | 226 "--nogpu", |
| 227 "--dummy-flags" | 227 "--dummy-flags" |
| 228 ], | 228 ], |
| 229 "env": { | 229 "env": { |
| 230 "BUILDTYPE": "Release_x64", | 230 "BUILDTYPE": "Release_x64", |
| 231 "CHROME_HEADLESS": "1", | 231 "CHROME_HEADLESS": "1", |
| 232 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86
_64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp", | 232 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86
_64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp", |
| 233 "PATH": "[DEPOT_TOOLS]:%(PATH)s", | 233 "PATH": "[DEPOT_TOOLS]:%(PATH)s", |
| 234 "PYTHONPATH": "[BUILD]\\scripts", | 234 "PYTHONPATH": "[BUILD]\\scripts", |
| 235 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 235 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
| 236 }, | 236 }, |
| 237 "name": "dm" | 237 "name": "dm" |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "name": "$result", | 240 "name": "$result", |
| 241 "recipe_result": null, | 241 "recipe_result": null, |
| 242 "status_code": 0 | 242 "status_code": 0 |
| 243 } | 243 } |
| 244 ] | 244 ] |
| OLD | NEW |