Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit a15e509

Browse files
authored
Turn off bors for every repo except servo (#1047)
bors is still used to enable try jobs for servo.
1 parent 6d4cb72 commit a15e509

File tree

1 file changed

+0
-202
lines changed

1 file changed

+0
-202
lines changed

homu/files/cfg.toml

Lines changed: 0 additions & 202 deletions
Original file line numberDiff line numberDiff line change
@@ -34,209 +34,15 @@ secret = "{{ secrets['web-secret'] }}"
3434
"arm",
3535
] %}
3636
{% set repos = {
37-
"angle": {},
38-
"app_units": {
39-
"travis": False,
40-
"github": True,
41-
},
42-
"cgl-rs": {},
43-
"cocoa-rs": {},
44-
"core-foundation-rs": {
45-
"extra_reviewers": [ "mstange" ],
46-
"travis": False,
47-
"github": True,
48-
},
49-
"core-graphics-rs": {},
50-
"core-text-rs": {},
51-
"devices": {},
52-
"download.servo.org": {
53-
"travis": False,
54-
"github": True,
55-
},
56-
"dwrote-rs": {
57-
"travis": False,
58-
"github": True,
59-
},
60-
"euclid": {
61-
"extra_reviewers": [ "nical" ],
62-
"travis": False,
63-
"github": True,
64-
},
65-
"font-kit": {
66-
"travis": False,
67-
"github": True,
68-
},
69-
"fontsan": {
70-
"travis": False,
71-
"github": True,
72-
},
73-
"futf": {
74-
"travis": False,
75-
"github": True,
76-
},
77-
"gaol": {},
78-
"gecko-media": {
79-
"extra_reviewers": [ "cpearce", "philn" ],
80-
},
81-
"gleam": {
82-
"extra_reviewers": [ "mstange", "nical" ],
83-
"travis": False,
84-
"github": True,
85-
},
86-
"glutin": {},
87-
"heapsize": {},
88-
"highfive": {},
89-
"homu": {},
90-
"html5ever": {
91-
"extra_reviewers": [ "Ygg01" ],
92-
"github": True,
93-
"travis": False,
94-
},
95-
"hyper_serde": {
96-
"travis": False,
97-
"github": True,
98-
},
99-
"io-surface-rs": {},
100-
"ipc-channel": {
101-
"extra_reviewers": [ "antrik", "dlrobertson" ],
102-
"travis": False,
103-
"github": True,
104-
},
105-
"libexpat": {},
106-
"libfontconfig": {},
107-
"libfreetype2": {},
108-
"media": {
109-
"extra_reviewers": [ "ceyusa", "philn", "sdroege" ],
110-
"appveyor": True,
111-
"travis": False,
112-
"github": True,
113-
},
114-
"mozangle": {
115-
"appveyor": False,
116-
"github": True,
117-
"travis": False,
118-
},
119-
"mozjs": {
120-
"github": True,
121-
"travis": False,
122-
},
123-
"osmesa-src": {
124-
"github": True,
125-
"travis": False,
126-
},
127-
"pathfinder": {
128-
"extra_reviewers": [ "s3bk" ],
129-
"github": True,
130-
"travis": False,
131-
},
132-
"plane-split": {
133-
"extra_reviewers": [ "nical" ],
134-
"github": True,
135-
"travis": False,
136-
},
137-
"rust-azure": {},
138-
"rust-bindgen": {
139-
"extra_reviewers": [ "fitzgen" ],
140-
"owner": "rust-lang",
141-
"travis": False,
142-
"travis-legacy": True,
143-
},
144-
"rust-cssparser": {
145-
"github": True,
146-
"travis": False,
147-
},
148-
"rust-fnv": {},
149-
"rust-fontconfig": {},
150-
"rust-freetype": {},
151-
"rust-glx": {},
152-
"rust-harfbuzz": {
153-
"extra_reviewers": [ "waywardmonkeys" ],
154-
"appveyor": False,
155-
"github": True,
156-
"travis": False,
157-
},
158-
"rust-layers": {},
159-
"rust-mozjs": {
160-
"github": True,
161-
"travis": False,
162-
},
163-
"rust-png": {},
164-
"rust-quicksort": {},
165-
"rust-selectors": {},
166-
"rust-smallvec": {
167-
"travis": False,
168-
"github": True,
169-
},
170-
"rust-stb-image": {},
171-
"rust-url": {
172-
"extra_reviewers": [ "Hoverbear" ],
173-
},
174-
"rust-websocket": {},
175-
"rust-webvr": {
176-
"extra_reviewers": [ "MortimerGoro" ],
177-
},
17837
"servo": {
17938
"travis": False,
18039
"taskcluster": False,
18140
"github": True,
18241
"try_choosers": servo_try_choosers,
18342
},
184-
"saltfs": {},
185-
"servo-starters": {},
186-
"servo-warc-tests": {},
187-
"skia": {},
188-
"string-cache": {
189-
"travis": False,
190-
"github": True,
191-
},
192-
"surfman": {
193-
"travis": False,
194-
"github": True,
195-
},
196-
"tendril": {
197-
"travis": False,
198-
"github": True,
199-
},
200-
"unicode-bidi": {
201-
"extra_reviewers": [ "behnam" ],
202-
"travis": False,
203-
"github": True,
204-
"appveyor": True,
205-
},
206-
"unicode-script": {},
207-
"webrender": {
208-
"extra_reviewers": [ "nical", "Gankro", "staktrace", "moz-gfx" ],
209-
"taskcluster": True,
210-
"travis": False,
211-
},
212-
"webrender_traits": {
213-
"travis": False,
214-
},
215-
"webxr": {
216-
"extra_reviewers": [ "MortimerGoro" ],
217-
"travis": False,
218-
"github": True,
219-
},
22043
} %}
22144

22245
{% set reviewers = [
223-
"asajeffrey",
224-
"atbrakhi",
225-
"delan",
226-
"emilio",
227-
"glennw",
228-
"gterzian",
229-
"gw3583",
230-
"jdm",
231-
"jrmuizel",
232-
"kvark",
233-
"Loirooriol",
234-
"Manishearth",
235-
"mbrubeck",
236-
"mrego",
237-
"mrobinson",
238-
"mukilan",
239-
"SimonSapin",
24046
] %}
24147

24248
{% set operators = [
@@ -296,13 +102,5 @@ context = 'Community-TC (push)'
296102

297103
{% endfor %}
298104

299-
# Specialized per-repo configs
300-
301-
[repo.glutin.branch]
302-
master = "servo"
303-
304-
[repo.rust-websocket.branch]
305-
master = "servo"
306-
307105
[db]
308106
file = "{{ db }}"

0 commit comments

Comments
 (0)