| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git.bat", | 4 "git.bat", |
| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 116 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 117 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", | 117 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", |
| 118 "@@@STEP_LOG_END@python.inline@@@" | 118 "@@@STEP_LOG_END@python.inline@@@" |
| 119 ] | 119 ] |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "make.py", | 124 "make.py", |
| 125 "nanobench", | 125 "nanobench", |
| 126 "BUILDTYPE=Release" | 126 "BUILDTYPE=Release_x64" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]\\skia", | 128 "cwd": "[SLAVE_BUILD]\\skia", |
| 129 "env": { | 129 "env": { |
| 130 "CHROME_PATH": "/home/chrome-bot/src", | 130 "CHROME_PATH": "/home/chrome-bot/src", |
| 131 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_arch_width=32
skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp" | 131 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_arch_width=
64 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp" |
| 132 }, | 132 }, |
| 133 "name": "build nanobench" | 133 "name": "build nanobench" |
| 134 }, | 134 }, |
| 135 { | 135 { |
| 136 "cmd": [ | 136 "cmd": [ |
| 137 "python", | 137 "python", |
| 138 "-u", | 138 "-u", |
| 139 "\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", | 139 "\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", |
| 140 "[SLAVE_BUILD]\\tmp", | 140 "[SLAVE_BUILD]\\tmp", |
| 141 "511" | 141 "511" |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "/path/to/tmp/" | 175 "/path/to/tmp/" |
| 176 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", | 177 "cwd": "[SLAVE_BUILD]", |
| 178 "name": "Get downloaded SKP_VERSION" | 178 "name": "Get downloaded SKP_VERSION" |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "cmd": [ | 181 "cmd": [ |
| 182 "python", | 182 "python", |
| 183 "-u", | 183 "-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", | 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", |
| 185 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data" | 185 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86_64-Releas
e-Trybot\\data" |
| 186 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "rmtree data", | 188 "name": "rmtree data", |
| 189 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@python.inline@@@@", | 190 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 191 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 192 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 192 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 193 "@@@STEP_LOG_LINE@python.inline@@@@", | 193 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 194 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 194 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 195 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 195 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 196 "@@@STEP_LOG_END@python.inline@@@" | 196 "@@@STEP_LOG_END@python.inline@@@" |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "cmd": [ | 200 "cmd": [ |
| 201 "python", | 201 "python", |
| 202 "-u", | 202 "-u", |
| 203 "\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 "\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", |
| 204 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", | 204 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86_64-Releas
e-Trybot\\data", |
| 205 "511" | 205 "511" |
| 206 ], | 206 ], |
| 207 "cwd": "[SLAVE_BUILD]", | 207 "cwd": "[SLAVE_BUILD]", |
| 208 "name": "makedirs data", | 208 "name": "makedirs data", |
| 209 "~followup_annotations": [ | 209 "~followup_annotations": [ |
| 210 "@@@STEP_LOG_LINE@python.inline@@@@", | 210 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 211 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 211 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 212 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 212 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 213 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 214 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 215 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 215 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 216 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 216 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 217 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 217 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 218 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 218 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 219 "@@@STEP_LOG_END@python.inline@@@" | 219 "@@@STEP_LOG_END@python.inline@@@" |
| 220 ] | 220 ] |
| 221 }, | 221 }, |
| 222 { | 222 { |
| 223 "cmd": [ | 223 "cmd": [ |
| 224 "python", | 224 "python", |
| 225 "-u", | 225 "-u", |
| 226 "[SLAVE_BUILD]\\skia\\tools/nanobench_flags.py", | 226 "[SLAVE_BUILD]\\skia\\tools/nanobench_flags.py", |
| 227 "/path/to/tmp/json", | 227 "/path/to/tmp/json", |
| 228 "Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-Trybot" | 228 "Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86_64-Release-Trybot" |
| 229 ], | 229 ], |
| 230 "cwd": "[SLAVE_BUILD]\\skia", | 230 "cwd": "[SLAVE_BUILD]\\skia", |
| 231 "name": "exec nanobench_flags.py", | 231 "name": "exec nanobench_flags.py", |
| 232 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 233 "@@@STEP_LOG_LINE@json.output@[@@@", | 233 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@]@@@", | 235 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 237 ] |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| 241 "[DEPOT_TOOLS]\\git.bat", | 241 "[DEPOT_TOOLS]\\git.bat", |
| 242 "show", | 242 "show", |
| 243 "HEAD", | 243 "HEAD", |
| 244 "--format=%at", | 244 "--format=%at", |
| 245 "-s" | 245 "-s" |
| 246 ], | 246 ], |
| 247 "cwd": "[SLAVE_BUILD]\\skia", | 247 "cwd": "[SLAVE_BUILD]\\skia", |
| 248 "name": "git show", | 248 "name": "git show", |
| 249 "stdout": "/path/to/tmp/" | 249 "stdout": "/path/to/tmp/" |
| 250 }, | 250 }, |
| 251 { | 251 { |
| 252 "cmd": [ | 252 "cmd": [ |
| 253 "[SLAVE_BUILD]\\skia\\out\\Release\\nanobench", | 253 "[SLAVE_BUILD]\\skia\\out\\Release_x64\\nanobench", |
| 254 "--undefok", | 254 "--undefok", |
| 255 "-i", | 255 "-i", |
| 256 "[SLAVE_BUILD]\\skia\\resources", | 256 "[SLAVE_BUILD]\\skia\\resources", |
| 257 "--skps", | 257 "--skps", |
| 258 "[SLAVE_BUILD]\\playback\\skps", | 258 "[SLAVE_BUILD]\\playback\\skps", |
| 259 "--nocpu", | 259 "--nocpu", |
| 260 "--dummy-flags", | 260 "--dummy-flags", |
| 261 "--outResultsFile", | 261 "--outResultsFile", |
| 262 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data\\nanobench_164710_1408633190.json", | 262 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86_64-Releas
e-Trybot\\data\\nanobench_164710_1408633190.json", |
| 263 "--properties", | 263 "--properties", |
| 264 "gitHash", | 264 "gitHash", |
| 265 "164710", | 265 "164710", |
| 266 "build_number", | 266 "build_number", |
| 267 "5", | 267 "5", |
| 268 "--key", | 268 "--key", |
| 269 "arch", | 269 "arch", |
| 270 "x86", | 270 "x86_64", |
| 271 "compiler", | 271 "compiler", |
| 272 "MSVC", | 272 "MSVC", |
| 273 "cpu_or_gpu", | 273 "cpu_or_gpu", |
| 274 "GPU", | 274 "GPU", |
| 275 "cpu_or_gpu_value", | 275 "cpu_or_gpu_value", |
| 276 "HD2000", | 276 "HD2000", |
| 277 "model", | 277 "model", |
| 278 "ShuttleA", | 278 "ShuttleA", |
| 279 "os", | 279 "os", |
| 280 "Win7" | 280 "Win7" |
| 281 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", | 282 "cwd": "[SLAVE_BUILD]", |
| 283 "name": "nanobench" | 283 "name": "nanobench" |
| 284 }, | 284 }, |
| 285 { | 285 { |
| 286 "cmd": [ | 286 "cmd": [ |
| 287 "python", | 287 "python", |
| 288 "-u", | 288 "-u", |
| 289 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py", | 289 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py", |
| 290 "Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-Trybot", | 290 "Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86_64-Release-Trybot", |
| 291 "5", | 291 "5", |
| 292 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T
rybot\\data", | 292 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86_64-Releas
e-Trybot\\data", |
| 293 "164710", | 293 "164710", |
| 294 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", | 294 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", |
| 295 "500" | 295 "500" |
| 296 ], | 296 ], |
| 297 "cwd": "[SLAVE_BUILD]\\skia", | 297 "cwd": "[SLAVE_BUILD]\\skia", |
| 298 "name": "Upload Nanobench Results" | 298 "name": "Upload Nanobench Results" |
| 299 } | 299 } |
| 300 ] | 300 ] |
| OLD | NEW |