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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_win.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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "name": "get compile targets for scripts", 143 "name": "get compile targets for scripts",
144 "~followup_annotations": [ 144 "~followup_annotations": [
145 "@@@STEP_LOG_LINE@json.output@{}@@@", 145 "@@@STEP_LOG_LINE@json.output@{}@@@",
146 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "python", 151 "python",
152 "-u", 152 "-u",
153 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
154 ],
155 "cwd": "[SLAVE_BUILD]",
156 "name": "cleanup_temp"
157 },
158 {
159 "cmd": [
160 "python",
161 "-u",
162 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 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",
163 "[SLAVE_BUILD]\\src\\out\\Release" 154 "[SLAVE_BUILD]\\src\\out\\Release"
164 ], 155 ],
165 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
166 "name": "rmtree build directory", 157 "name": "rmtree build directory",
167 "~followup_annotations": [ 158 "~followup_annotations": [
168 "@@@STEP_LOG_LINE@python.inline@@@@", 159 "@@@STEP_LOG_LINE@python.inline@@@@",
169 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
170 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
171 "@@@STEP_LOG_LINE@python.inline@@@@", 162 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 18 matching lines...) Expand all
190 "--build-properties", 181 "--build-properties",
191 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.win\", \"parent_buildername\": \"Win Builder\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} " 182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win7 Tests (1)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.win\", \"parent_buildername\": \"Win Builder\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} "
192 ], 183 ],
193 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
194 "name": "extract build" 185 "name": "extract build"
195 }, 186 },
196 { 187 {
197 "cmd": [ 188 "cmd": [
198 "python", 189 "python",
199 "-u", 190 "-u",
191 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
192 ],
193 "cwd": "[SLAVE_BUILD]",
194 "name": "cleanup_temp"
195 },
196 {
197 "cmd": [
198 "python",
199 "-u",
200 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", 200 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
201 "--target", 201 "--target",
202 "Release" 202 "Release"
203 ], 203 ],
204 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
205 "name": "start_crash_service" 205 "name": "start_crash_service"
206 }, 206 },
207 { 207 {
208 "allow_subannotations": true, 208 "allow_subannotations": true,
209 "cmd": [ 209 "cmd": [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "python", 285 "python",
286 "-u", 286 "-u",
287 "[BUILD]\\scripts\\slave\\process_dumps.py", 287 "[BUILD]\\scripts\\slave\\process_dumps.py",
288 "--target", 288 "--target",
289 "Release" 289 "Release"
290 ], 290 ],
291 "cwd": "[SLAVE_BUILD]", 291 "cwd": "[SLAVE_BUILD]",
292 "name": "process_dumps" 292 "name": "process_dumps"
293 } 293 }
294 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698