| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "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", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 132 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 use_goma=1", | 131 "GYP_DEFINES": "clang=1 component=static_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 "cmd": [ | |
| 139 "python", | |
| 140 "-u", | |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | |
| 142 "--root=[SLAVE_BUILD]/src", | |
| 143 "gen", | |
| 144 "//out/Release", | |
| 145 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | |
| 146 ], | |
| 147 "cwd": "[SLAVE_BUILD]/src", | |
| 148 "name": "gn" | |
| 149 }, | |
| 150 { | |
| 151 "allow_subannotations": true, | 137 "allow_subannotations": true, |
| 152 "cmd": [ | 138 "cmd": [ |
| 153 "python", | 139 "python", |
| 154 "-u", | 140 "-u", |
| 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 156 "--src-dir", | 142 "--src-dir", |
| 157 "[SLAVE_BUILD]/src", | 143 "[SLAVE_BUILD]/src", |
| 158 "--output-json", | 144 "--output-json", |
| 159 "/path/to/tmp/json" | 145 "/path/to/tmp/json" |
| 160 ], | 146 ], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 181 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 167 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 182 "--ninja-path", | 168 "--ninja-path", |
| 183 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 169 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 184 "--target", | 170 "--target", |
| 185 "Release", | 171 "Release", |
| 186 "--src-dir", | 172 "--src-dir", |
| 187 "[SLAVE_BUILD]/src", | 173 "[SLAVE_BUILD]/src", |
| 188 "--goma-cache-dir", | 174 "--goma-cache-dir", |
| 189 "[GOMA_CACHE]", | 175 "[GOMA_CACHE]", |
| 190 "--buildbot-buildername", | 176 "--buildbot-buildername", |
| 191 "Mac64 Release (GN)", | 177 "Mac64 Release (GYP)", |
| 192 "--buildbot-mastername", | 178 "--buildbot-mastername", |
| 193 "client.libyuv", | 179 "client.libyuv", |
| 194 "--buildbot-slavename", | 180 "--buildbot-slavename", |
| 195 "slavename", | 181 "slavename", |
| 196 "--goma-deps-cache-file", | 182 "--goma-deps-cache-file", |
| 197 "Mac64_Release__GN_.gomadeps", | 183 "Mac64_Release__GYP_.gomadeps", |
| 198 "--compiler", | 184 "--compiler", |
| 199 "goma-clang", | 185 "goma-clang", |
| 200 "--goma-jsonstatus", | 186 "--goma-jsonstatus", |
| 201 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
| 202 "--goma-service-account-json-file", | 188 "--goma-service-account-json-file", |
| 203 "/creds/service_accounts/service-account-goma-client.json", | 189 "/creds/service_accounts/service-account-goma-client.json", |
| 204 "--goma-dir", | 190 "--goma-dir", |
| 205 "[CACHE]/cipd/goma", | 191 "[CACHE]/cipd/goma", |
| 206 "--", | 192 "--" |
| 207 "all" | |
| 208 ], | 193 ], |
| 209 "env": { | 194 "env": { |
| 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 211 }, | 196 }, |
| 212 "name": "compile", | 197 "name": "compile", |
| 213 "~followup_annotations": [ | 198 "~followup_annotations": [ |
| 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 199 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 215 "@@@STEP_LOG_END@json.output (invalid)@@@" | 200 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 216 ] | 201 ] |
| 217 }, | 202 }, |
| 218 { | 203 { |
| 219 "name": "$result", | 204 "name": "$result", |
| 220 "recipe_result": null, | 205 "recipe_result": null, |
| 221 "status_code": 0 | 206 "status_code": 0 |
| 222 } | 207 } |
| 223 ] | 208 ] |
| OLD | NEW |