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