@@ -188,55 +188,6 @@ context = "rust-lang.stdarch"
188
188
[repo .stdarch .checks .cirrus-freebsd ]
189
189
name = " x86_64-unknown-freebsd"
190
190
191
- # ###########
192
- # rustup #
193
- # ###########
194
-
195
- [repo .rustup ]
196
- owner = " rust-lang"
197
- name = " rustup"
198
- timeout = 12600
199
-
200
- # Permissions managed through rust-lang/team
201
- rust_team = true
202
- reviewers = []
203
- try_users = []
204
-
205
- [repo .rustup .branch ]
206
- auto = " auto"
207
-
208
- [repo .rustup .github ]
209
- secret = " ${HOMU_WEBHOOK_SECRET_RUSTUP}"
210
-
211
- [repo .rustup .checks .travis ]
212
- name = " Travis CI - Branch"
213
- [repo .rustup .status .appveyor ]
214
- context = " continuous-integration/appveyor/branch"
215
-
216
- # ######################
217
- # compiler-builtins #
218
- # ######################
219
-
220
- [repo .compiler-builtins ]
221
- owner = " rust-lang"
222
- name = " compiler-builtins"
223
-
224
- # Permissions managed through rust-lang/team
225
- rust_team = true
226
- reviewers = []
227
- try_users = []
228
-
229
- [repo .compiler-builtins .branch ]
230
- auto = " auto"
231
-
232
- [repo .compiler-builtins .github ]
233
- secret = " ${HOMU_WEBHOOK_SECRET_COMPILER_BUILTINS}"
234
-
235
- [repo .compiler-builtins .checks .travis ]
236
- name = " Travis CI - Branch"
237
- [repo .compiler-builtins .status .appveyor ]
238
- context = " continuous-integration/appveyor/branch"
239
-
240
191
# ###########
241
192
# Clippy #
242
193
# ###########
@@ -319,59 +270,6 @@ secret = "${HOMU_WEBHOOK_SECRET_CHALK}"
319
270
[repo .chalk .checks .actions ]
320
271
name = " bors build finished"
321
272
322
- # ##############
323
- # rustlings #
324
- # ##############
325
-
326
- [repo .rustlings ]
327
- owner = " rust-lang"
328
- name = " rustlings"
329
- timeout = 5400
330
-
331
- # Permissions managed through rust-lang/team
332
- rust_team = true
333
- reviewers = []
334
- try_users = []
335
-
336
- [repo .rustlings .github ]
337
- secret = " ${HOMU_WEBHOOK_SECRET_RUSTLINGS}"
338
- [repo .rustlings .checks .travis ]
339
- name = " Travis CI - Branch"
340
-
341
- # Automatic relabeling
342
- [repo .rustlings .labels .approved ] # after homu received `r+`
343
- remove = [' S-blocked' , ' S-waiting-on-author' , ' S-waiting-on-bors' , ' S-waiting-on-review' ]
344
- add = [' S-waiting-on-bors' ]
345
-
346
- [repo .rustlings .labels .rejected ] # after homu received `r-`
347
- remove = [' S-blocked' , ' S-waiting-on-author' , ' S-waiting-on-bors' , ' S-waiting-on-review' ]
348
- add = [' S-waiting-on-author' ]
349
-
350
- [repo .rustlings .labels .failed ] # test failed (maybe spurious, so fall back to -on-review)
351
- remove = [' S-blocked' , ' S-waiting-on-author' , ' S-waiting-on-bors' , ' S-waiting-on-review' ]
352
- add = [' S-waiting-on-review' ]
353
-
354
- [repo .rustlings .labels .timed_out ] # test timed out after 4 hours (almost always spurious, let reviewer retry)
355
- remove = [' S-blocked' , ' S-waiting-on-author' , ' S-waiting-on-bors' , ' S-waiting-on-review' ]
356
- add = [' S-waiting-on-review' ]
357
-
358
- [repo .rustlings .labels .try_failed ] # try-build failed (almost always legit, tell author to fix the PR)
359
- remove = [' S-waiting-on-review' ]
360
- add = [' S-waiting-on-author' ]
361
-
362
- [repo .rustlings .labels .pushed ] # user pushed a commit after `r+`/`try`
363
- remove = [' S-waiting-on-bors' , ' S-waiting-on-author' ]
364
- add = [' S-waiting-on-review' ]
365
- unless = [' S-blocked' ]
366
-
367
- [repo .rustlings .labels .conflict ] # a merge conflict is detected (tell author to rebase)
368
- remove = [' S-waiting-on-bors' ]
369
- add = [' S-waiting-on-author' ]
370
- unless = [' S-blocked' , ' S-waiting-on-review' ]
371
-
372
- [repo .rustlings .labels .succeed ]
373
- add = [' merged-by-bors' ]
374
-
375
273
# ##############
376
274
# Hashbrown #
377
275
# ##############
0 commit comments