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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "--buildbot-slavename", 360 "--buildbot-slavename",
361 "TestSlavename", 361 "TestSlavename",
362 "--compiler", 362 "--compiler",
363 "goma", 363 "goma",
364 "--goma-jsonstatus", 364 "--goma-jsonstatus",
365 "/path/to/tmp/json", 365 "/path/to/tmp/json",
366 "--goma-service-account-json-file", 366 "--goma-service-account-json-file",
367 "/creds/service_accounts/service-account-goma-client.json", 367 "/creds/service_accounts/service-account-goma-client.json",
368 "--goma-dir", 368 "--goma-dir",
369 "[CACHE]/cipd/goma", 369 "[CACHE]/cipd/goma",
370 "--ninja-ensure-up-to-date",
370 "--", 371 "--",
371 "chrome_public_test_apk" 372 "chrome_public_test_apk"
372 ], 373 ],
373 "env": { 374 "env": {
374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
375 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 376 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
376 }, 377 },
377 "name": "compile", 378 "name": "compile",
378 "~followup_annotations": [ 379 "~followup_annotations": [
379 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 380 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "~followup_annotations": [ 468 "~followup_annotations": [
468 "@@@STEP_TEXT@Android Tests@@@" 469 "@@@STEP_TEXT@Android Tests@@@"
469 ] 470 ]
470 }, 471 },
471 { 472 {
472 "name": "$result", 473 "name": "$result",
473 "recipe_result": null, 474 "recipe_result": null,
474 "status_code": 0 475 "status_code": 0
475 } 476 }
476 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698