| 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 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" | 8 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "HD4600", | 141 "HD4600", |
| 142 "model", | 142 "model", |
| 143 "ShuttleB", | 143 "ShuttleB", |
| 144 "os", | 144 "os", |
| 145 "Win8" | 145 "Win8" |
| 146 ], | 146 ], |
| 147 "env": { | 147 "env": { |
| 148 "BUILDTYPE": "Release_x64", | 148 "BUILDTYPE": "Release_x64", |
| 149 "CHROME_HEADLESS": "1", | 149 "CHROME_HEADLESS": "1", |
| 150 "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", | 150 "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", |
| 151 "PATH": "[SLAVE_BUILD]\\depot_tools:%(PATH)s", | 151 "PATH": "[DEPOT_TOOLS]:%(PATH)s", |
| 152 "PYTHONPATH": "[BUILD]\\scripts", |
| 152 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 153 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
| 153 }, | 154 }, |
| 154 "name": "nanobench" | 155 "name": "nanobench" |
| 155 }, | 156 }, |
| 156 { | 157 { |
| 157 "cmd": [ | 158 "cmd": [ |
| 158 "python", | 159 "python", |
| 159 "-u", | 160 "-u", |
| 160 "\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", | 161 "\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", |
| 161 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data", | 162 "[SWARM_OUT_DIR]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Rele
ase-Trybot\\data", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 192 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 193 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 193 "@@@STEP_LOG_END@python.inline@@@" | 194 "@@@STEP_LOG_END@python.inline@@@" |
| 194 ] | 195 ] |
| 195 }, | 196 }, |
| 196 { | 197 { |
| 197 "name": "$result", | 198 "name": "$result", |
| 198 "recipe_result": null, | 199 "recipe_result": null, |
| 199 "status_code": 0 | 200 "status_code": 0 |
| 200 } | 201 } |
| 201 ] | 202 ] |
| OLD | NEW |