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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.json

Issue 653793003: Mark all chromium test swarming task requests as idempotent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix for skia Created 6 years, 2 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/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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "--tag", 279 "--tag",
280 "os:Ubuntu-12.04", 280 "os:Ubuntu-12.04",
281 "--tag", 281 "--tag",
282 "project:chromium", 282 "project:chromium",
283 "--tag", 283 "--tag",
284 "purpose:ManualTS", 284 "purpose:ManualTS",
285 "--tag", 285 "--tag",
286 "purpose:pre-commit", 286 "purpose:pre-commit",
287 "--tag", 287 "--tag",
288 "rietveld:https://codereview.chromium.org/12853011/#ps1", 288 "rietveld:https://codereview.chromium.org/12853011/#ps1",
289 "--idempotent",
289 "[dummy hash for base_unittests]", 290 "[dummy hash for base_unittests]",
290 "--", 291 "--",
291 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 292 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
292 ], 293 ],
293 "name": "[trigger] base_unittests (with patch)", 294 "name": "[trigger] base_unittests (with patch)",
294 "~followup_annotations": [ 295 "~followup_annotations": [
295 "@@@STEP_LOG_LINE@json.output@{@@@", 296 "@@@STEP_LOG_LINE@json.output@{@@@",
296 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", 297 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@",
297 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 298 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
298 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12. 04/[dummy has/linux_chromium_rel/571\": {@@@", 299 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12. 04/[dummy has/linux_chromium_rel/571\": {@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "--tag", 353 "--tag",
353 "os:Ubuntu-12.04", 354 "os:Ubuntu-12.04",
354 "--tag", 355 "--tag",
355 "project:chromium", 356 "project:chromium",
356 "--tag", 357 "--tag",
357 "purpose:ManualTS", 358 "purpose:ManualTS",
358 "--tag", 359 "--tag",
359 "purpose:pre-commit", 360 "purpose:pre-commit",
360 "--tag", 361 "--tag",
361 "rietveld:https://codereview.chromium.org/12853011/#ps1", 362 "rietveld:https://codereview.chromium.org/12853011/#ps1",
363 "--idempotent",
362 "[dummy hash for browser_tests]", 364 "[dummy hash for browser_tests]",
363 "--", 365 "--",
364 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 366 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
365 ], 367 ],
366 "name": "[trigger] browser_tests (with patch)", 368 "name": "[trigger] browser_tests (with patch)",
367 "~followup_annotations": [ 369 "~followup_annotations": [
368 "@@@STEP_LOG_LINE@json.output@{@@@", 370 "@@@STEP_LOG_LINE@json.output@{@@@",
369 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", 371 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@",
370 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 372 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
371 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0 4/[dummy has/linux_chromium_rel/571:5:0\": {@@@", 373 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0 4/[dummy has/linux_chromium_rel/571:5:0\": {@@@",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "https://chromium-swarm.appspot.com", 567 "https://chromium-swarm.appspot.com",
566 "--decorate", 568 "--decorate",
567 "--print-status-updates", 569 "--print-status-updates",
568 "--shards", 570 "--shards",
569 "5", 571 "5",
570 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 " 572 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 "
571 ], 573 ],
572 "name": "browser_tests (with patch)" 574 "name": "browser_tests (with patch)"
573 } 575 }
574 ] 576 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698