Skip to content

Commit 017c961

Browse files
authored
Merge pull request #958 from jieyouxu/infra-announcement
Document infra internal-facing announcements
2 parents 1ea1deb + 89121f0 commit 017c961

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
- [rust-bots server](./infra/docs/rust-bots.md)
119119
- [rust-lang/rust CI](./infra/docs/rustc-ci.md)
120120
- [Sentry](./infra/docs/sentry.md)
121+
- [Internal-facing infrastructure announcements](./infra/docs/internal-announcements.md)
121122
- [Language](./lang/index.md)
122123
- [RFC Merge Procedure](./lang/rfc-merge-procedure.md)
123124
- [Triage Meeting Procedure](./lang/triage-meeting-procedure.md)

src/infra/docs/dev-desktop.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ suggestions, get in touch with the [infrastructure team]:
214214

215215
We might ask you to create an issue in the [rust-lang/simpleinfra] repository.
216216

217+
## Announcements of Dev Desktop changes
218+
219+
The Infrastructure Team will announce significant Dev Desktop changes through the
220+
[`#t-infra/announcements`] Zulip channel.
221+
222+
217223
[cloud compute program]: https://foundation.rust-lang.org/news/2021-11-16-news-announcing-cloud-compute-initiative/
218224
219225
[infrastructure team]: https://www.rust-lang.org/governance/teams/infra
@@ -225,3 +231,5 @@ We might ask you to create an issue in the [rust-lang/simpleinfra] repository.
225231
[visual studio code]: https://code.visualstudio.com/
226232
[certain teams]: https://github.com/search?q=repo%3Arust-lang%2Fteam+path%3Ateams%2F*.toml+dev-desktop&type=code&ref=advsearch
227233
[simpleinfra-vars-user-config]: https://github.com/rust-lang/simpleinfra/blob/dbf839ef25155df1f33c18f151283436b0f70f3b/ansible/roles/dev-desktop/defaults/main.yml#L12:L16
234+
[`#t-infra/announcements`]:
235+
https://rust-lang.zulipchat.com/#narrow/channel/533458-t-infra.2Fannouncements
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Internal-facing infrastructure announcements
2+
3+
For significant _internal facing_ infrastructure changes or updates, the Infrastructure Team can
4+
announce that change in the infrastructure announcement Zulip channel [`#t-infra/announcements`].
5+
Please keep in mind that we would like to keep that channel to be _low traffic_ and have a _high
6+
signal-to-noise ratio_.
7+
8+
By _internal facing_, we mean infrastructure that primarily is used by or only impacts project team
9+
members and other specific project-internal users (such as [Dev Desktop](./dev-desktop.md) users).
10+
11+
12+
[`#t-infra/announcements`]:
13+
https://rust-lang.zulipchat.com/#narrow/channel/533458-t-infra.2Fannouncements

0 commit comments

Comments
 (0)