Skip to content

Commit d68b8d6

Browse files
authored
Merge pull request #2460 from cyrgani/icebreaker
remove the archived ICE ping groups
2 parents 2263a5f + ea23775 commit d68b8d6

File tree

5 files changed

+4
-144
lines changed

5 files changed

+4
-144
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@
6363
- [Notification groups](notification-groups/about.md)
6464
- [Apple](notification-groups/apple.md)
6565
- [ARM](notification-groups/arm.md)
66-
- [Cleanup Crew](notification-groups/cleanup-crew.md)
6766
- [Emscripten](notification-groups/emscripten.md)
6867
- [Fuchsia](notification-groups/fuchsia.md)
69-
- [LLVM](notification-groups/llvm.md)
7068
- [RISC-V](notification-groups/risc-v.md)
7169
- [Rust for Linux](notification-groups/rust-for-linux.md)
7270
- [WASI](notification-groups/wasi.md)

src/getting-started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,6 @@ feel comfortable jumping straight into the large `rust-lang/rust` codebase.
158158
The following tasks are doable without much background knowledge but are
159159
incredibly helpful:
160160

161-
- [Cleanup crew][iceb]: find minimal reproductions of ICEs, bisect
162-
regressions, etc. This is a way of helping that saves a ton of time for
163-
others to fix an error later.
164161
- [Writing documentation][wd]: if you are feeling a bit more intrepid, you could try
165162
to read a part of the code and write doc comments for it. This will help you
166163
to learn some part of the compiler while also producing a useful artifact!
@@ -179,7 +176,6 @@ incredibly helpful:
179176
[users]: https://users.rust-lang.org/
180177
[so]: http://stackoverflow.com/questions/tagged/rust
181178
[community-library]: https://github.com/rust-lang/rfcs/labels/A-community-library
182-
[iceb]: ./notification-groups/cleanup-crew.md
183179
[wd]: ./contributing.md#writing-documentation
184180
[wg]: https://rust-lang.github.io/compiler-team/working-groups/
185181
[triage]: ./contributing.md#issue-triage

src/notification-groups/about.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ search for existing issues that haven't been claimed yet.
2121
Here's the list of the notification groups:
2222
- [Apple](./apple.md)
2323
- [ARM](./arm.md)
24-
- [Cleanup Crew](./cleanup-crew.md)
2524
- [Emscripten](./emscripten.md)
26-
- [LLVM Icebreakers](./llvm.md)
2725
- [RISC-V](./risc-v.md)
2826
- [WASI](./wasi.md)
2927
- [WebAssembly](./wasm.md)
@@ -64,9 +62,7 @@ Example PRs:
6462

6563
* [Example of adding yourself to the Apple group.](https://github.com/rust-lang/team/pull/1434)
6664
* [Example of adding yourself to the ARM group.](https://github.com/rust-lang/team/pull/358)
67-
* [Example of adding yourself to the Cleanup Crew.](https://github.com/rust-lang/team/pull/221)
6865
* [Example of adding yourself to the Emscripten group.](https://github.com/rust-lang/team/pull/1579)
69-
* [Example of adding yourself to the LLVM group.](https://github.com/rust-lang/team/pull/140)
7066
* [Example of adding yourself to the RISC-V group.](https://github.com/rust-lang/team/pull/394)
7167
* [Example of adding yourself to the WASI group.](https://github.com/rust-lang/team/pull/1580)
7268
* [Example of adding yourself to the WebAssembly group.](https://github.com/rust-lang/team/pull/1581)
@@ -81,9 +77,7 @@ group. For example:
8177
```text
8278
@rustbot ping apple
8379
@rustbot ping arm
84-
@rustbot ping cleanup-crew
8580
@rustbot ping emscripten
86-
@rustbot ping icebreakers-llvm
8781
@rustbot ping risc-v
8882
@rustbot ping wasi
8983
@rustbot ping wasm
@@ -92,12 +86,12 @@ group. For example:
9286

9387
To make some commands shorter and easier to remember, there are aliases,
9488
defined in the [`triagebot.toml`] file. For example, all of these commands
95-
are equivalent and will ping the Cleanup Crew:
89+
are equivalent and will ping the Apple group:
9690

9791
```text
98-
@rustbot ping cleanup
99-
@rustbot ping bisect
100-
@rustbot ping reduce
92+
@rustbot ping apple
93+
@rustbot ping macos
94+
@rustbot ping ios
10195
```
10296

10397
Keep in mind that these aliases are meant to make humans' life easier.

src/notification-groups/cleanup-crew.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/notification-groups/llvm.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)