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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_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, 4 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "name": "First build", 278 "name": "First build",
279 "~followup_annotations": [ 279 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
281 "@@@STEP_LOG_END@json.output (invalid)@@@" 281 "@@@STEP_LOG_END@json.output (invalid)@@@"
282 ] 282 ]
283 }, 283 },
284 { 284 {
285 "cmd": [ 285 "cmd": [
286 "python", 286 "python",
287 "-u", 287 "-u",
288 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 288 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py",
289 "--build-dir", 289 "--build-dir",
290 "[SLAVE_BUILD]/src/out/Release", 290 "[SLAVE_BUILD]/src/out/Release"
291 "--src-dir",
292 "[SLAVE_BUILD]/src"
293 ], 291 ],
294 "cwd": "[SLAVE_BUILD]", 292 "cwd": "[SLAVE_BUILD]",
295 "name": "remove_build_metadata", 293 "name": "remove_build_metadata",
296 "~followup_annotations": [ 294 "~followup_annotations": [
297 "step returned non-zero exit code: 1", 295 "step returned non-zero exit code: 1",
298 "@@@STEP_WARNINGS@@@" 296 "@@@STEP_WARNINGS@@@"
299 ] 297 ]
300 }, 298 },
301 { 299 {
302 "cmd": [ 300 "cmd": [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "name": "Second build", 441 "name": "Second build",
444 "~followup_annotations": [ 442 "~followup_annotations": [
445 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 443 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
446 "@@@STEP_LOG_END@json.output (invalid)@@@" 444 "@@@STEP_LOG_END@json.output (invalid)@@@"
447 ] 445 ]
448 }, 446 },
449 { 447 {
450 "cmd": [ 448 "cmd": [
451 "python", 449 "python",
452 "-u", 450 "-u",
453 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 451 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py",
454 "--build-dir", 452 "--build-dir",
455 "[SLAVE_BUILD]/src/out/Release", 453 "[SLAVE_BUILD]/src/out/Release"
456 "--src-dir",
457 "[SLAVE_BUILD]/src"
458 ], 454 ],
459 "cwd": "[SLAVE_BUILD]", 455 "cwd": "[SLAVE_BUILD]",
460 "name": "remove_build_metadata (2)" 456 "name": "remove_build_metadata (2)"
461 }, 457 },
462 { 458 {
463 "cmd": [ 459 "cmd": [
464 "python", 460 "python",
465 "-u", 461 "-u",
466 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 462 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
467 "/path/to/tmp/", 463 "/path/to/tmp/",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@", 506 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@",
511 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@", 507 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@",
512 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@", 508 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@",
513 "@@@STEP_LOG_END@python.inline@@@" 509 "@@@STEP_LOG_END@python.inline@@@"
514 ] 510 ]
515 }, 511 },
516 { 512 {
517 "cmd": [ 513 "cmd": [
518 "python", 514 "python",
519 "-u", 515 "-u",
520 "RECIPE_MODULE[build::isolate]/resources/compare_build_artifacts.py", 516 "[SLAVE_BUILD]/src/tools/determinism/compare_build_artifacts.py",
521 "--first-build-dir", 517 "--first-build-dir",
522 "[SLAVE_BUILD]/src/out/Release.1", 518 "[SLAVE_BUILD]/src/out/Release.1",
523 "--second-build-dir", 519 "--second-build-dir",
524 "[SLAVE_BUILD]/src/out/Release.2", 520 "[SLAVE_BUILD]/src/out/Release.2",
525 "--target-platform", 521 "--target-platform",
526 "linux" 522 "linux"
527 ], 523 ],
528 "cwd": "[SLAVE_BUILD]", 524 "cwd": "[SLAVE_BUILD]",
529 "name": "compare_build_artifacts" 525 "name": "compare_build_artifacts"
530 }, 526 },
531 { 527 {
532 "name": "$result", 528 "name": "$result",
533 "recipe_result": null, 529 "recipe_result": null,
534 "status_code": 0 530 "status_code": 0
535 } 531 }
536 ] 532 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698