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

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

Issue 688473003: Added swarming step to the Blink trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments Created 6 years, 1 month 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "--tag", 211 "--tag",
212 "master:chromium.win", 212 "master:chromium.win",
213 "--tag", 213 "--tag",
214 "name:browser_tests", 214 "name:browser_tests",
215 "--tag", 215 "--tag",
216 "os:Windows-5.1", 216 "os:Windows-5.1",
217 "--tag", 217 "--tag",
218 "project:chromium", 218 "project:chromium",
219 "--tag", 219 "--tag",
220 "purpose:CI", 220 "purpose:CI",
221 "--tag",
222 "purpose:post-commit",
221 "--idempotent", 223 "--idempotent",
222 "ffffffffffffffffffffffffffffffffffffffff", 224 "ffffffffffffffffffffffffffffffffffffffff",
223 "--", 225 "--",
224 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 226 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
225 ], 227 ],
226 "name": "[trigger] browser_tests on Windows-5.1", 228 "name": "[trigger] browser_tests on Windows-5.1",
227 "~followup_annotations": [ 229 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{@@@", 230 "@@@STEP_LOG_LINE@json.output@{@@@",
229 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-5.1/ffffffffff/XP Tests (1)/571\", @@@", 231 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-5.1/ffffffffff/XP Tests (1)/571\", @@@",
230 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 232 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "cmd": [ 357 "cmd": [
356 "python", 358 "python",
357 "-u", 359 "-u",
358 "[BUILD]\\scripts\\slave\\process_dumps.py", 360 "[BUILD]\\scripts\\slave\\process_dumps.py",
359 "--target", 361 "--target",
360 "Release" 362 "Release"
361 ], 363 ],
362 "name": "process_dumps" 364 "name": "process_dumps"
363 } 365 }
364 ] 366 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698