| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "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", |
| 137 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 138 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 137 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[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 "cmd": [ | 143 "cmd": [ |
| 145 "python", | 144 "python", |
| 146 "-u", | 145 "-u", |
| 147 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | |
| 148 "--root=[SLAVE_BUILD]/src", | |
| 149 "gen", | |
| 150 "//out/Release", | |
| 151 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | |
| 152 ], | |
| 153 "cwd": "[SLAVE_BUILD]/src", | |
| 154 "name": "gn" | |
| 155 }, | |
| 156 { | |
| 157 "cmd": [ | |
| 158 "python", | |
| 159 "-u", | |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 146 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 161 "--show-path", | 147 "--show-path", |
| 162 "python", | 148 "python", |
| 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 164 "--gsutil-py-path", | 150 "--gsutil-py-path", |
| 165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 166 "--ninja-path", | 152 "--ninja-path", |
| 167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 168 "--target", | 154 "--target", |
| 169 "Release", | 155 "Release", |
| 170 "--src-dir", | 156 "--src-dir", |
| 171 "[SLAVE_BUILD]/src", | 157 "[SLAVE_BUILD]/src", |
| 172 "--goma-cache-dir", | 158 "--goma-cache-dir", |
| 173 "[GOMA_CACHE]", | 159 "[GOMA_CACHE]", |
| 174 "--buildbot-buildername", | 160 "--buildbot-buildername", |
| 175 "linux_gn_rel", | 161 "linux_gyp_rel", |
| 176 "--buildbot-mastername", | 162 "--buildbot-mastername", |
| 177 "tryserver.libyuv", | 163 "tryserver.libyuv", |
| 178 "--buildbot-slavename", | 164 "--buildbot-slavename", |
| 179 "slavename", | 165 "slavename", |
| 180 "--goma-deps-cache-file", | 166 "--goma-deps-cache-file", |
| 181 "linux_gn_rel.gomadeps", | 167 "linux_gyp_rel.gomadeps", |
| 182 "--compiler", | 168 "--compiler", |
| 183 "goma", | 169 "goma", |
| 184 "--goma-jsonstatus", | 170 "--goma-jsonstatus", |
| 185 "/path/to/tmp/json", | 171 "/path/to/tmp/json", |
| 186 "--goma-service-account-json-file", | 172 "--goma-service-account-json-file", |
| 187 "/creds/service_accounts/service-account-goma-client.json", | 173 "/creds/service_accounts/service-account-goma-client.json", |
| 188 "--goma-dir", | 174 "--goma-dir", |
| 189 "[CACHE]/cipd/goma", | 175 "[CACHE]/cipd/goma", |
| 190 "--goma-fail-fast", | 176 "--goma-fail-fast", |
| 191 "--goma-disable-local-fallback", | 177 "--goma-disable-local-fallback", |
| 192 "--", | 178 "--" |
| 193 "all" | |
| 194 ], | 179 ], |
| 195 "env": { | 180 "env": { |
| 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 197 }, | 182 }, |
| 198 "name": "compile", | 183 "name": "compile", |
| 199 "~followup_annotations": [ | 184 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 201 "@@@STEP_LOG_END@json.output (invalid)@@@" | 186 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 202 ] | 187 ] |
| 203 }, | 188 }, |
| 204 { | 189 { |
| 205 "name": "$result", | 190 "name": "$result", |
| 206 "recipe_result": null, | 191 "recipe_result": null, |
| 207 "status_code": 0 | 192 "status_code": 0 |
| 208 } | 193 } |
| 209 ] | 194 ] |
| OLD | NEW |