| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - gcmole", | 10 "V8 Linux - gcmole", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "cmd": [ | 61 "cmd": [ |
| 62 "python", | 62 "python", |
| 63 "-u", | 63 "-u", |
| 64 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 65 "runhooks" | 65 "runhooks" |
| 66 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", | 67 "cwd": "[SLAVE_BUILD]", |
| 68 "env": { | 68 "env": { |
| 69 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", | 69 "GYP_DEFINES": "gcmole=1 target_arch=ia32 v8_target_arch=ia32", |
| 70 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 70 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 71 }, | 71 }, |
| 72 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "[BUILD]/scripts/slave/cleanup_temp.py" | 78 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 79 ], | 79 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "--master-name", | 113 "--master-name", |
| 114 "client.v8", | 114 "client.v8", |
| 115 "--build-number", | 115 "--build-number", |
| 116 "571" | 116 "571" |
| 117 ], | 117 ], |
| 118 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
| 119 "name": "extract build" | 119 "name": "extract build" |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "lua", | 123 "python", |
| 124 "tools/gcmole/gcmole.lua", | 124 "-u", |
| 125 "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py", |
| 125 "ia32" | 126 "ia32" |
| 126 ], | 127 ], |
| 127 "cwd": "[SLAVE_BUILD]/v8", | 128 "cwd": "[SLAVE_BUILD]", |
| 128 "env": { | |
| 129 "CLANG_BIN": "../../../../../gcmole/bin", | |
| 130 "CLANG_PLUGINS": "../../../../../gcmole" | |
| 131 }, | |
| 132 "name": "GCMole ia32" | 129 "name": "GCMole ia32" |
| 133 }, | 130 }, |
| 134 { | 131 { |
| 135 "cmd": [ | 132 "cmd": [ |
| 136 "lua", | 133 "python", |
| 137 "tools/gcmole/gcmole.lua", | 134 "-u", |
| 135 "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py", |
| 138 "x64" | 136 "x64" |
| 139 ], | 137 ], |
| 140 "cwd": "[SLAVE_BUILD]/v8", | 138 "cwd": "[SLAVE_BUILD]", |
| 141 "env": { | |
| 142 "CLANG_BIN": "../../../../../gcmole/bin", | |
| 143 "CLANG_PLUGINS": "../../../../../gcmole" | |
| 144 }, | |
| 145 "name": "GCMole x64" | 139 "name": "GCMole x64" |
| 146 }, | 140 }, |
| 147 { | 141 { |
| 148 "cmd": [ | 142 "cmd": [ |
| 149 "lua", | 143 "python", |
| 150 "tools/gcmole/gcmole.lua", | 144 "-u", |
| 145 "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py", |
| 151 "arm" | 146 "arm" |
| 152 ], | 147 ], |
| 153 "cwd": "[SLAVE_BUILD]/v8", | 148 "cwd": "[SLAVE_BUILD]", |
| 154 "env": { | |
| 155 "CLANG_BIN": "../../../../../gcmole/bin", | |
| 156 "CLANG_PLUGINS": "../../../../../gcmole" | |
| 157 }, | |
| 158 "name": "GCMole arm" | 149 "name": "GCMole arm" |
| 159 }, | 150 }, |
| 160 { | 151 { |
| 161 "cmd": [ | 152 "cmd": [ |
| 162 "lua", | 153 "python", |
| 163 "tools/gcmole/gcmole.lua", | 154 "-u", |
| 155 "[SLAVE_BUILD]/v8/tools/gcmole/run-gcmole.py", |
| 164 "arm64" | 156 "arm64" |
| 165 ], | 157 ], |
| 166 "cwd": "[SLAVE_BUILD]/v8", | 158 "cwd": "[SLAVE_BUILD]", |
| 167 "env": { | |
| 168 "CLANG_BIN": "../../../../../gcmole/bin", | |
| 169 "CLANG_PLUGINS": "../../../../../gcmole" | |
| 170 }, | |
| 171 "name": "GCMole arm64" | 159 "name": "GCMole arm64" |
| 172 }, | 160 }, |
| 173 { | 161 { |
| 174 "name": "$result", | 162 "name": "$result", |
| 175 "recipe_result": null, | 163 "recipe_result": null, |
| 176 "status_code": 0 | 164 "status_code": 0 |
| 177 } | 165 } |
| 178 ] | 166 ] |
| OLD | NEW |