| 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_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", |
| 138 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 139 }, | 140 }, |
| 140 "name": "gclient runhooks" | 141 "name": "gclient runhooks" |
| 141 }, | 142 }, |
| 142 { | 143 { |
| 143 "allow_subannotations": true, | 144 "allow_subannotations": true, |
| 144 "cmd": [ | 145 "cmd": [ |
| 145 "python", | 146 "python", |
| 146 "-u", | 147 "-u", |
| 147 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 148 "--src-dir", | 149 "--src-dir", |
| 149 "[SLAVE_BUILD]/src", | 150 "[SLAVE_BUILD]/src", |
| 150 "--output-json", | 151 "--output-json", |
| 151 "/path/to/tmp/json" | 152 "/path/to/tmp/json" |
| 152 ], | 153 ], |
| 153 "env": { | 154 "env": { |
| 155 "FORCE_MAC_TOOLCHAIN": "1", |
| 154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 155 }, | 157 }, |
| 156 "name": "clang_revision", | 158 "name": "clang_revision", |
| 157 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 158 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 164 ] |
| 163 }, | 165 }, |
| (...skipping 30 matching lines...) Expand all Loading... |
| 194 "--goma-service-account-json-file", | 196 "--goma-service-account-json-file", |
| 195 "/creds/service_accounts/service-account-goma-client.json", | 197 "/creds/service_accounts/service-account-goma-client.json", |
| 196 "--goma-dir", | 198 "--goma-dir", |
| 197 "[CACHE]/cipd/goma", | 199 "[CACHE]/cipd/goma", |
| 198 "--goma-fail-fast", | 200 "--goma-fail-fast", |
| 199 "--goma-disable-local-fallback", | 201 "--goma-disable-local-fallback", |
| 200 "--", | 202 "--", |
| 201 "All" | 203 "All" |
| 202 ], | 204 ], |
| 203 "env": { | 205 "env": { |
| 206 "FORCE_MAC_TOOLCHAIN": "1", |
| 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 205 }, | 208 }, |
| 206 "name": "compile", | 209 "name": "compile", |
| 207 "~followup_annotations": [ | 210 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 209 "@@@STEP_LOG_END@json.output (invalid)@@@" | 212 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 210 ] | 213 ] |
| 211 }, | 214 }, |
| 212 { | 215 { |
| 213 "cmd": [ | 216 "cmd": [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 227 "libyuv_unittest" | 230 "libyuv_unittest" |
| 228 ], | 231 ], |
| 229 "name": "libyuv_unittest" | 232 "name": "libyuv_unittest" |
| 230 }, | 233 }, |
| 231 { | 234 { |
| 232 "name": "$result", | 235 "name": "$result", |
| 233 "recipe_result": null, | 236 "recipe_result": null, |
| 234 "status_code": 0 | 237 "status_code": 0 |
| 235 } | 238 } |
| 236 ] | 239 ] |
| OLD | NEW |