| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTMacASan", | 10 "ClangToTMacASan", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 ] | 118 ] |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 125 "runhooks" | 125 "runhooks" |
| 126 ], | 126 ], |
| 127 "env": { | 127 "env": { |
| 128 "FORCE_MAC_TOOLCHAIN": "1", | |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 130 "GYP_CHROMIUM_NO_ACTION": "1", | 129 "GYP_CHROMIUM_NO_ACTION": "1", |
| 131 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library fastbuild=0 target_arch=x64 test_isolation_mode=prepare", | 130 "GYP_DEFINES": "asan=1 clang=1 clang_use_chrome_plugins=0 component=static
_library fastbuild=0 target_arch=x64 test_isolation_mode=prepare", |
| 132 "LLVM_FORCE_HEAD_REVISION": "YES", | 131 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 133 }, |
| 135 "name": "gclient runhooks" | 134 "name": "gclient runhooks" |
| 136 }, | 135 }, |
| 137 { | 136 { |
| 138 "cmd": [ | 137 "cmd": [ |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "cmd": [ | 232 "cmd": [ |
| 234 "python", | 233 "python", |
| 235 "-u", | 234 "-u", |
| 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 237 "--src-dir", | 236 "--src-dir", |
| 238 "[SLAVE_BUILD]/src", | 237 "[SLAVE_BUILD]/src", |
| 239 "--output-json", | 238 "--output-json", |
| 240 "/path/to/tmp/json" | 239 "/path/to/tmp/json" |
| 241 ], | 240 ], |
| 242 "env": { | 241 "env": { |
| 243 "FORCE_MAC_TOOLCHAIN": "1", | |
| 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 245 "LLVM_FORCE_HEAD_REVISION": "YES" | 243 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 246 }, | 244 }, |
| 247 "name": "clang_revision", | 245 "name": "clang_revision", |
| 248 "~followup_annotations": [ | 246 "~followup_annotations": [ |
| 249 "@@@STEP_LOG_LINE@json.output@{@@@", | 247 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@}@@@", | 249 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 252 "@@@STEP_LOG_END@json.output@@@" | 250 "@@@STEP_LOG_END@json.output@@@" |
| 253 ] | 251 ] |
| (...skipping 21 matching lines...) Expand all Loading... |
| 275 "--build-data-dir", | 273 "--build-data-dir", |
| 276 "[ROOT]/build_data_dir", | 274 "[ROOT]/build_data_dir", |
| 277 "--compiler", | 275 "--compiler", |
| 278 "clang", | 276 "clang", |
| 279 "--target-output-dir", | 277 "--target-output-dir", |
| 280 "[SLAVE_BUILD]/src/out/Release", | 278 "[SLAVE_BUILD]/src/out/Release", |
| 281 "--", | 279 "--", |
| 282 "all" | 280 "all" |
| 283 ], | 281 ], |
| 284 "env": { | 282 "env": { |
| 285 "FORCE_MAC_TOOLCHAIN": "1", | |
| 286 "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", |
| 287 "LLVM_FORCE_HEAD_REVISION": "YES" | 284 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 288 }, | 285 }, |
| 289 "name": "compile" | 286 "name": "compile" |
| 290 }, | 287 }, |
| 291 { | 288 { |
| 292 "cmd": [ | 289 "cmd": [ |
| 293 "python", | 290 "python", |
| 294 "-u", | 291 "-u", |
| 295 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 292 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "mac" | 401 "mac" |
| 405 ], | 402 ], |
| 406 "name": "sizes" | 403 "name": "sizes" |
| 407 }, | 404 }, |
| 408 { | 405 { |
| 409 "name": "$result", | 406 "name": "$result", |
| 410 "recipe_result": null, | 407 "recipe_result": null, |
| 411 "status_code": 0 | 408 "status_code": 0 |
| 412 } | 409 } |
| 413 ] | 410 ] |
| OLD | NEW |