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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.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
« no previous file with comments | « scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "--buildbot-slavename", 304 "--buildbot-slavename",
305 "TestSlavename", 305 "TestSlavename",
306 "--compiler", 306 "--compiler",
307 "goma", 307 "goma",
308 "--goma-jsonstatus", 308 "--goma-jsonstatus",
309 "/path/to/tmp/json", 309 "/path/to/tmp/json",
310 "--goma-service-account-json-file", 310 "--goma-service-account-json-file",
311 "/creds/service_accounts/service-account-goma-client.json", 311 "/creds/service_accounts/service-account-goma-client.json",
312 "--goma-dir", 312 "--goma-dir",
313 "[CACHE]/cipd/goma", 313 "[CACHE]/cipd/goma",
314 "--ninja-ensure-up-to-date",
314 "--", 315 "--",
315 "all" 316 "all"
316 ], 317 ],
317 "env": { 318 "env": {
318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
319 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 320 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
320 }, 321 },
321 "name": "First build", 322 "name": "First build",
322 "~followup_annotations": [ 323 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "--buildbot-slavename", 442 "--buildbot-slavename",
442 "TestSlavename", 443 "TestSlavename",
443 "--compiler", 444 "--compiler",
444 "goma", 445 "goma",
445 "--goma-jsonstatus", 446 "--goma-jsonstatus",
446 "/path/to/tmp/json", 447 "/path/to/tmp/json",
447 "--goma-service-account-json-file", 448 "--goma-service-account-json-file",
448 "/creds/service_accounts/service-account-goma-client.json", 449 "/creds/service_accounts/service-account-goma-client.json",
449 "--goma-dir", 450 "--goma-dir",
450 "[CACHE]/cipd/goma", 451 "[CACHE]/cipd/goma",
452 "--ninja-ensure-up-to-date",
451 "--", 453 "--",
452 "all" 454 "all"
453 ], 455 ],
454 "env": { 456 "env": {
455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 457 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 458 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
457 }, 459 },
458 "name": "Second build", 460 "name": "Second build",
459 "~followup_annotations": [ 461 "~followup_annotations": [
460 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 462 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 ], 508 ],
507 "cwd": "[SLAVE_BUILD]", 509 "cwd": "[SLAVE_BUILD]",
508 "name": "compare_build_artifacts" 510 "name": "compare_build_artifacts"
509 }, 511 },
510 { 512 {
511 "name": "$result", 513 "name": "$result",
512 "recipe_result": null, 514 "recipe_result": null,
513 "status_code": 0 515 "status_code": 0
514 } 516 }
515 ] 517 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698