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

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: Rebase 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "--tag", 235 "--tag",
236 "master:chromium.win", 236 "master:chromium.win",
237 "--tag", 237 "--tag",
238 "name:browser_tests", 238 "name:browser_tests",
239 "--tag", 239 "--tag",
240 "os:Windows-5.1", 240 "os:Windows-5.1",
241 "--tag", 241 "--tag",
242 "project:chromium", 242 "project:chromium",
243 "--tag", 243 "--tag",
244 "purpose:CI", 244 "purpose:CI",
245 "--tag",
246 "purpose:post-commit",
245 "--idempotent", 247 "--idempotent",
246 "ffffffffffffffffffffffffffffffffffffffff", 248 "ffffffffffffffffffffffffffffffffffffffff",
247 "--", 249 "--",
248 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 250 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
249 ], 251 ],
250 "name": "[trigger] browser_tests on Windows-5.1", 252 "name": "[trigger] browser_tests on Windows-5.1",
251 "~followup_annotations": [ 253 "~followup_annotations": [
252 "@@@STEP_LOG_LINE@json.output@{@@@", 254 "@@@STEP_LOG_LINE@json.output@{@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-5.1/ffffffffff/XP Tests (1)/571\", @@@", 255 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-5.1/ffffffffff/XP Tests (1)/571\", @@@",
254 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "cmd": [ 381 "cmd": [
380 "python", 382 "python",
381 "-u", 383 "-u",
382 "[BUILD]\\scripts\\slave\\process_dumps.py", 384 "[BUILD]\\scripts\\slave\\process_dumps.py",
383 "--target", 385 "--target",
384 "Release" 386 "Release"
385 ], 387 ],
386 "name": "process_dumps" 388 "name": "process_dumps"
387 } 389 }
388 ] 390 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698