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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: masters/master.chromium.android/builders.pyl
diff --git a/masters/master.chromium.android/builders.pyl b/masters/master.chromium.android/builders.pyl
index a21626b6637d03a2e1a9fd754786848182e067f8..4e749d8713af791200ccca4c1c4e3355ee82ad1c 100644
--- a/masters/master.chromium.android/builders.pyl
+++ b/masters/master.chromium.android/builders.pyl
@@ -273,6 +273,16 @@
"category": "3Testers",
"mergeRequests": True,
},
+ "Nougat Phone Tester": {
+ "recipe": "chromium",
+ "remote_run_sync_revision": True,
+ "remote_run_use_gitiles": True,
+ "use_remote_run": True,
+ "scheduler": None,
+ "slave_pools": ["nougat_phone"],
+ "category": "3Testers",
+ "mergeRequests": True,
+ },
},
"schedulers": {
@@ -464,6 +474,16 @@
"slave75-c1",
],
},
+ "nougat_phone": {
+ "slave_data": {
+ "os": "linux",
+ "version": "trusty",
+ "bits": 64,
+ },
+ "slaves": [
+ "slave13-c1",
+ ],
+ },
"webview_cts": {
"slave_data": {
"os": "linux",
« 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