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

Side by Side Diff: masters/master.chromium.android/builders.pyl

Issue 2489853003: Add a Nougat Tester to chromium.android.fyi (Closed)
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "master_base_class": "Master1", 2 "master_base_class": "Master1",
3 "master_port": 20101, 3 "master_port": 20101,
4 "master_port_alt": 40101, 4 "master_port_alt": 40101,
5 "slave_port": 30101, 5 "slave_port": 30101,
6 "pubsub_service_account_file": "service-account-luci-milo.json", 6 "pubsub_service_account_file": "service-account-luci-milo.json",
7 "templates": ["templates", "../master.chromium/templates"], 7 "templates": ["templates", "../master.chromium/templates"],
8 8
9 "default_remote_run_properties": { 9 "default_remote_run_properties": {
10 "path_config": "kitchen", 10 "path_config": "kitchen",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "Marshmallow Tablet Tester": { 266 "Marshmallow Tablet Tester": {
267 "recipe": "chromium", 267 "recipe": "chromium",
268 "remote_run_sync_revision": True, 268 "remote_run_sync_revision": True,
269 "remote_run_use_gitiles": True, 269 "remote_run_use_gitiles": True,
270 "use_remote_run": True, 270 "use_remote_run": True,
271 "scheduler": None, 271 "scheduler": None,
272 "slave_pools": ["marshmallow_tablet"], 272 "slave_pools": ["marshmallow_tablet"],
273 "category": "3Testers", 273 "category": "3Testers",
274 "mergeRequests": True, 274 "mergeRequests": True,
275 }, 275 },
276 "Nougat Phone Tester": {
277 "recipe": "chromium",
278 "remote_run_sync_revision": True,
279 "remote_run_use_gitiles": True,
280 "use_remote_run": True,
281 "scheduler": None,
282 "slave_pools": ["nougat_phone"],
283 "category": "3Testers",
284 "mergeRequests": True,
285 },
276 }, 286 },
277 287
278 "schedulers": { 288 "schedulers": {
279 "android_commits": { 289 "android_commits": {
280 "type": "git_poller", 290 "type": "git_poller",
281 "git_repo_url": "https://chromium.googlesource.com/chromium/src", 291 "git_repo_url": "https://chromium.googlesource.com/chromium/src",
282 }, 292 },
283 }, 293 },
284 294
285 "slave_pools": { 295 "slave_pools": {
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "mips_builder": { 467 "mips_builder": {
458 "slave_data": { 468 "slave_data": {
459 "os": "linux", 469 "os": "linux",
460 "version": "trusty", 470 "version": "trusty",
461 "bits": 64, 471 "bits": 64,
462 }, 472 },
463 "slaves": [ 473 "slaves": [
464 "slave75-c1", 474 "slave75-c1",
465 ], 475 ],
466 }, 476 },
477 "nougat_phone": {
478 "slave_data": {
479 "os": "linux",
480 "version": "trusty",
481 "bits": 64,
482 },
483 "slaves": [
484 "slave13-c1",
485 ],
486 },
467 "webview_cts": { 487 "webview_cts": {
468 "slave_data": { 488 "slave_data": {
469 "os": "linux", 489 "os": "linux",
470 "version": "trusty", 490 "version": "trusty",
471 "bits": 64, 491 "bits": 64,
472 }, 492 },
473 "slaves": ["build68-b1"], 493 "slaves": ["build68-b1"],
474 }, 494 },
475 "webview_l": { 495 "webview_l": {
476 "slave_data": { 496 "slave_data": {
477 "os": "linux", 497 "os": "linux",
478 "version": "trusty", 498 "version": "trusty",
479 "bits": 64, 499 "bits": 64,
480 }, 500 },
481 "slaves": ["build62-b1"], 501 "slaves": ["build62-b1"],
482 }, 502 },
483 "webview_m": { 503 "webview_m": {
484 "slave_data": { 504 "slave_data": {
485 "os": "linux", 505 "os": "linux",
486 "version": "trusty", 506 "version": "trusty",
487 "bits": 64, 507 "bits": 64,
488 }, 508 },
489 "slaves": ["build37-b1"], 509 "slaves": ["build37-b1"],
490 }, 510 },
491 } 511 }
492 } 512 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/gatekeeper.json » ('j') | scripts/slave/recipe_modules/chromium_tests/chromium_android.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698