| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 132 "runhooks" | 132 "runhooks" |
| 133 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]/src", | 134 "cwd": "[SLAVE_BUILD]/src", |
| 135 "env": { | 135 "env": { |
| 136 "FORCE_MAC_TOOLCHAIN": "1", |
| 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 137 "GYP_CHROMIUM_NO_ACTION": "1", | 138 "GYP_CHROMIUM_NO_ACTION": "1", |
| 138 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 139 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 140 }, | 141 }, |
| 141 "name": "gclient runhooks" | 142 "name": "gclient runhooks" |
| 142 }, | 143 }, |
| 143 { | 144 { |
| 144 "cmd": [ | 145 "cmd": [ |
| 145 "python", | 146 "python", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 158 "cmd": [ | 159 "cmd": [ |
| 159 "python", | 160 "python", |
| 160 "-u", | 161 "-u", |
| 161 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 162 "--src-dir", | 163 "--src-dir", |
| 163 "[SLAVE_BUILD]/src", | 164 "[SLAVE_BUILD]/src", |
| 164 "--output-json", | 165 "--output-json", |
| 165 "/path/to/tmp/json" | 166 "/path/to/tmp/json" |
| 166 ], | 167 ], |
| 167 "env": { | 168 "env": { |
| 169 "FORCE_MAC_TOOLCHAIN": "1", |
| 168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 169 }, | 171 }, |
| 170 "name": "clang_revision", | 172 "name": "clang_revision", |
| 171 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 172 "@@@STEP_LOG_LINE@json.output@{@@@", | 174 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@}@@@", | 176 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 175 "@@@STEP_LOG_END@json.output@@@" | 177 "@@@STEP_LOG_END@json.output@@@" |
| 176 ] | 178 ] |
| 177 }, | 179 }, |
| (...skipping 30 matching lines...) Expand all Loading... |
| 208 "--goma-service-account-json-file", | 210 "--goma-service-account-json-file", |
| 209 "/creds/service_accounts/service-account-goma-client.json", | 211 "/creds/service_accounts/service-account-goma-client.json", |
| 210 "--goma-dir", | 212 "--goma-dir", |
| 211 "[CACHE]/cipd/goma", | 213 "[CACHE]/cipd/goma", |
| 212 "--goma-fail-fast", | 214 "--goma-fail-fast", |
| 213 "--goma-disable-local-fallback", | 215 "--goma-disable-local-fallback", |
| 214 "--", | 216 "--", |
| 215 "all" | 217 "all" |
| 216 ], | 218 ], |
| 217 "env": { | 219 "env": { |
| 220 "FORCE_MAC_TOOLCHAIN": "1", |
| 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 219 }, | 222 }, |
| 220 "name": "compile", | 223 "name": "compile", |
| 221 "~followup_annotations": [ | 224 "~followup_annotations": [ |
| 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 223 "@@@STEP_LOG_END@json.output (invalid)@@@" | 226 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 224 ] | 227 ] |
| 225 }, | 228 }, |
| 226 { | 229 { |
| 227 "name": "$result", | 230 "name": "$result", |
| 228 "recipe_result": null, | 231 "recipe_result": null, |
| 229 "status_code": 0 | 232 "status_code": 0 |
| 230 } | 233 } |
| 231 ] | 234 ] |
| OLD | NEW |