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

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

Issue 2491033005: Recipe changes for chormium.android.fyi master (Closed)
Patch Set: Retrain 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/builders.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ],
11 11
12 "builders": { 12 "builders": {
13 "Win": { 13 "Win": {
14 "categories": [ 14 "categories": [
15 "chromium_windows" 15 "chromium_windows"
16 ] 16 ]
17 }, 17 },
18 "*": {} 18 "*": {}
19 } 19 }
20 } 20 }
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",
30 "Jelly Bean Tester",
31 "Marshmallow 64 bit Tester" 29 "Marshmallow 64 bit Tester"
32 ], 30 ],
33 "builders": { 31 "builders": {
34 "Android Cronet ARM64 Builder": { 32 "Android Cronet ARM64 Builder": {
35 "tree_notify": [ 33 "tree_notify": [
36 "cronet-team+build@google.com" 34 "cronet-team+build@google.com"
37 ], 35 ],
38 "closing_optional": [ 36 "closing_optional": [
39 "*" 37 "*"
40 ] 38 ]
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "cleanup_temp", 1039 "cleanup_temp",
1042 "taskkill" 1040 "taskkill"
1043 ], 1041 ],
1044 "closing_optional": [ 1042 "closing_optional": [
1045 "compile", 1043 "compile",
1046 "gn" 1044 "gn"
1047 ] 1045 ]
1048 } 1046 }
1049 } 1047 }
1050 } 1048 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698