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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_7_Tests_x64__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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "--tag", 211 "--tag",
212 "master:chromium.win", 212 "master:chromium.win",
213 "--tag", 213 "--tag",
214 "name:browser_tests", 214 "name:browser_tests",
215 "--tag", 215 "--tag",
216 "os:Windows-6.1", 216 "os:Windows-6.1",
217 "--tag", 217 "--tag",
218 "project:chromium", 218 "project:chromium",
219 "--tag", 219 "--tag",
220 "purpose:CI", 220 "purpose:CI",
221 "--idempotent",
221 "ffffffffffffffffffffffffffffffffffffffff", 222 "ffffffffffffffffffffffffffffffffffffffff",
222 "--", 223 "--",
223 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 224 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
224 ], 225 ],
225 "name": "[trigger] browser_tests", 226 "name": "[trigger] browser_tests",
226 "~followup_annotations": [ 227 "~followup_annotations": [
227 "@@@STEP_LOG_LINE@json.output@{@@@", 228 "@@@STEP_LOG_LINE@json.output@{@@@",
228 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-6.1/ffffffffff/Win 7 Tests x64 (1)/571\", @@@", 229 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-6.1/ffffffffff/Win 7 Tests x64 (1)/571\", @@@",
229 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 230 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-6.1/ffffffffff/W in 7 Tests x64 (1)/571\": {@@@", 231 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-6.1/ffffffffff/W in 7 Tests x64 (1)/571\": {@@@",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "cmd": [ 303 "cmd": [
303 "python", 304 "python",
304 "-u", 305 "-u",
305 "[BUILD]\\scripts\\slave\\process_dumps.py", 306 "[BUILD]\\scripts\\slave\\process_dumps.py",
306 "--target", 307 "--target",
307 "Release_x64" 308 "Release_x64"
308 ], 309 ],
309 "name": "process_dumps" 310 "name": "process_dumps"
310 } 311 }
311 ] 312 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698