| 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", |
| 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 148 "GYP_CHROMIUM_NO_ACTION": "1", | 149 "GYP_CHROMIUM_NO_ACTION": "1", |
| 149 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x
64", | 150 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x
64", |
| 150 "GYP_GENERATORS": "ninja", | 151 "GYP_GENERATORS": "ninja", |
| 151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 152 }, | 153 }, |
| 153 "name": "gclient runhooks" | 154 "name": "gclient runhooks" |
| 154 }, | 155 }, |
| 155 { | 156 { |
| 156 "cmd": [ | 157 "cmd": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 175 "v8_mac64_rel", | 176 "v8_mac64_rel", |
| 176 "--config-file", | 177 "--config-file", |
| 177 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 178 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 178 "--goma-dir", | 179 "--goma-dir", |
| 179 "[CACHE]/cipd/goma", | 180 "[CACHE]/cipd/goma", |
| 180 "--gyp-script=gypfiles/gyp_v8", | 181 "--gyp-script=gypfiles/gyp_v8", |
| 181 "//out/Release" | 182 "//out/Release" |
| 182 ], | 183 ], |
| 183 "cwd": "[SLAVE_BUILD]/v8", | 184 "cwd": "[SLAVE_BUILD]/v8", |
| 184 "env": { | 185 "env": { |
| 186 "FORCE_MAC_TOOLCHAIN": "1", |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 186 }, | 188 }, |
| 187 "name": "generate_build_files", | 189 "name": "generate_build_files", |
| 188 "stdout": "/path/to/tmp/", | 190 "stdout": "/path/to/tmp/", |
| 189 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@stdout@some line@@@", | 192 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 191 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 193 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 192 "@@@STEP_LOG_LINE@stdout@moar@@@", | 194 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 193 "@@@STEP_LOG_END@stdout@@@" | 195 "@@@STEP_LOG_END@stdout@@@" |
| 194 ] | 196 ] |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "-b", | 238 "-b", |
| 237 "v8_mac64_rel", | 239 "v8_mac64_rel", |
| 238 "--config-file", | 240 "--config-file", |
| 239 "[mb config]", | 241 "[mb config]", |
| 240 "--goma-dir", | 242 "--goma-dir", |
| 241 "[CACHE]/cipd/goma", | 243 "[CACHE]/cipd/goma", |
| 242 "[SLAVE_BUILD]/v8/out/gn" | 244 "[SLAVE_BUILD]/v8/out/gn" |
| 243 ], | 245 ], |
| 244 "cwd": "[SLAVE_BUILD]/v8", | 246 "cwd": "[SLAVE_BUILD]/v8", |
| 245 "env": { | 247 "env": { |
| 248 "FORCE_MAC_TOOLCHAIN": "1", |
| 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 249 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 247 }, | 250 }, |
| 248 "name": "generate_build_files with gn (fyi)" | 251 "name": "generate_build_files with gn (fyi)" |
| 249 }, | 252 }, |
| 250 { | 253 { |
| 251 "cmd": [ | 254 "cmd": [ |
| 252 "python", | 255 "python", |
| 253 "-u", | 256 "-u", |
| 254 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 257 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 255 "[SLAVE_BUILD]/v8/out/gn", | 258 "[SLAVE_BUILD]/v8/out/gn", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 273 "cmd": [ | 276 "cmd": [ |
| 274 "python", | 277 "python", |
| 275 "-u", | 278 "-u", |
| 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 277 "--src-dir", | 280 "--src-dir", |
| 278 "[SLAVE_BUILD]/v8", | 281 "[SLAVE_BUILD]/v8", |
| 279 "--output-json", | 282 "--output-json", |
| 280 "/path/to/tmp/json" | 283 "/path/to/tmp/json" |
| 281 ], | 284 ], |
| 282 "env": { | 285 "env": { |
| 286 "FORCE_MAC_TOOLCHAIN": "1", |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 284 }, | 288 }, |
| 285 "name": "clang_revision", | 289 "name": "clang_revision", |
| 286 "~followup_annotations": [ | 290 "~followup_annotations": [ |
| 287 "@@@STEP_LOG_LINE@json.output@{@@@", | 291 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@}@@@", | 293 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 290 "@@@STEP_LOG_END@json.output@@@" | 294 "@@@STEP_LOG_END@json.output@@@" |
| 291 ] | 295 ] |
| 292 }, | 296 }, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 322 "/path/to/tmp/json", | 326 "/path/to/tmp/json", |
| 323 "--goma-service-account-json-file", | 327 "--goma-service-account-json-file", |
| 324 "/creds/service_accounts/service-account-goma-client.json", | 328 "/creds/service_accounts/service-account-goma-client.json", |
| 325 "--goma-dir", | 329 "--goma-dir", |
| 326 "[CACHE]/cipd/goma", | 330 "[CACHE]/cipd/goma", |
| 327 "--goma-fail-fast", | 331 "--goma-fail-fast", |
| 328 "--goma-disable-local-fallback", | 332 "--goma-disable-local-fallback", |
| 329 "--" | 333 "--" |
| 330 ], | 334 ], |
| 331 "env": { | 335 "env": { |
| 336 "FORCE_MAC_TOOLCHAIN": "1", |
| 332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 333 }, | 338 }, |
| 334 "name": "compile", | 339 "name": "compile", |
| 335 "~followup_annotations": [ | 340 "~followup_annotations": [ |
| 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 337 "@@@STEP_LOG_END@json.output (invalid)@@@" | 342 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 338 ] | 343 ] |
| 339 }, | 344 }, |
| 340 { | 345 { |
| 341 "cmd": [ | 346 "cmd": [ |
| (...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1206 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1211 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1207 "@@@STEP_LOG_END@durations@@@" | 1212 "@@@STEP_LOG_END@durations@@@" |
| 1208 ] | 1213 ] |
| 1209 }, | 1214 }, |
| 1210 { | 1215 { |
| 1211 "name": "$result", | 1216 "name": "$result", |
| 1212 "recipe_result": null, | 1217 "recipe_result": null, |
| 1213 "status_code": 0 | 1218 "status_code": 0 |
| 1214 } | 1219 } |
| 1215 ] | 1220 ] |
| OLD | NEW |