| 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 "ClangToTMac (dbg)", | 10 "ClangToTMac (dbg)", |
| (...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": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", | 131 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "cmd": [ | 205 "cmd": [ |
| 205 "python", | 206 "python", |
| 206 "-u", | 207 "-u", |
| 207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 208 "--src-dir", | 209 "--src-dir", |
| 209 "[SLAVE_BUILD]/src", | 210 "[SLAVE_BUILD]/src", |
| 210 "--output-json", | 211 "--output-json", |
| 211 "/path/to/tmp/json" | 212 "/path/to/tmp/json" |
| 212 ], | 213 ], |
| 213 "env": { | 214 "env": { |
| 215 "FORCE_MAC_TOOLCHAIN": "1", |
| 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 215 "LLVM_FORCE_HEAD_REVISION": "YES" | 217 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 216 }, | 218 }, |
| 217 "name": "clang_revision", | 219 "name": "clang_revision", |
| 218 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 219 "@@@STEP_LOG_LINE@json.output@{@@@", | 221 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@}@@@", | 223 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 222 "@@@STEP_LOG_END@json.output@@@" | 224 "@@@STEP_LOG_END@json.output@@@" |
| 223 ] | 225 ] |
| (...skipping 21 matching lines...) Expand all Loading... |
| 245 "--build-data-dir", | 247 "--build-data-dir", |
| 246 "[ROOT]/build_data_dir", | 248 "[ROOT]/build_data_dir", |
| 247 "--compiler", | 249 "--compiler", |
| 248 "clang", | 250 "clang", |
| 249 "--target-output-dir", | 251 "--target-output-dir", |
| 250 "[SLAVE_BUILD]/src/out/Debug", | 252 "[SLAVE_BUILD]/src/out/Debug", |
| 251 "--", | 253 "--", |
| 252 "all" | 254 "all" |
| 253 ], | 255 ], |
| 254 "env": { | 256 "env": { |
| 257 "FORCE_MAC_TOOLCHAIN": "1", |
| 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 256 "LLVM_FORCE_HEAD_REVISION": "YES" | 259 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 257 }, | 260 }, |
| 258 "name": "compile" | 261 "name": "compile" |
| 259 }, | 262 }, |
| 260 { | 263 { |
| 261 "allow_subannotations": true, | 264 "allow_subannotations": true, |
| 262 "cmd": [ | 265 "cmd": [ |
| 263 "python", | 266 "python", |
| 264 "-u", | 267 "-u", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "mac" | 312 "mac" |
| 310 ], | 313 ], |
| 311 "name": "sizes" | 314 "name": "sizes" |
| 312 }, | 315 }, |
| 313 { | 316 { |
| 314 "name": "$result", | 317 "name": "$result", |
| 315 "recipe_result": null, | 318 "recipe_result": null, |
| 316 "status_code": 0 | 319 "status_code": 0 |
| 317 } | 320 } |
| 318 ] | 321 ] |
| OLD | NEW |