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

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

Issue 2338203004: 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",
247 "--" 248 "--"
248 ], 249 ],
249 "env": { 250 "env": {
250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
251 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 252 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
252 }, 253 },
253 "name": "compile", 254 "name": "compile",
254 "~followup_annotations": [ 255 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
256 "@@@STEP_LOG_END@json.output (invalid)@@@" 257 "@@@STEP_LOG_END@json.output (invalid)@@@"
257 ] 258 ]
258 }, 259 },
259 { 260 {
260 "name": "$result", 261 "name": "$result",
261 "recipe_result": null, 262 "recipe_result": null,
262 "status_code": 0 263 "status_code": 0
263 } 264 }
264 ] 265 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698