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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_7_Tests__1_.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
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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac10.7 Tests (1)", 10 "Mac10.7 Tests (1)",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "--tag", 213 "--tag",
214 "master:client.skia", 214 "master:client.skia",
215 "--tag", 215 "--tag",
216 "name:browser_tests", 216 "name:browser_tests",
217 "--tag", 217 "--tag",
218 "os:Mac-10.8", 218 "os:Mac-10.8",
219 "--tag", 219 "--tag",
220 "project:chromium", 220 "project:chromium",
221 "--tag", 221 "--tag",
222 "purpose:CI", 222 "purpose:CI",
223 "--idempotent",
223 "ffffffffffffffffffffffffffffffffffffffff", 224 "ffffffffffffffffffffffffffffffffffffffff",
224 "--", 225 "--",
225 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 226 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
226 ], 227 ],
227 "name": "[trigger] browser_tests", 228 "name": "[trigger] browser_tests",
228 "~followup_annotations": [ 229 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output@{@@@", 230 "@@@STEP_LOG_LINE@json.output@{@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .8/ffffffffff/Mac10.7 Tests (1)/571\", @@@", 231 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .8/ffffffffff/Mac10.7 Tests (1)/571\", @@@",
231 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 232 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
232 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.8/ffffffffff/Mac1 0.7 Tests (1)/571\": {@@@", 233 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.8/ffffffffff/Mac1 0.7 Tests (1)/571\": {@@@",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "https://chromium-swarm.appspot.com", 347 "https://chromium-swarm.appspot.com",
347 "--decorate", 348 "--decorate",
348 "--print-status-updates", 349 "--print-status-updates",
349 "--shards", 350 "--shards",
350 "1", 351 "1",
351 "browser_tests/Mac-10.8/ffffffffff/Mac10.7 Tests (1)/571" 352 "browser_tests/Mac-10.8/ffffffffff/Mac10.7 Tests (1)/571"
352 ], 353 ],
353 "name": "browser_tests" 354 "name": "browser_tests"
354 } 355 }
355 ] 356 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698