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

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: Rebase 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "--tag", 237 "--tag",
238 "master:client.skia", 238 "master:client.skia",
239 "--tag", 239 "--tag",
240 "name:browser_tests", 240 "name:browser_tests",
241 "--tag", 241 "--tag",
242 "os:Ubuntu-12.04", 242 "os:Ubuntu-12.04",
243 "--tag", 243 "--tag",
244 "project:chromium", 244 "project:chromium",
245 "--tag", 245 "--tag",
246 "purpose:CI", 246 "purpose:CI",
247 "--tag",
248 "purpose:post-commit",
247 "--idempotent", 249 "--idempotent",
248 "ffffffffffffffffffffffffffffffffffffffff", 250 "ffffffffffffffffffffffffffffffffffffffff",
249 "--", 251 "--",
250 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 252 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
251 ], 253 ],
252 "name": "[trigger] browser_tests", 254 "name": "[trigger] browser_tests",
253 "~followup_annotations": [ 255 "~followup_annotations": [
254 "@@@STEP_LOG_LINE@json.output@{@@@", 256 "@@@STEP_LOG_LINE@json.output@{@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests-Trybot/571\", @@@", 257 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests-Trybot/571\", @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 258 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "https://chromium-swarm.appspot.com", 359 "https://chromium-swarm.appspot.com",
358 "--decorate", 360 "--decorate",
359 "--print-status-updates", 361 "--print-status-updates",
360 "--shards", 362 "--shards",
361 "1", 363 "1",
362 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571" 364 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571"
363 ], 365 ],
364 "name": "browser_tests" 366 "name": "browser_tests"
365 } 367 }
366 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698