| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 126 "runhooks" | 126 "runhooks" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]/src", | 128 "cwd": "[SLAVE_BUILD]/src", |
| 129 "env": { | 129 "env": { |
| 130 "FORCE_MAC_TOOLCHAIN": "1", | |
| 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 132 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 use_goma=1", | 131 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 use_goma=1", |
| 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 134 }, | 133 }, |
| 135 "name": "gclient runhooks" | 134 "name": "gclient runhooks" |
| 136 }, | 135 }, |
| 137 { | 136 { |
| 138 "allow_subannotations": true, | 137 "allow_subannotations": true, |
| 139 "cmd": [ | 138 "cmd": [ |
| 140 "python", | 139 "python", |
| 141 "-u", | 140 "-u", |
| 142 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 143 "--src-dir", | 142 "--src-dir", |
| 144 "[SLAVE_BUILD]/src", | 143 "[SLAVE_BUILD]/src", |
| 145 "--output-json", | 144 "--output-json", |
| 146 "/path/to/tmp/json" | 145 "/path/to/tmp/json" |
| 147 ], | 146 ], |
| 148 "env": { | 147 "env": { |
| 149 "FORCE_MAC_TOOLCHAIN": "1", | |
| 150 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 151 }, | 149 }, |
| 152 "name": "clang_revision", | 150 "name": "clang_revision", |
| 153 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 154 "@@@STEP_LOG_LINE@json.output@{@@@", | 152 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 155 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 156 ] |
| 159 }, | 157 }, |
| (...skipping 28 matching lines...) Expand all Loading... |
| 188 "--goma-jsonstatus", | 186 "--goma-jsonstatus", |
| 189 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
| 190 "--goma-service-account-json-file", | 188 "--goma-service-account-json-file", |
| 191 "/creds/service_accounts/service-account-goma-client.json", | 189 "/creds/service_accounts/service-account-goma-client.json", |
| 192 "--goma-dir", | 190 "--goma-dir", |
| 193 "[CACHE]/cipd/goma", | 191 "[CACHE]/cipd/goma", |
| 194 "--", | 192 "--", |
| 195 "All" | 193 "All" |
| 196 ], | 194 ], |
| 197 "env": { | 195 "env": { |
| 198 "FORCE_MAC_TOOLCHAIN": "1", | |
| 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 200 }, | 197 }, |
| 201 "name": "compile", | 198 "name": "compile", |
| 202 "~followup_annotations": [ | 199 "~followup_annotations": [ |
| 203 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 204 "@@@STEP_LOG_END@json.output (invalid)@@@" | 201 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 205 ] | 202 ] |
| 206 }, | 203 }, |
| 207 { | 204 { |
| 208 "cmd": [ | 205 "cmd": [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 222 "libyuv_unittest" | 219 "libyuv_unittest" |
| 223 ], | 220 ], |
| 224 "name": "libyuv_unittest" | 221 "name": "libyuv_unittest" |
| 225 }, | 222 }, |
| 226 { | 223 { |
| 227 "name": "$result", | 224 "name": "$result", |
| 228 "recipe_result": null, | 225 "recipe_result": null, |
| 229 "status_code": 0 | 226 "status_code": 0 |
| 230 } | 227 } |
| 231 ] | 228 ] |
| OLD | NEW |