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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel", 10 "linux_chromium_rel",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "os:Ubuntu-12.04", 304 "os:Ubuntu-12.04",
305 "--tag", 305 "--tag",
306 "project:chromium", 306 "project:chromium",
307 "--tag", 307 "--tag",
308 "purpose:ManualTS", 308 "purpose:ManualTS",
309 "--tag", 309 "--tag",
310 "purpose:pre-commit", 310 "purpose:pre-commit",
311 "--tag", 311 "--tag",
312 "rietveld:https://codereview.chromium.org/12853011/#ps1", 312 "rietveld:https://codereview.chromium.org/12853011/#ps1",
313 "--idempotent", 313 "--idempotent",
314 "--user",
315 "joe@chromium.org",
314 "[dummy hash for base_unittests]", 316 "[dummy hash for base_unittests]",
315 "--", 317 "--",
316 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 318 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
317 ], 319 ],
318 "name": "[trigger] base_unittests (with patch)", 320 "name": "[trigger] base_unittests (with patch)",
319 "~followup_annotations": [ 321 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@json.output@{@@@", 322 "@@@STEP_LOG_LINE@json.output@{@@@",
321 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", 323 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@",
322 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 324 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
323 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12. 04/[dummy has/linux_chromium_rel/571\": {@@@", 325 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12. 04/[dummy has/linux_chromium_rel/571\": {@@@",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "os:Ubuntu-12.04", 383 "os:Ubuntu-12.04",
382 "--tag", 384 "--tag",
383 "project:chromium", 385 "project:chromium",
384 "--tag", 386 "--tag",
385 "purpose:ManualTS", 387 "purpose:ManualTS",
386 "--tag", 388 "--tag",
387 "purpose:pre-commit", 389 "purpose:pre-commit",
388 "--tag", 390 "--tag",
389 "rietveld:https://codereview.chromium.org/12853011/#ps1", 391 "rietveld:https://codereview.chromium.org/12853011/#ps1",
390 "--idempotent", 392 "--idempotent",
393 "--user",
394 "joe@chromium.org",
391 "[dummy hash for browser_tests]", 395 "[dummy hash for browser_tests]",
392 "--", 396 "--",
393 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
394 ], 398 ],
395 "name": "[trigger] browser_tests (with patch)", 399 "name": "[trigger] browser_tests (with patch)",
396 "~followup_annotations": [ 400 "~followup_annotations": [
397 "@@@STEP_LOG_LINE@json.output@{@@@", 401 "@@@STEP_LOG_LINE@json.output@{@@@",
398 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", 402 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@",
399 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 403 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
400 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0 4/[dummy has/linux_chromium_rel/571:5:0\": {@@@", 404 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0 4/[dummy has/linux_chromium_rel/571:5:0\": {@@@",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "https://chromium-swarm.appspot.com", 601 "https://chromium-swarm.appspot.com",
598 "--decorate", 602 "--decorate",
599 "--print-status-updates", 603 "--print-status-updates",
600 "--shards", 604 "--shards",
601 "5", 605 "5",
602 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 " 606 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 "
603 ], 607 ],
604 "name": "browser_tests (with patch)" 608 "name": "browser_tests (with patch)"
605 } 609 }
606 ] 610 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698