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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win7_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-6.1", 216 "os:Windows-6.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", 228 "name": "[trigger] browser_tests",
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-6.1/ffffffffff/Win7 Tests (1)/571\", @@@", 231 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-6.1/ffffffffff/Win7 Tests (1)/571\", @@@",
230 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 232 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "cmd": [ 374 "cmd": [
373 "python", 375 "python",
374 "-u", 376 "-u",
375 "[BUILD]\\scripts\\slave\\process_dumps.py", 377 "[BUILD]\\scripts\\slave\\process_dumps.py",
376 "--target", 378 "--target",
377 "Release" 379 "Release"
378 ], 380 ],
379 "name": "process_dumps" 381 "name": "process_dumps"
380 } 382 }
381 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698