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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "name": "cleanup_temp" 8 "name": "cleanup_temp"
9 }, 9 },
10 { 10 {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "--work-dir", 83 "--work-dir",
84 "[SLAVE_BUILD]/workdir" 84 "[SLAVE_BUILD]/workdir"
85 ], 85 ],
86 "cwd": "[SLAVE_BUILD]/v8", 86 "cwd": "[SLAVE_BUILD]/v8",
87 "name": "V8Releases" 87 "name": "V8Releases"
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "-u", 92 "-u",
93 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 93 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
94 "--", 94 "--",
95 "[DEPOT_TOOLS]/gsutil.py", 95 "[DEPOT_TOOLS]/gsutil.py",
96 "--force-version", 96 "--force-version",
97 "3.25", 97 "3.25",
98 "--", 98 "--",
99 "cp", 99 "cp",
100 "[SLAVE_BUILD]/v8-releases-update.json", 100 "[SLAVE_BUILD]/v8-releases-update.json",
101 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" 101 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json"
102 ], 102 ],
103 "name": "gsutil upload", 103 "name": "gsutil upload",
104 "~followup_annotations": [ 104 "~followup_annotations": [
105 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@" 105 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@"
106 ] 106 ]
107 } 107 }
108 ] 108 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698