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