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