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

Side by Side Diff: scripts/slave/recipes/skia/autoroll.expected/AutoRoll_stopped.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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
10 ], 10 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 136 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
137 "Stopped", 137 "Stopped",
138 "arb_status.html" 138 "arb_status.html"
139 ], 139 ],
140 "name": "write arb_status.html" 140 "name": "write arb_status.html"
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 146 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
147 "--", 147 "--",
148 "[DEPOT_TOOLS]/gsutil.py", 148 "[DEPOT_TOOLS]/gsutil.py",
149 "--force-version", 149 "--force-version",
150 "3.25", 150 "3.25",
151 "--", 151 "--",
152 "cp", 152 "cp",
153 "-a", 153 "-a",
154 "public-read", 154 "public-read",
155 "arb_status.html", 155 "arb_status.html",
156 "gs://chromium-skia-gm/arb_status.html" 156 "gs://chromium-skia-gm/arb_status.html"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "@@@STEP_LOG_LINE@python.inline@ params['last_roll_rev'] = full_hash(old) @@@", 199 "@@@STEP_LOG_LINE@python.inline@ params['last_roll_rev'] = full_hash(old) @@@",
200 "@@@STEP_LOG_LINE@python.inline@ params['curr_roll_rev'] = full_hash(new) @@@", 200 "@@@STEP_LOG_LINE@python.inline@ params['curr_roll_rev'] = full_hash(new) @@@",
201 "@@@STEP_LOG_LINE@python.inline@@@@", 201 "@@@STEP_LOG_LINE@python.inline@@@@",
202 "@@@STEP_LOG_LINE@python.inline@urllib2.urlopen(urllib2.Request(@@@", 202 "@@@STEP_LOG_LINE@python.inline@urllib2.urlopen(urllib2.Request(@@@",
203 "@@@STEP_LOG_LINE@python.inline@ sys.argv[4],@@@", 203 "@@@STEP_LOG_LINE@python.inline@ sys.argv[4],@@@",
204 "@@@STEP_LOG_LINE@python.inline@ urllib.urlencode(params)))@@@", 204 "@@@STEP_LOG_LINE@python.inline@ urllib.urlencode(params)))@@@",
205 "@@@STEP_LOG_END@python.inline@@@" 205 "@@@STEP_LOG_END@python.inline@@@"
206 ] 206 ]
207 } 207 }
208 ] 208 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698