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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 { | 121 { |
122 "cmd": [ | 122 "cmd": [ |
123 "python", | 123 "python", |
124 "make.py", | 124 "make.py", |
125 "nanobench", | 125 "nanobench", |
126 "BUILDTYPE=Release_x64" | 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/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86
_64 skia_arch_width=64 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgH
elp", | 131 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86
_64 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp", |
132 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-
x86_64-Release-Trybot" | 132 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-
x86_64-Release-Trybot" |
133 }, | 133 }, |
134 "name": "build nanobench" | 134 "name": "build nanobench" |
135 }, | 135 }, |
136 { | 136 { |
137 "cmd": [ | 137 "cmd": [ |
138 "python", | 138 "python", |
139 "-u", | 139 "-u", |
140 "\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 "\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", |
141 "[SLAVE_BUILD]\\tmp", | 141 "[SLAVE_BUILD]\\tmp", |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 "500" | 319 "500" |
320 ], | 320 ], |
321 "cwd": "[SLAVE_BUILD]\\skia", | 321 "cwd": "[SLAVE_BUILD]\\skia", |
322 "env": { | 322 "env": { |
323 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto", | 323 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto", |
324 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto" | 324 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto" |
325 }, | 325 }, |
326 "name": "Upload Nanobench Results" | 326 "name": "Upload Nanobench Results" |
327 } | 327 } |
328 ] | 328 ] |
OLD | NEW |