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

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

Issue 2345203002: Roll recipe dependencies (nontrivial). (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_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 12 matching lines...) Expand all
23 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 23 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
24 "--git-cache-dir", 24 "--git-cache-dir",
25 "[GIT_CACHE]", 25 "[GIT_CACHE]",
26 "--output_json", 26 "--output_json",
27 "/path/to/tmp/json", 27 "/path/to/tmp/json",
28 "--revision", 28 "--revision",
29 "src@204787", 29 "src@204787",
30 "--output_manifest" 30 "--output_manifest"
31 ], 31 ],
32 "env": { 32 "env": {
33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 33 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
34 }, 34 },
35 "name": "bot_update", 35 "name": "bot_update",
36 "~followup_annotations": [ 36 "~followup_annotations": [
37 "@@@STEP_TEXT@Some step text@@@", 37 "@@@STEP_TEXT@Some step text@@@",
38 "@@@STEP_LOG_LINE@json.output@{@@@", 38 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }, @@@", 42 "@@@STEP_LOG_LINE@json.output@ }, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ], 532 ],
533 "cwd": "[SLAVE_BUILD]", 533 "cwd": "[SLAVE_BUILD]",
534 "name": "compare_build_artifacts" 534 "name": "compare_build_artifacts"
535 }, 535 },
536 { 536 {
537 "name": "$result", 537 "name": "$result",
538 "recipe_result": null, 538 "recipe_result": null,
539 "status_code": 0 539 "status_code": 0
540 } 540 }
541 ] 541 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698