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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Tests.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 "Linux Tests", 10 "Linux Tests",
(...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:Ubuntu-12.04", 218 "os:Ubuntu-12.04",
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/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@", 231 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@",
231 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 232 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
232 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/ Linux Tests/571\": {@@@", 233 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/ Linux Tests/571\": {@@@",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "https://chromium-swarm.appspot.com", 333 "https://chromium-swarm.appspot.com",
333 "--decorate", 334 "--decorate",
334 "--print-status-updates", 335 "--print-status-updates",
335 "--shards", 336 "--shards",
336 "1", 337 "1",
337 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" 338 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571"
338 ], 339 ],
339 "name": "browser_tests" 340 "name": "browser_tests"
340 } 341 }
341 ] 342 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698