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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "--tag", 229 "--tag",
230 "master:chromium.linux", 230 "master:chromium.linux",
231 "--tag", 231 "--tag",
232 "name:browser_tests", 232 "name:browser_tests",
233 "--tag", 233 "--tag",
234 "os:Ubuntu-12.04", 234 "os:Ubuntu-12.04",
235 "--tag", 235 "--tag",
236 "project:chromium", 236 "project:chromium",
237 "--tag", 237 "--tag",
238 "purpose:CI", 238 "purpose:CI",
239 "--tag",
240 "purpose:post-commit",
239 "--idempotent", 241 "--idempotent",
240 "ffffffffffffffffffffffffffffffffffffffff", 242 "ffffffffffffffffffffffffffffffffffffffff",
241 "--", 243 "--",
242 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 244 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
243 ], 245 ],
244 "name": "[trigger] browser_tests", 246 "name": "[trigger] browser_tests",
245 "~followup_annotations": [ 247 "~followup_annotations": [
246 "@@@STEP_LOG_LINE@json.output@{@@@", 248 "@@@STEP_LOG_LINE@json.output@{@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@", 249 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@",
248 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 250 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "https://chromium-swarm.appspot.com", 351 "https://chromium-swarm.appspot.com",
350 "--decorate", 352 "--decorate",
351 "--print-status-updates", 353 "--print-status-updates",
352 "--shards", 354 "--shards",
353 "1", 355 "1",
354 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" 356 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571"
355 ], 357 ],
356 "name": "browser_tests" 358 "name": "browser_tests"
357 } 359 }
358 ] 360 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698