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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Tests_Trybot.json

Issue 688473003: Added swarming step to the Blink trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments 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-Trybot", 10 "Linux Tests-Trybot",
(...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 "--tag",
224 "purpose:post-commit",
223 "--idempotent", 225 "--idempotent",
224 "ffffffffffffffffffffffffffffffffffffffff", 226 "ffffffffffffffffffffffffffffffffffffffff",
225 "--", 227 "--",
226 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 228 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
227 ], 229 ],
228 "name": "[trigger] browser_tests", 230 "name": "[trigger] browser_tests",
229 "~followup_annotations": [ 231 "~followup_annotations": [
230 "@@@STEP_LOG_LINE@json.output@{@@@", 232 "@@@STEP_LOG_LINE@json.output@{@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests-Trybot/571\", @@@", 233 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests-Trybot/571\", @@@",
232 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 234 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "https://chromium-swarm.appspot.com", 335 "https://chromium-swarm.appspot.com",
334 "--decorate", 336 "--decorate",
335 "--print-status-updates", 337 "--print-status-updates",
336 "--shards", 338 "--shards",
337 "1", 339 "1",
338 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571" 340 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571"
339 ], 341 ],
340 "name": "browser_tests" 342 "name": "browser_tests"
341 } 343 }
342 ] 344 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698