| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 { | 89 { |
| 90 "cmd": [ | 90 "cmd": [ |
| 91 "python", | 91 "python", |
| 92 "make.py", | 92 "make.py", |
| 93 "dm", | 93 "dm", |
| 94 "BUILDTYPE=Release" | 94 "BUILDTYPE=Release" |
| 95 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]\\skia", | 96 "cwd": "[SLAVE_BUILD]\\skia", |
| 97 "env": { | 97 "env": { |
| 98 "CHROME_PATH": "/home/chrome-bot/src", | 98 "CHROME_PATH": "/home/chrome-bot/src", |
| 99 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_
arch_type=x86 skia_arch_width=32 skia_warnings_as_errors=0 skia_win_debuggers_pa
th=c:/DbgHelp", | 99 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_
arch_type=x86 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp", |
| 100 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleB-GPU-HD4600-
x86-Release-ANGLE" | 100 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleB-GPU-HD4600-
x86-Release-ANGLE" |
| 101 }, | 101 }, |
| 102 "name": "build dm" | 102 "name": "build dm" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "cmd": [ | 105 "cmd": [ |
| 106 "python", | 106 "python", |
| 107 "make.py", | 107 "make.py", |
| 108 "nanobench", | 108 "nanobench", |
| 109 "BUILDTYPE=Release" | 109 "BUILDTYPE=Release" |
| 110 ], | 110 ], |
| 111 "cwd": "[SLAVE_BUILD]\\skia", | 111 "cwd": "[SLAVE_BUILD]\\skia", |
| 112 "env": { | 112 "env": { |
| 113 "CHROME_PATH": "/home/chrome-bot/src", | 113 "CHROME_PATH": "/home/chrome-bot/src", |
| 114 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_
arch_type=x86 skia_arch_width=32 skia_warnings_as_errors=0 skia_win_debuggers_pa
th=c:/DbgHelp", | 114 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_
arch_type=x86 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp", |
| 115 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleB-GPU-HD4600-
x86-Release-ANGLE" | 115 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Test-Win8-MSVC-ShuttleB-GPU-HD4600-
x86-Release-ANGLE" |
| 116 }, | 116 }, |
| 117 "name": "build nanobench" | 117 "name": "build nanobench" |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "cmd": [ | 120 "cmd": [ |
| 121 "python", | 121 "python", |
| 122 "-u", | 122 "-u", |
| 123 "\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", | 123 "\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", |
| 124 "[SLAVE_BUILD]\\tmp", | 124 "[SLAVE_BUILD]\\tmp", |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "[SLAVE_BUILD]\\skia\\common\\py\\utils" | 351 "[SLAVE_BUILD]\\skia\\common\\py\\utils" |
| 352 ], | 352 ], |
| 353 "cwd": "[SLAVE_BUILD]\\skia", | 353 "cwd": "[SLAVE_BUILD]\\skia", |
| 354 "env": { | 354 "env": { |
| 355 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto", | 355 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto", |
| 356 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto" | 356 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto" |
| 357 }, | 357 }, |
| 358 "name": "Upload DM Results" | 358 "name": "Upload DM Results" |
| 359 } | 359 } |
| 360 ] | 360 ] |
| OLD | NEW |