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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_chromium.json

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge patchset #3 to r295696 (no other changes) Created 5 years, 6 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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "name": "get compile targets for scripts", 134 "name": "get compile targets for scripts",
135 "~followup_annotations": [ 135 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@json.output@{}@@@", 136 "@@@STEP_LOG_LINE@json.output@{}@@@",
137 "@@@STEP_LOG_END@json.output@@@" 137 "@@@STEP_LOG_END@json.output@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
145 ],
146 "cwd": "[SLAVE_BUILD]",
147 "name": "cleanup_temp"
148 },
149 {
150 "cmd": [
151 "python",
152 "-u",
153 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 144 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
154 "[SLAVE_BUILD]\\src\\out\\Release" 145 "[SLAVE_BUILD]\\src\\out\\Release"
155 ], 146 ],
156 "cwd": "[SLAVE_BUILD]", 147 "cwd": "[SLAVE_BUILD]",
157 "name": "rmtree build directory", 148 "name": "rmtree build directory",
158 "~followup_annotations": [ 149 "~followup_annotations": [
159 "@@@STEP_LOG_LINE@python.inline@@@@", 150 "@@@STEP_LOG_LINE@python.inline@@@@",
160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 151 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 152 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
162 "@@@STEP_LOG_LINE@python.inline@@@@", 153 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 18 matching lines...) Expand all
181 "--build-properties", 172 "--build-properties",
182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\" : \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"parent_got_webkit_revision\": \"191269\", \"project\": \"chromium\", \"recipe\": \"chromium\", \"revision\": \ "1e74b372f951d4491f305ec64f6decfcda739e73\", \"slavename\": \"TestSlavename\", \ "workdir\": \"/path/to/workdir/TestSlavename\"}" 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\" : \"1e74b372f951d4491f305ec64f6decfcda739e73\", \"parent_got_webkit_revision\": \"191269\", \"project\": \"chromium\", \"recipe\": \"chromium\", \"revision\": \ "1e74b372f951d4491f305ec64f6decfcda739e73\", \"slavename\": \"TestSlavename\", \ "workdir\": \"/path/to/workdir/TestSlavename\"}"
183 ], 174 ],
184 "cwd": "[SLAVE_BUILD]", 175 "cwd": "[SLAVE_BUILD]",
185 "name": "extract build" 176 "name": "extract build"
186 }, 177 },
187 { 178 {
188 "cmd": [ 179 "cmd": [
189 "python", 180 "python",
190 "-u", 181 "-u",
182 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
183 ],
184 "cwd": "[SLAVE_BUILD]",
185 "name": "cleanup_temp"
186 },
187 {
188 "cmd": [
189 "python",
190 "-u",
191 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", 191 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
192 "--target", 192 "--target",
193 "Release" 193 "Release"
194 ], 194 ],
195 "cwd": "[SLAVE_BUILD]", 195 "cwd": "[SLAVE_BUILD]",
196 "name": "start_crash_service" 196 "name": "start_crash_service"
197 }, 197 },
198 { 198 {
199 "cmd": [ 199 "cmd": [
200 "python", 200 "python",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "[BUILD]\\scripts\\slave\\process_dumps.py", 267 "[BUILD]\\scripts\\slave\\process_dumps.py",
268 "--target", 268 "--target",
269 "Release" 269 "Release"
270 ], 270 ],
271 "cwd": "[SLAVE_BUILD]", 271 "cwd": "[SLAVE_BUILD]",
272 "name": "process_dumps" 272 "name": "process_dumps"
273 } 273 }
274 ] 274 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698