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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json 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_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
10 ], 10 ],
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "name": "First build", 300 "name": "First build",
301 "~followup_annotations": [ 301 "~followup_annotations": [
302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
303 "@@@STEP_LOG_END@json.output (invalid)@@@" 303 "@@@STEP_LOG_END@json.output (invalid)@@@"
304 ] 304 ]
305 }, 305 },
306 { 306 {
307 "cmd": [ 307 "cmd": [
308 "python", 308 "python",
309 "-u", 309 "-u",
310 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 310 "[SLAVE_BUILD]\\src\\tools\\determinism\\remove_build_metadata.py",
311 "--build-dir", 311 "--build-dir",
312 "[SLAVE_BUILD]\\src\\out\\Release", 312 "[SLAVE_BUILD]\\src\\out\\Release"
313 "--src-dir",
314 "[SLAVE_BUILD]\\src"
315 ], 313 ],
316 "cwd": "[SLAVE_BUILD]", 314 "cwd": "[SLAVE_BUILD]",
317 "name": "remove_build_metadata", 315 "name": "remove_build_metadata",
318 "~followup_annotations": [ 316 "~followup_annotations": [
319 "step returned non-zero exit code: 1", 317 "step returned non-zero exit code: 1",
320 "@@@STEP_WARNINGS@@@" 318 "@@@STEP_WARNINGS@@@"
321 ] 319 ]
322 }, 320 },
323 { 321 {
324 "cmd": [ 322 "cmd": [
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "name": "Second build", 485 "name": "Second build",
488 "~followup_annotations": [ 486 "~followup_annotations": [
489 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 487 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
490 "@@@STEP_LOG_END@json.output (invalid)@@@" 488 "@@@STEP_LOG_END@json.output (invalid)@@@"
491 ] 489 ]
492 }, 490 },
493 { 491 {
494 "cmd": [ 492 "cmd": [
495 "python", 493 "python",
496 "-u", 494 "-u",
497 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 495 "[SLAVE_BUILD]\\src\\tools\\determinism\\remove_build_metadata.py",
498 "--build-dir", 496 "--build-dir",
499 "[SLAVE_BUILD]\\src\\out\\Release", 497 "[SLAVE_BUILD]\\src\\out\\Release"
500 "--src-dir",
501 "[SLAVE_BUILD]\\src"
502 ], 498 ],
503 "cwd": "[SLAVE_BUILD]", 499 "cwd": "[SLAVE_BUILD]",
504 "name": "remove_build_metadata (2)" 500 "name": "remove_build_metadata (2)"
505 }, 501 },
506 { 502 {
507 "cmd": [ 503 "cmd": [
508 "python", 504 "python",
509 "-u", 505 "-u",
510 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 506 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
511 "/path/to/tmp/", 507 "/path/to/tmp/",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@", 550 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@",
555 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@", 551 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@",
556 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@", 552 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@",
557 "@@@STEP_LOG_END@python.inline@@@" 553 "@@@STEP_LOG_END@python.inline@@@"
558 ] 554 ]
559 }, 555 },
560 { 556 {
561 "cmd": [ 557 "cmd": [
562 "python", 558 "python",
563 "-u", 559 "-u",
564 "RECIPE_MODULE[build::isolate]\\resources\\compare_build_artifacts.py", 560 "[SLAVE_BUILD]\\src\\tools\\determinism\\compare_build_artifacts.py",
565 "--first-build-dir", 561 "--first-build-dir",
566 "[SLAVE_BUILD]\\src\\out\\Release.1", 562 "[SLAVE_BUILD]\\src\\out\\Release.1",
567 "--second-build-dir", 563 "--second-build-dir",
568 "[SLAVE_BUILD]\\src\\out\\Release.2", 564 "[SLAVE_BUILD]\\src\\out\\Release.2",
569 "--target-platform", 565 "--target-platform",
570 "win" 566 "win"
571 ], 567 ],
572 "cwd": "[SLAVE_BUILD]", 568 "cwd": "[SLAVE_BUILD]",
573 "name": "compare_build_artifacts" 569 "name": "compare_build_artifacts"
574 }, 570 },
575 { 571 {
576 "name": "$result", 572 "name": "$result",
577 "recipe_result": null, 573 "recipe_result": null,
578 "status_code": 0 574 "status_code": 0
579 } 575 }
580 ] 576 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698