| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_mac_rel_ng", | 10 "v8_mac_rel_ng", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 145 "runhooks" | 145 "runhooks" |
| 146 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]/v8", | 147 "cwd": "[SLAVE_BUILD]/v8", |
| 148 "env": { | 148 "env": { |
| 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 150 "GYP_CHROMIUM_NO_ACTION": "1", |
| 150 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=
ia32", | 151 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=
ia32", |
| 151 "GYP_GENERATORS": "ninja", | 152 "GYP_GENERATORS": "ninja", |
| 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 153 }, | 154 }, |
| 154 "name": "gclient runhooks" | 155 "name": "gclient runhooks" |
| 155 }, | 156 }, |
| 156 { | 157 { |
| 157 "cmd": [ | 158 "cmd": [ |
| 158 "python", | 159 "python", |
| 159 "-u", | 160 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 161 "--show-path", | 162 "--show-path", |
| 162 "python", | 163 "python", |
| 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 164 ], | 165 ], |
| 165 "name": "cleanup_temp" | 166 "name": "cleanup_temp" |
| 166 }, | 167 }, |
| 167 { | 168 { |
| 169 "cmd": [ |
| 170 "python", |
| 171 "-u", |
| 172 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 173 "gen", |
| 174 "-m", |
| 175 "tryserver.v8", |
| 176 "-b", |
| 177 "v8_mac_rel_ng", |
| 178 "--config-file", |
| 179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 180 "--goma-dir", |
| 181 "[CACHE]/cipd/goma", |
| 182 "--gyp-script=gypfiles/gyp_v8", |
| 183 "//out/Release" |
| 184 ], |
| 185 "env": { |
| 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 187 }, |
| 188 "name": "generate_build_files", |
| 189 "stdout": "/path/to/tmp/", |
| 190 "~followup_annotations": [ |
| 191 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 193 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 194 "@@@STEP_LOG_END@stdout@@@", |
| 195 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", |
| 196 "@@@STEP_LOG_LINE@diff@- clang: 1@@@", |
| 197 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@", |
| 198 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@", |
| 199 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@", |
| 200 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@", |
| 201 "@@@STEP_LOG_LINE@diff@? ^^^^@@@", |
| 202 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@", |
| 203 "@@@STEP_LOG_LINE@diff@? ^^^@@@", |
| 204 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@", |
| 205 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", |
| 206 "@@@STEP_LOG_END@diff@@@", |
| 207 "@@@STEP_WARNINGS@@@" |
| 208 ] |
| 209 }, |
| 210 { |
| 168 "allow_subannotations": true, | 211 "allow_subannotations": true, |
| 169 "cmd": [ | 212 "cmd": [ |
| 170 "python", | 213 "python", |
| 171 "-u", | 214 "-u", |
| 172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 215 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 173 "--src-dir", | 216 "--src-dir", |
| 174 "[SLAVE_BUILD]/v8", | 217 "[SLAVE_BUILD]/v8", |
| 175 "--output-json", | 218 "--output-json", |
| 176 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
| 177 ], | 220 ], |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "~followup_annotations": [ | 337 "~followup_annotations": [ |
| 295 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" | 338 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" |
| 296 ] | 339 ] |
| 297 }, | 340 }, |
| 298 { | 341 { |
| 299 "name": "$result", | 342 "name": "$result", |
| 300 "recipe_result": null, | 343 "recipe_result": null, |
| 301 "status_code": 0 | 344 "status_code": 0 |
| 302 } | 345 } |
| 303 ] | 346 ] |
| OLD | NEW |