| 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_linux_nosnap_dbg", | 10 "v8_linux_nosnap_dbg", |
| (...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_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_enable_slow_
dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32 v8_use_snapshot=false", | 150 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma'
target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=
1 v8_optimized_debug=1 v8_target_arch=ia32 v8_use_snapshot=false", |
| 151 "GYP_GENERATORS": "ninja", | 151 "GYP_GENERATORS": "ninja", |
| 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 153 }, | 153 }, |
| 154 "name": "gclient runhooks" | 154 "name": "gclient runhooks" |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "python", | 158 "python", |
| 159 "-u", | 159 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 ], | 216 ], |
| 217 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 217 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
| 218 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 219 "@@@STEP_LOG_LINE@python.inline@@@@", | 219 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 220 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 220 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 221 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 221 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 222 "@@@STEP_LOG_END@python.inline@@@" | 222 "@@@STEP_LOG_END@python.inline@@@" |
| 223 ] | 223 ] |
| 224 }, | 224 }, |
| 225 { | 225 { |
| 226 "allow_subannotations": true, | |
| 227 "cmd": [ | |
| 228 "python", | |
| 229 "-u", | |
| 230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
| 231 "--src-dir", | |
| 232 "[SLAVE_BUILD]/v8", | |
| 233 "--output-json", | |
| 234 "/path/to/tmp/json" | |
| 235 ], | |
| 236 "env": { | |
| 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 238 }, | |
| 239 "name": "clang_revision", | |
| 240 "~followup_annotations": [ | |
| 241 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 242 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 243 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 244 "@@@STEP_LOG_END@json.output@@@" | |
| 245 ] | |
| 246 }, | |
| 247 { | |
| 248 "cmd": [ | 226 "cmd": [ |
| 249 "python", | 227 "python", |
| 250 "-u", | 228 "-u", |
| 251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 252 "--show-path", | 230 "--show-path", |
| 253 "python", | 231 "python", |
| 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 255 "--gsutil-py-path", | 233 "--gsutil-py-path", |
| 256 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 234 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 257 "--ninja-path", | 235 "--ninja-path", |
| 258 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 236 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 259 "--target", | 237 "--target", |
| 260 "Debug", | 238 "Debug", |
| 261 "--src-dir", | 239 "--src-dir", |
| 262 "[SLAVE_BUILD]/v8", | 240 "[SLAVE_BUILD]/v8", |
| 263 "--goma-cache-dir", | 241 "--goma-cache-dir", |
| 264 "[GOMA_CACHE]", | 242 "[GOMA_CACHE]", |
| 265 "--build-tool", | 243 "--build-tool", |
| 266 "ninja", | 244 "ninja", |
| 267 "--compiler", | 245 "--compiler", |
| 268 "goma-clang", | 246 "goma", |
| 269 "--goma-jsonstatus", | 247 "--goma-jsonstatus", |
| 270 "/path/to/tmp/json", | 248 "/path/to/tmp/json", |
| 271 "--goma-service-account-json-file", | 249 "--goma-service-account-json-file", |
| 272 "/creds/service_accounts/service-account-goma-client.json", | 250 "/creds/service_accounts/service-account-goma-client.json", |
| 273 "--goma-dir", | 251 "--goma-dir", |
| 274 "[CACHE]/cipd/goma", | 252 "[CACHE]/cipd/goma", |
| 275 "--goma-fail-fast", | 253 "--goma-fail-fast", |
| 276 "--goma-disable-local-fallback", | 254 "--goma-disable-local-fallback", |
| 277 "--" | 255 "--" |
| 278 ], | 256 ], |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 443 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 466 "@@@STEP_LOG_END@durations@@@" | 444 "@@@STEP_LOG_END@durations@@@" |
| 467 ] | 445 ] |
| 468 }, | 446 }, |
| 469 { | 447 { |
| 470 "name": "$result", | 448 "name": "$result", |
| 471 "recipe_result": null, | 449 "recipe_result": null, |
| 472 "status_code": 0 | 450 "status_code": 0 |
| 473 } | 451 } |
| 474 ] | 452 ] |
| OLD | NEW |