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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac10_6_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, 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 "chromium.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac10.6 Tests (1)", 10 "Mac10.6 Tests (1)",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--tag", 205 "--tag",
206 "master:chromium.mac", 206 "master:chromium.mac",
207 "--tag", 207 "--tag",
208 "name:browser_tests", 208 "name:browser_tests",
209 "--tag", 209 "--tag",
210 "os:Mac-10.6", 210 "os:Mac-10.6",
211 "--tag", 211 "--tag",
212 "project:chromium", 212 "project:chromium",
213 "--tag", 213 "--tag",
214 "purpose:CI", 214 "purpose:CI",
215 "--idempotent",
215 "ffffffffffffffffffffffffffffffffffffffff", 216 "ffffffffffffffffffffffffffffffffffffffff",
216 "--", 217 "--",
217 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 218 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
218 ], 219 ],
219 "name": "[trigger] browser_tests on Mac-10.6", 220 "name": "[trigger] browser_tests on Mac-10.6",
220 "~followup_annotations": [ 221 "~followup_annotations": [
221 "@@@STEP_LOG_LINE@json.output@{@@@", 222 "@@@STEP_LOG_LINE@json.output@{@@@",
222 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .6/ffffffffff/Mac10.6 Tests (1)/571\", @@@", 223 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .6/ffffffffff/Mac10.6 Tests (1)/571\", @@@",
223 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 224 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
224 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.6/ffffffffff/Mac1 0.6 Tests (1)/571\": {@@@", 225 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.6/ffffffffff/Mac1 0.6 Tests (1)/571\": {@@@",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "https://chromium-swarm.appspot.com", 339 "https://chromium-swarm.appspot.com",
339 "--decorate", 340 "--decorate",
340 "--print-status-updates", 341 "--print-status-updates",
341 "--shards", 342 "--shards",
342 "1", 343 "1",
343 "browser_tests/Mac-10.6/ffffffffff/Mac10.6 Tests (1)/571" 344 "browser_tests/Mac-10.6/ffffffffff/Mac10.6 Tests (1)/571"
344 ], 345 ],
345 "name": "browser_tests on Mac-10.6" 346 "name": "browser_tests on Mac-10.6"
346 } 347 }
347 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698