| 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 - shared", | 10 "V8 Linux - shared", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 { | 134 { |
| 135 "cmd": [ | 135 "cmd": [ |
| 136 "python", | 136 "python", |
| 137 "-u", | 137 "-u", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 139 "runhooks" | 139 "runhooks" |
| 140 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]/v8", | 141 "cwd": "[SLAVE_BUILD]/v8", |
| 142 "env": { | 142 "env": { |
| 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 144 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[CACHE]/cipd/gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_verify_heap
=1 v8_target_arch=ia32", | 144 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe
t_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_verify_heap=1 v8_ta
rget_arch=ia32", |
| 145 "GYP_GENERATORS": "ninja", | 145 "GYP_GENERATORS": "ninja", |
| 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 147 }, | 147 }, |
| 148 "name": "gclient runhooks" | 148 "name": "gclient runhooks" |
| 149 }, | 149 }, |
| 150 { | 150 { |
| 151 "cmd": [ | 151 "cmd": [ |
| 152 "python", | 152 "python", |
| 153 "-u", | 153 "-u", |
| 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 ], | 210 ], |
| 211 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 211 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
| 212 "~followup_annotations": [ | 212 "~followup_annotations": [ |
| 213 "@@@STEP_LOG_LINE@python.inline@@@@", | 213 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 214 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 215 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 215 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 216 "@@@STEP_LOG_END@python.inline@@@" | 216 "@@@STEP_LOG_END@python.inline@@@" |
| 217 ] | 217 ] |
| 218 }, | 218 }, |
| 219 { | 219 { |
| 220 "allow_subannotations": true, | |
| 221 "cmd": [ | |
| 222 "python", | |
| 223 "-u", | |
| 224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
| 225 "--src-dir", | |
| 226 "[SLAVE_BUILD]/v8", | |
| 227 "--output-json", | |
| 228 "/path/to/tmp/json" | |
| 229 ], | |
| 230 "env": { | |
| 231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 232 }, | |
| 233 "name": "clang_revision", | |
| 234 "~followup_annotations": [ | |
| 235 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 236 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 237 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 238 "@@@STEP_LOG_END@json.output@@@" | |
| 239 ] | |
| 240 }, | |
| 241 { | |
| 242 "cmd": [ | 220 "cmd": [ |
| 243 "python", | 221 "python", |
| 244 "-u", | 222 "-u", |
| 245 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 246 "--show-path", | 224 "--show-path", |
| 247 "python", | 225 "python", |
| 248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 249 "--gsutil-py-path", | 227 "--gsutil-py-path", |
| 250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 251 "--ninja-path", | 229 "--ninja-path", |
| 252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 253 "--target", | 231 "--target", |
| 254 "Release", | 232 "Release", |
| 255 "--src-dir", | 233 "--src-dir", |
| 256 "[SLAVE_BUILD]/v8", | 234 "[SLAVE_BUILD]/v8", |
| 257 "--goma-cache-dir", | 235 "--goma-cache-dir", |
| 258 "[GOMA_CACHE]", | 236 "[GOMA_CACHE]", |
| 259 "--build-tool", | 237 "--build-tool", |
| 260 "ninja", | 238 "ninja", |
| 261 "--compiler", | 239 "--compiler", |
| 262 "goma-clang", | 240 "goma", |
| 263 "--goma-jsonstatus", | 241 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 242 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", | 243 "--goma-service-account-json-file", |
| 266 "/creds/service_accounts/service-account-goma-client.json", | 244 "/creds/service_accounts/service-account-goma-client.json", |
| 267 "--goma-dir", | 245 "--goma-dir", |
| 268 "[CACHE]/cipd/goma", | 246 "[CACHE]/cipd/goma", |
| 269 "--" | 247 "--" |
| 270 ], | 248 ], |
| 271 "env": { | 249 "env": { |
| 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 820 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 843 "@@@STEP_LOG_END@durations@@@" | 821 "@@@STEP_LOG_END@durations@@@" |
| 844 ] | 822 ] |
| 845 }, | 823 }, |
| 846 { | 824 { |
| 847 "name": "$result", | 825 "name": "$result", |
| 848 "recipe_result": null, | 826 "recipe_result": null, |
| 849 "status_code": 0 | 827 "status_code": 0 |
| 850 } | 828 } |
| 851 ] | 829 ] |
| OLD | NEW |