Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json

Issue 2340093002: Revert of Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "ensure_goma" 3 "name": "ensure_goma"
4 }, 4 },
5 { 5 {
6 "cmd": [ 6 "cmd": [
7 "python", 7 "python",
8 "-u", 8 "-u",
9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
10 "--platform", 10 "--platform",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "--buildbot-slavename", 237 "--buildbot-slavename",
238 "TestSlavename", 238 "TestSlavename",
239 "--compiler", 239 "--compiler",
240 "goma", 240 "goma",
241 "--goma-jsonstatus", 241 "--goma-jsonstatus",
242 "/path/to/tmp/json", 242 "/path/to/tmp/json",
243 "--goma-service-account-json-file", 243 "--goma-service-account-json-file",
244 "/creds/service_accounts/service-account-goma-client.json", 244 "/creds/service_accounts/service-account-goma-client.json",
245 "--goma-dir", 245 "--goma-dir",
246 "[CACHE]/cipd/goma", 246 "[CACHE]/cipd/goma",
247 "--ninja-ensure-up-to-date",
248 "--" 247 "--"
249 ], 248 ],
250 "env": { 249 "env": {
251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
252 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 251 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
253 }, 252 },
254 "name": "compile", 253 "name": "compile",
255 "~followup_annotations": [ 254 "~followup_annotations": [
256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
257 "@@@STEP_LOG_END@json.output (invalid)@@@" 256 "@@@STEP_LOG_END@json.output (invalid)@@@"
258 ] 257 ]
259 }, 258 },
260 { 259 {
261 "name": "$result", 260 "name": "$result",
262 "recipe_result": null, 261 "recipe_result": null,
263 "status_code": 0 262 "status_code": 0
264 } 263 }
265 ] 264 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698