@@ -67,14 +67,20 @@ fail, potentially blocking PR / Full Merge CI in completely unrelated PRs.
67
67
68
68
---
69
69
70
- > The ecosystem/integration test job/component ("test job/component") proposed for the
71
- > [ rust-lang/rust] CI must:
72
- >
73
- > - Be approved by the compiler team through a proposed MCP, where the MCP is seconded by a compiler
74
- > team member, and the MCP is accepted with no blocking concerns.
75
- > - Have no blocking concerns from the library team.
76
- > - Have the implementation PR be reviewed and approved by the infrastructure team.
77
- > - Be properly documented on [ rustc-dev-guide] (preferably as part of the implementation PR).
70
+ ``` markdown
71
+ ## Ecosystem and Integration Test Job/Component Policy
72
+
73
+ The ecosystem/integration test job/component ("test job/component") proposed for the
74
+ [rust-lang/rust] CI must:
75
+
76
+ - Be approved by the compiler team through a proposed MCP, where the MCP is seconded by a compiler
77
+ team member, and the MCP is accepted with no blocking concerns.
78
+ - Have no blocking concerns from the library team.
79
+ - Have the implementation PR be reviewed and approved by the infrastructure team.
80
+ - Be properly documented on [rustc-dev-guide] (preferably as part of the implementation PR).
81
+
82
+ Please complete the sections below so [rust-lang/rust] teams can have sufficient context about the
83
+ proposed test job/component.
78
84
79
85
### Test job/component rationale
80
86
@@ -234,5 +240,9 @@ this question.*
234
240
*Please provide responses here, replacing this sentence.*
235
241
236
242
243
+ [rust-lang/rust]: https://github.com/rust-lang/rust
244
+ [rustc-dev-guide]: https://github.com/rust-lang/rustc-dev-guide
245
+ ```
246
+
237
247
[ rust-lang/rust ] : https://github.com/rust-lang/rust
238
248
[ rustc-dev-guide ] : https://github.com/rust-lang/rustc-dev-guide
0 commit comments