| 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 "Chromium Mac 10.11", | 10 "Chromium Mac 10.11", |
| (...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_CHROMIUM_NO_ACTION": "1", | 170 "GYP_CHROMIUM_NO_ACTION": "1", |
| 172 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 use_goma=1", | 171 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 use_goma=1", |
| 173 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 174 }, | 173 }, |
| 175 "name": "gclient runhooks" | 174 "name": "gclient runhooks" |
| 176 }, | 175 }, |
| 177 { | 176 { |
| 178 "cmd": [ | 177 "cmd": [ |
| 179 "python", | 178 "python", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "cmd": [ | 246 "cmd": [ |
| 248 "python", | 247 "python", |
| 249 "-u", | 248 "-u", |
| 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 249 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 251 "--src-dir", | 250 "--src-dir", |
| 252 "[SLAVE_BUILD]/src", | 251 "[SLAVE_BUILD]/src", |
| 253 "--output-json", | 252 "--output-json", |
| 254 "/path/to/tmp/json" | 253 "/path/to/tmp/json" |
| 255 ], | 254 ], |
| 256 "env": { | 255 "env": { |
| 257 "FORCE_MAC_TOOLCHAIN": "1", | |
| 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 259 }, | 257 }, |
| 260 "name": "clang_revision", | 258 "name": "clang_revision", |
| 261 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 262 "@@@STEP_LOG_LINE@json.output@{@@@", | 260 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@}@@@", | 262 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 265 "@@@STEP_LOG_END@json.output@@@" | 263 "@@@STEP_LOG_END@json.output@@@" |
| 266 ] | 264 ] |
| 267 }, | 265 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 295 "/creds/service_accounts/service-account-goma-client.json", | 293 "/creds/service_accounts/service-account-goma-client.json", |
| 296 "--target-output-dir", | 294 "--target-output-dir", |
| 297 "[SLAVE_BUILD]/src/out/Release", | 295 "[SLAVE_BUILD]/src/out/Release", |
| 298 "--goma-dir", | 296 "--goma-dir", |
| 299 "[CACHE]/cipd/goma", | 297 "[CACHE]/cipd/goma", |
| 300 "--", | 298 "--", |
| 301 "All", | 299 "All", |
| 302 "chromium_builder_tests" | 300 "chromium_builder_tests" |
| 303 ], | 301 ], |
| 304 "env": { | 302 "env": { |
| 305 "FORCE_MAC_TOOLCHAIN": "1", | |
| 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 307 }, | 304 }, |
| 308 "name": "compile", | 305 "name": "compile", |
| 309 "~followup_annotations": [ | 306 "~followup_annotations": [ |
| 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 311 "@@@STEP_LOG_END@json.output (invalid)@@@" | 308 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 312 ] | 309 ] |
| 313 }, | 310 }, |
| 314 { | 311 { |
| 315 "name": "$result", | 312 "name": "$result", |
| 316 "recipe_result": null, | 313 "recipe_result": null, |
| 317 "status_code": 0 | 314 "status_code": 0 |
| 318 } | 315 } |
| 319 ] | 316 ] |
| OLD | NEW |