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

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: 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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--tag", 205 "--tag",
206 "master:chromium.linux", 206 "master:chromium.linux",
207 "--tag", 207 "--tag",
208 "name:browser_tests", 208 "name:browser_tests",
209 "--tag", 209 "--tag",
210 "os:Ubuntu-12.04", 210 "os:Ubuntu-12.04",
211 "--tag", 211 "--tag",
212 "project:chromium", 212 "project:chromium",
213 "--tag", 213 "--tag",
214 "purpose:CI", 214 "purpose:CI",
215 "--tag",
216 "purpose:post-commit",
215 "--idempotent", 217 "--idempotent",
216 "ffffffffffffffffffffffffffffffffffffffff", 218 "ffffffffffffffffffffffffffffffffffffffff",
217 "--", 219 "--",
218 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 220 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
219 ], 221 ],
220 "name": "[trigger] browser_tests", 222 "name": "[trigger] browser_tests",
221 "~followup_annotations": [ 223 "~followup_annotations": [
222 "@@@STEP_LOG_LINE@json.output@{@@@", 224 "@@@STEP_LOG_LINE@json.output@{@@@",
223 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@", 225 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests/571\", @@@",
224 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 226 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "https://chromium-swarm.appspot.com", 327 "https://chromium-swarm.appspot.com",
326 "--decorate", 328 "--decorate",
327 "--print-status-updates", 329 "--print-status-updates",
328 "--shards", 330 "--shards",
329 "1", 331 "1",
330 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" 332 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571"
331 ], 333 ],
332 "name": "browser_tests" 334 "name": "browser_tests"
333 } 335 }
334 ] 336 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698