| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "v8", | 10 "v8", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 "cmd": [ | 139 "cmd": [ |
| 140 "python", | 140 "python", |
| 141 "-u", | 141 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 143 "runhooks" | 143 "runhooks" |
| 144 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]/v8", | 145 "cwd": "[SLAVE_BUILD]/v8", |
| 146 "env": { | 146 "env": { |
| 147 "FORCE_MAC_TOOLCHAIN": "1", | |
| 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 149 "GYP_CHROMIUM_NO_ACTION": "1", | 148 "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", | 149 "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", | 150 "GYP_GENERATORS": "ninja", |
| 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 153 }, | 152 }, |
| 154 "name": "gclient runhooks" | 153 "name": "gclient runhooks" |
| 155 }, | 154 }, |
| 156 { | 155 { |
| 157 "cmd": [ | 156 "cmd": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 176 "v8_mac_rel_ng", | 175 "v8_mac_rel_ng", |
| 177 "--config-file", | 176 "--config-file", |
| 178 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 177 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 179 "--goma-dir", | 178 "--goma-dir", |
| 180 "[CACHE]/cipd/goma", | 179 "[CACHE]/cipd/goma", |
| 181 "--gyp-script=gypfiles/gyp_v8", | 180 "--gyp-script=gypfiles/gyp_v8", |
| 182 "//out/Release" | 181 "//out/Release" |
| 183 ], | 182 ], |
| 184 "cwd": "[SLAVE_BUILD]/v8", | 183 "cwd": "[SLAVE_BUILD]/v8", |
| 185 "env": { | 184 "env": { |
| 186 "FORCE_MAC_TOOLCHAIN": "1", | |
| 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 188 }, | 186 }, |
| 189 "name": "generate_build_files", | 187 "name": "generate_build_files", |
| 190 "stdout": "/path/to/tmp/", | 188 "stdout": "/path/to/tmp/", |
| 191 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 192 "@@@STEP_LOG_LINE@stdout@some line@@@", | 190 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 193 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 191 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 194 "@@@STEP_LOG_LINE@stdout@moar@@@", | 192 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 195 "@@@STEP_LOG_END@stdout@@@" | 193 "@@@STEP_LOG_END@stdout@@@" |
| 196 ] | 194 ] |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "-b", | 236 "-b", |
| 239 "v8_mac_rel_ng", | 237 "v8_mac_rel_ng", |
| 240 "--config-file", | 238 "--config-file", |
| 241 "[mb config]", | 239 "[mb config]", |
| 242 "--goma-dir", | 240 "--goma-dir", |
| 243 "[CACHE]/cipd/goma", | 241 "[CACHE]/cipd/goma", |
| 244 "[SLAVE_BUILD]/v8/out/gn" | 242 "[SLAVE_BUILD]/v8/out/gn" |
| 245 ], | 243 ], |
| 246 "cwd": "[SLAVE_BUILD]/v8", | 244 "cwd": "[SLAVE_BUILD]/v8", |
| 247 "env": { | 245 "env": { |
| 248 "FORCE_MAC_TOOLCHAIN": "1", | |
| 249 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 250 }, | 247 }, |
| 251 "name": "generate_build_files with gn (fyi)" | 248 "name": "generate_build_files with gn (fyi)" |
| 252 }, | 249 }, |
| 253 { | 250 { |
| 254 "cmd": [ | 251 "cmd": [ |
| 255 "python", | 252 "python", |
| 256 "-u", | 253 "-u", |
| 257 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 254 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 258 "[SLAVE_BUILD]/v8/out/gn", | 255 "[SLAVE_BUILD]/v8/out/gn", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 276 "cmd": [ | 273 "cmd": [ |
| 277 "python", | 274 "python", |
| 278 "-u", | 275 "-u", |
| 279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 280 "--src-dir", | 277 "--src-dir", |
| 281 "[SLAVE_BUILD]/v8", | 278 "[SLAVE_BUILD]/v8", |
| 282 "--output-json", | 279 "--output-json", |
| 283 "/path/to/tmp/json" | 280 "/path/to/tmp/json" |
| 284 ], | 281 ], |
| 285 "env": { | 282 "env": { |
| 286 "FORCE_MAC_TOOLCHAIN": "1", | |
| 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 288 }, | 284 }, |
| 289 "name": "clang_revision", | 285 "name": "clang_revision", |
| 290 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 291 "@@@STEP_LOG_LINE@json.output@{@@@", | 287 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@}@@@", | 289 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 294 "@@@STEP_LOG_END@json.output@@@" | 290 "@@@STEP_LOG_END@json.output@@@" |
| 295 ] | 291 ] |
| 296 }, | 292 }, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 326 "/path/to/tmp/json", | 322 "/path/to/tmp/json", |
| 327 "--goma-service-account-json-file", | 323 "--goma-service-account-json-file", |
| 328 "/creds/service_accounts/service-account-goma-client.json", | 324 "/creds/service_accounts/service-account-goma-client.json", |
| 329 "--goma-dir", | 325 "--goma-dir", |
| 330 "[CACHE]/cipd/goma", | 326 "[CACHE]/cipd/goma", |
| 331 "--goma-fail-fast", | 327 "--goma-fail-fast", |
| 332 "--goma-disable-local-fallback", | 328 "--goma-disable-local-fallback", |
| 333 "--" | 329 "--" |
| 334 ], | 330 ], |
| 335 "env": { | 331 "env": { |
| 336 "FORCE_MAC_TOOLCHAIN": "1", | |
| 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 338 }, | 333 }, |
| 339 "name": "compile", | 334 "name": "compile", |
| 340 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 342 "@@@STEP_LOG_END@json.output (invalid)@@@" | 337 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 343 ] | 338 ] |
| 344 }, | 339 }, |
| 345 { | 340 { |
| 346 "cmd": [ | 341 "cmd": [ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 "~followup_annotations": [ | 400 "~followup_annotations": [ |
| 406 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" | 401 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" |
| 407 ] | 402 ] |
| 408 }, | 403 }, |
| 409 { | 404 { |
| 410 "name": "$result", | 405 "name": "$result", |
| 411 "recipe_result": null, | 406 "recipe_result": null, |
| 412 "status_code": 0 | 407 "status_code": 0 |
| 413 } | 408 } |
| 414 ] | 409 ] |
| OLD | NEW |