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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win7_Tests__1__Trybot.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--tag", 219 "--tag",
220 "master:client.skia", 220 "master:client.skia",
221 "--tag", 221 "--tag",
222 "name:browser_tests", 222 "name:browser_tests",
223 "--tag", 223 "--tag",
224 "os:Windows-6.1", 224 "os:Windows-6.1",
225 "--tag", 225 "--tag",
226 "project:chromium", 226 "project:chromium",
227 "--tag", 227 "--tag",
228 "purpose:CI", 228 "purpose:CI",
229 "--idempotent",
229 "ffffffffffffffffffffffffffffffffffffffff", 230 "ffffffffffffffffffffffffffffffffffffffff",
230 "--", 231 "--",
231 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 232 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
232 ], 233 ],
233 "name": "[trigger] browser_tests", 234 "name": "[trigger] browser_tests",
234 "~followup_annotations": [ 235 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@json.output@{@@@", 236 "@@@STEP_LOG_LINE@json.output@{@@@",
236 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-6.1/ffffffffff/Win7 Tests (1)-Trybot/571\", @@@", 237 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window s-6.1/ffffffffff/Win7 Tests (1)-Trybot/571\", @@@",
237 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 238 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
238 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-6.1/ffffffffff/W in7 Tests (1)-Trybot/571\": {@@@", 239 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-6.1/ffffffffff/W in7 Tests (1)-Trybot/571\": {@@@",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "cmd": [ 380 "cmd": [
380 "python", 381 "python",
381 "-u", 382 "-u",
382 "[BUILD]\\scripts\\slave\\process_dumps.py", 383 "[BUILD]\\scripts\\slave\\process_dumps.py",
383 "--target", 384 "--target",
384 "Release" 385 "Release"
385 ], 386 ],
386 "name": "process_dumps" 387 "name": "process_dumps"
387 } 388 }
388 ] 389 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_client_skia_Win7_Tests__1_.json ('k') | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698