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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Issue 2342863002: 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
« 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",
315 "--", 314 "--",
316 "all" 315 "all"
317 ], 316 ],
318 "env": { 317 "env": {
319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
320 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 319 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
321 }, 320 },
322 "name": "First build", 321 "name": "First build",
323 "~followup_annotations": [ 322 "~followup_annotations": [
324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "--buildbot-slavename", 441 "--buildbot-slavename",
443 "TestSlavename", 442 "TestSlavename",
444 "--compiler", 443 "--compiler",
445 "goma", 444 "goma",
446 "--goma-jsonstatus", 445 "--goma-jsonstatus",
447 "/path/to/tmp/json", 446 "/path/to/tmp/json",
448 "--goma-service-account-json-file", 447 "--goma-service-account-json-file",
449 "/creds/service_accounts/service-account-goma-client.json", 448 "/creds/service_accounts/service-account-goma-client.json",
450 "--goma-dir", 449 "--goma-dir",
451 "[CACHE]/cipd/goma", 450 "[CACHE]/cipd/goma",
452 "--ninja-ensure-up-to-date",
453 "--", 451 "--",
454 "all" 452 "all"
455 ], 453 ],
456 "env": { 454 "env": {
457 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
458 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
459 }, 457 },
460 "name": "Second build", 458 "name": "Second build",
461 "~followup_annotations": [ 459 "~followup_annotations": [
462 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 460 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 ], 506 ],
509 "cwd": "[SLAVE_BUILD]", 507 "cwd": "[SLAVE_BUILD]",
510 "name": "compare_build_artifacts" 508 "name": "compare_build_artifacts"
511 }, 509 },
512 { 510 {
513 "name": "$result", 511 "name": "$result",
514 "recipe_result": null, 512 "recipe_result": null,
515 "status_code": 0 513 "status_code": 0
516 } 514 }
517 ] 515 ]
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