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

Side by Side Diff: scripts/slave/gatekeeper.json

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 "comment": ["This is a configuration file for gatekeeper_ng.py", 2 "comment": ["This is a configuration file for gatekeeper_ng.py",
3 "Look at that for documentation on this file's format."], 3 "Look at that for documentation on this file's format."],
4 4
5 "masters": { 5 "masters": {
6 "https://build.chromium.org/p/chromium": [ 6 "https://build.chromium.org/p/chromium": [
7 { 7 {
8 "categories": [ 8 "categories": [
9 "chromium_tree_closer" 9 "chromium_tree_closer"
10 ], 10 ],
(...skipping 10 matching lines...) Expand all
21 ], 21 ],
22 "https://build.chromium.org/p/chromium.android": [ 22 "https://build.chromium.org/p/chromium.android": [
23 { 23 {
24 "categories": [ 24 "categories": [
25 "chromium_android" 25 "chromium_android"
26 ], 26 ],
27 "excluded_builders": [ 27 "excluded_builders": [
28 "Android Swarm Builder", 28 "Android Swarm Builder",
29 "Lollipop Consumer Tester", 29 "Lollipop Consumer Tester",
30 "Jelly Bean Tester", 30 "Jelly Bean Tester",
31 "Marshmallow 64 bit Tester" 31 "Marshmallow 64 bit Tester",
32 "Nougat Phone Tester"
32 ], 33 ],
33 "builders": { 34 "builders": {
34 "Android Cronet ARM64 Builder": { 35 "Android Cronet ARM64 Builder": {
35 "tree_notify": [ 36 "tree_notify": [
36 "cronet-team+build@google.com" 37 "cronet-team+build@google.com"
37 ], 38 ],
38 "closing_optional": [ 39 "closing_optional": [
39 "*" 40 "*"
40 ] 41 ]
41 }, 42 },
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "cleanup_temp", 1042 "cleanup_temp",
1042 "taskkill" 1043 "taskkill"
1043 ], 1044 ],
1044 "closing_optional": [ 1045 "closing_optional": [
1045 "compile", 1046 "compile",
1046 "gn" 1047 "gn"
1047 ] 1048 ]
1048 } 1049 }
1049 } 1050 }
1050 } 1051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698