| 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 "Mac OpenSSL", | 10 "Mac OpenSSL", |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 ] | 159 ] |
| 160 }, | 160 }, |
| 161 { | 161 { |
| 162 "cmd": [ | 162 "cmd": [ |
| 163 "python", | 163 "python", |
| 164 "-u", | 164 "-u", |
| 165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 166 "runhooks" | 166 "runhooks" |
| 167 ], | 167 ], |
| 168 "env": { | 168 "env": { |
| 169 "FORCE_MAC_TOOLCHAIN": "1", | |
| 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 171 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=ia32 use_goma=1 use_openssl=1", | 170 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=ia32 use_goma=1 use_openssl=1", |
| 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 173 }, | 172 }, |
| 174 "name": "gclient runhooks" | 173 "name": "gclient runhooks" |
| 175 }, | 174 }, |
| 176 { | 175 { |
| 177 "cmd": [ | 176 "cmd": [ |
| 178 "python", | 177 "python", |
| 179 "-u", | 178 "-u", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "cmd": [ | 224 "cmd": [ |
| 226 "python", | 225 "python", |
| 227 "-u", | 226 "-u", |
| 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 229 "--src-dir", | 228 "--src-dir", |
| 230 "[SLAVE_BUILD]/src", | 229 "[SLAVE_BUILD]/src", |
| 231 "--output-json", | 230 "--output-json", |
| 232 "/path/to/tmp/json" | 231 "/path/to/tmp/json" |
| 233 ], | 232 ], |
| 234 "env": { | 233 "env": { |
| 235 "FORCE_MAC_TOOLCHAIN": "1", | |
| 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 237 }, | 235 }, |
| 238 "name": "clang_revision", | 236 "name": "clang_revision", |
| 239 "~followup_annotations": [ | 237 "~followup_annotations": [ |
| 240 "@@@STEP_LOG_LINE@json.output@{@@@", | 238 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@}@@@", | 240 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 243 "@@@STEP_LOG_END@json.output@@@" | 241 "@@@STEP_LOG_END@json.output@@@" |
| 244 ] | 242 ] |
| 245 }, | 243 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 273 "/creds/service_accounts/service-account-goma-client.json", | 271 "/creds/service_accounts/service-account-goma-client.json", |
| 274 "--target-output-dir", | 272 "--target-output-dir", |
| 275 "[SLAVE_BUILD]/src/out/Release", | 273 "[SLAVE_BUILD]/src/out/Release", |
| 276 "--goma-dir", | 274 "--goma-dir", |
| 277 "[CACHE]/cipd/goma", | 275 "[CACHE]/cipd/goma", |
| 278 "--", | 276 "--", |
| 279 "All", | 277 "All", |
| 280 "chromium_builder_tests" | 278 "chromium_builder_tests" |
| 281 ], | 279 ], |
| 282 "env": { | 280 "env": { |
| 283 "FORCE_MAC_TOOLCHAIN": "1", | |
| 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 285 }, | 282 }, |
| 286 "name": "compile", | 283 "name": "compile", |
| 287 "~followup_annotations": [ | 284 "~followup_annotations": [ |
| 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 289 "@@@STEP_LOG_END@json.output (invalid)@@@" | 286 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 290 ] | 287 ] |
| 291 }, | 288 }, |
| 292 { | 289 { |
| 293 "name": "$result", | 290 "name": "$result", |
| 294 "recipe_result": null, | 291 "recipe_result": null, |
| 295 "status_code": 0 | 292 "status_code": 0 |
| 296 } | 293 } |
| 297 ] | 294 ] |
| OLD | NEW |