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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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, 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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "--tag", 274 "--tag",
275 "os:Ubuntu-12.04", 275 "os:Ubuntu-12.04",
276 "--tag", 276 "--tag",
277 "project:chromium", 277 "project:chromium",
278 "--tag", 278 "--tag",
279 "purpose:ManualTS", 279 "purpose:ManualTS",
280 "--tag", 280 "--tag",
281 "purpose:pre-commit", 281 "purpose:pre-commit",
282 "--tag", 282 "--tag",
283 "rietveld:https://codereview.chromium.org/12853011/#ps1", 283 "rietveld:https://codereview.chromium.org/12853011/#ps1",
284 "--idempotent",
284 "[dummy hash for base_unittests]", 285 "[dummy hash for base_unittests]",
285 "--", 286 "--",
286 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 287 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
287 ], 288 ],
288 "name": "[trigger] base_unittests (with patch)", 289 "name": "[trigger] base_unittests (with patch)",
289 "~followup_annotations": [ 290 "~followup_annotations": [
290 "@@@STEP_LOG_LINE@json.output@{@@@", 291 "@@@STEP_LOG_LINE@json.output@{@@@",
291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", 292 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@",
292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 293 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
293 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12. 04/[dummy has/linux_chromium_rel/571\": {@@@", 294 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12. 04/[dummy has/linux_chromium_rel/571\": {@@@",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 491 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
491 "@@@STEP_FAILURE@@@" 492 "@@@STEP_FAILURE@@@"
492 ] 493 ]
493 }, 494 },
494 { 495 {
495 "name": "$final_result", 496 "name": "$final_result",
496 "reason": "Step('browser_tests') failed with return_code 1", 497 "reason": "Step('browser_tests') failed with return_code 1",
497 "status_code": 1 498 "status_code": 1
498 } 499 }
499 ] 500 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698