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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/basic.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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "{\"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\"}", 70 "{\"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\"}",
71 "--git-cache-dir", 71 "--git-cache-dir",
72 "[GIT_CACHE]", 72 "[GIT_CACHE]",
73 "--output_json", 73 "--output_json",
74 "/path/to/tmp/json", 74 "/path/to/tmp/json",
75 "--revision", 75 "--revision",
76 "src@204787", 76 "src@204787",
77 "--output_manifest" 77 "--output_manifest"
78 ], 78 ],
79 "env": { 79 "env": {
80 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 80 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
81 }, 81 },
82 "name": "bot_update", 82 "name": "bot_update",
83 "~followup_annotations": [ 83 "~followup_annotations": [
84 "@@@STEP_TEXT@Some step text@@@", 84 "@@@STEP_TEXT@Some step text@@@",
85 "@@@STEP_LOG_LINE@json.output@{@@@", 85 "@@@STEP_LOG_LINE@json.output@{@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 86 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@",
89 "@@@STEP_LOG_LINE@json.output@ }, @@@", 89 "@@@STEP_LOG_LINE@json.output@ }, @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "url_unittests" 771 "url_unittests"
772 ], 772 ],
773 "name": "url_unittests" 773 "name": "url_unittests"
774 }, 774 },
775 { 775 {
776 "name": "$result", 776 "name": "$result",
777 "recipe_result": null, 777 "recipe_result": null,
778 "status_code": 0 778 "status_code": 0
779 } 779 }
780 ] 780 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698