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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.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 "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",
334 "--", 333 "--",
335 "blimp_test_apk" 334 "blimp_test_apk"
336 ], 335 ],
337 "env": { 336 "env": {
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
339 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 338 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
340 }, 339 },
341 "name": "compile", 340 "name": "compile",
342 "~followup_annotations": [ 341 "~followup_annotations": [
343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "~followup_annotations": [ 397 "~followup_annotations": [
399 "@@@STEP_TEXT@Android Tests@@@" 398 "@@@STEP_TEXT@Android Tests@@@"
400 ] 399 ]
401 }, 400 },
402 { 401 {
403 "name": "$result", 402 "name": "$result",
404 "recipe_result": null, 403 "recipe_result": null,
405 "status_code": 0 404 "status_code": 0
406 } 405 }
407 ] 406 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698