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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.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 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "--buildbot-slavename", 323 "--buildbot-slavename",
324 "TestSlavename", 324 "TestSlavename",
325 "--compiler", 325 "--compiler",
326 "goma", 326 "goma",
327 "--goma-jsonstatus", 327 "--goma-jsonstatus",
328 "/path/to/tmp/json", 328 "/path/to/tmp/json",
329 "--goma-service-account-json-file", 329 "--goma-service-account-json-file",
330 "/creds/service_accounts/service-account-goma-client.json", 330 "/creds/service_accounts/service-account-goma-client.json",
331 "--goma-dir", 331 "--goma-dir",
332 "[CACHE]/cipd/goma", 332 "[CACHE]/cipd/goma",
333 "--ninja-ensure-up-to-date",
333 "--", 334 "--",
334 "blimp_test_apk" 335 "blimp_test_apk"
335 ], 336 ],
336 "env": { 337 "env": {
337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
338 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 339 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
339 }, 340 },
340 "name": "compile", 341 "name": "compile",
341 "~followup_annotations": [ 342 "~followup_annotations": [
342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "~followup_annotations": [ 398 "~followup_annotations": [
398 "@@@STEP_TEXT@Android Tests@@@" 399 "@@@STEP_TEXT@Android Tests@@@"
399 ] 400 ]
400 }, 401 },
401 { 402 {
402 "name": "$result", 403 "name": "$result",
403 "recipe_result": null, 404 "recipe_result": null,
404 "status_code": 0 405 "status_code": 0
405 } 406 }
406 ] 407 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698