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